index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
2026-01-11
tools/nolibc: Add fseek() to stdio.h
Daniel Palmer
2026-01-11
tools/nolibc: Add fread() to stdio.h
Daniel Palmer
2026-01-06
tools/nolibc: align sys_vfork() with sys_fork()
Thomas Weißschuh
2026-01-06
selftests/nolibc: add static assertions around time types handling
Thomas Weißschuh
2026-01-06
tools/nolibc: add __nolibc_static_assert()
Thomas Weißschuh
2026-01-06
tools/nolibc: add compiler version detection macros
Thomas Weißschuh
2026-01-06
tools/nolibc: remove time conversions
Thomas Weißschuh
2026-01-04
tools/nolibc: always use 64-bit time types
Thomas Weißschuh
2026-01-04
tools/nolibc: use custom structs timespec and timeval
Thomas Weißschuh
2026-01-04
tools/nolibc/select: avoid libgcc 64-bit multiplications
Thomas Weißschuh
2026-01-04
tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions
Thomas Weißschuh
2026-01-04
tools/nolibc: prefer explicit 64-bit time-related system calls
Thomas Weißschuh
2026-01-04
tools/nolibc/time: drop invocation of gettimeofday system call
Thomas Weißschuh
2026-01-04
tools/nolibc/select: drop non-pselect based implementations
Thomas Weißschuh
2026-01-04
tools/nolibc/poll: drop __NR_poll fallback
Thomas Weißschuh
2026-01-04
tools/nolibc/poll: use kernel types for system call invocations
Thomas Weißschuh
2026-01-04
tools/nolibc: always use 64-bit mode for s390 header checks
Thomas Weißschuh
2026-01-04
tools/nolibc: add ptrace support
Benjamin Berg
2025-12-03
Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-20
tools/nolibc: remove more __nolibc_enosys() fallbacks
Thomas Weißschuh
2025-11-20
tools/nolibc: remove now superfluous overflow check in llseek
Thomas Weißschuh
2025-11-20
tools/nolibc: use 64-bit off_t
Thomas Weißschuh
2025-11-20
tools/nolibc: prefer the llseek syscall
Thomas Weißschuh
2025-11-20
tools/nolibc: handle 64-bit off_t for llseek
Thomas Weißschuh
2025-11-20
tools/nolibc: use 64-bit ino_t
Thomas Weißschuh
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
2025-11-09
tools/nolibc: avoid using plain integer as NULL pointer
Thomas Weißschuh
2025-11-08
tools/nolibc: add support for fchdir()
Thomas Weißschuh
2025-11-02
tools/nolibc: clean up outdated comments in generic arch.h
Willy Tarreau
2025-11-02
tools/nolibc: make the "headers" target install all supported archs
Willy Tarreau
2025-11-02
tools/nolibc: add the more portable inttypes.h
Willy Tarreau
2025-11-02
tools/nolibc: provide the portable sys/select.h
Willy Tarreau
2025-11-02
tools/nolibc: add missing memchr() to string.h
Willy Tarreau
2025-11-02
tools/nolibc: fix misleading help message regarding installation path
Willy Tarreau
2025-10-29
tools/nolibc: add uio.h with readv and writev
Benjamin Berg
2025-10-29
tools/nolibc: add option to disable runtime
Benjamin Berg
2025-10-29
tools/nolibc: use __fallthrough__ rather than fallthrough
Benjamin Berg
2025-10-29
tools/nolibc: implement %m if errno is not defined
Benjamin Berg
2025-10-29
tools/nolibc/dirent: avoid errno in readdir_r
Benjamin Berg
2025-10-29
tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is set
Benjamin Berg
2025-10-29
tools/nolibc: remove outdated comment about __sysret() in mmap()
Thomas Weißschuh
2025-10-27
tools/nolibc: x86: fix section mismatch caused by asm "mem*" functions
Willy Tarreau
2025-10-12
tools/nolibc: handle NULL wstatus argument to waitpid()
Thomas Weißschuh
2025-09-25
tools/nolibc: add stdbool.h to nolibc includes
André Almeida
2025-09-20
tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...
Zhouyi Zhou
2025-09-01
tools/nolibc: drop wait4() support
Thomas Weißschuh
2025-09-01
tools/nolibc: fold llseek fallback into lseek()
Thomas Weißschuh
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from fork functions
Thomas Weißschuh
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from dup2()
Thomas Weißschuh
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from *at() functions
Thomas Weißschuh
[next]