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