index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
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
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
Thomas Weißschuh
2025-09-01
tools/nolibc: use tabs instead of spaces for indentation
Thomas Weißschuh
2025-09-01
tools/nolibc: avoid error in dup2() if old fd equals new fd
Thomas Weißschuh
2025-08-17
tools/nolibc: fix error return value of clock_nanosleep()
Thomas Weißschuh
2025-07-13
tools/nolibc: define time_t in terms of __kernel_old_time_t
Thomas Weißschuh
2025-07-08
tools/nolibc: drop s390 clang target override
Thomas Weißschuh
2025-07-07
tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()
Thomas Weißschuh
2025-07-06
selftests/nolibc: correctly report errors from printf() and friends
Thomas Weißschuh
2025-07-06
tools/nolibc: add support for clock_nanosleep() and nanosleep()
Thomas Weißschuh
2025-07-04
tools/nolibc: Provide vfork()
Mark Brown
2025-07-04
tools/nolibc: Replace ifdef with if defined() in sys.h
Mark Brown
2025-07-04
tools/nolibc: add support for SuperH
Thomas Weißschuh
2025-06-28
tools/nolibc: MIPS: add support for N64 and N32 ABIs
Thomas Weißschuh
2025-06-28
tools/nolibc: MIPS: drop noreorder option
Thomas Weißschuh
2025-06-28
tools/nolibc: MIPS: drop manual stack pointer alignment
Thomas Weißschuh
2025-06-28
tools/nolibc: MIPS: drop $gp setup
Thomas Weißschuh
2025-06-24
tools/nolibc: use arm64 name over aarch64
Thomas Weißschuh
2025-06-24
tools/nolibc: hide headers_check command by default
Thomas Weißschuh
[next]