index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+8
2025-03-08
tools/nolibc: don't use asm/ UAPI headers
Thomas Weißschuh
3
-8
/
+7
2025-03-07
tools/nolibc: drop outdated example from overview comment
Louis Taylor
1
-2
/
+1
2025-03-07
tools/nolibc: process open() vararg as mode_t
Louis Taylor
1
-1
/
+1
2025-03-07
tools/nolibc: always use openat(2) instead of open(2)
Louis Taylor
1
-6
/
+0
2025-03-07
tools/nolibc: add support for openat(2)
Louis Taylor
1
-0
/
+25
2025-03-03
tools/nolibc: add limits.h shim header
Thomas Weißschuh
2
-0
/
+8
2025-02-27
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
1
-0
/
+98
2025-02-21
tools/nolibc: add support for 32-bit s390
Thomas Weißschuh
2
-1
/
+6
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
3
-0
/
+100
2025-02-09
tools/nolibc: add support for sys_llseek()
Thomas Weißschuh
1
-1
/
+28
2025-02-03
tools/nolibc: make signature of ioctl() more flexible
Thomas Weißschuh
1
-8
/
+4
2025-02-03
tools/nolibc: add prototypes for non-static functions
Thomas Weißschuh
6
-0
/
+11
2025-01-14
tools/nolibc: add support for waitid()
Thomas Weißschuh
1
-0
/
+18
2024-10-07
tools/nolibc: compiler: add macro __nolibc_fallthrough
Thomas Weißschuh
2
-1
/
+8
2024-10-07
tools/nolibc: s390: include std.h
Thomas Weißschuh
1
-0
/
+1
2024-08-16
tools/nolibc: x86_64: use local label in memcpy/memmove
Thomas Weißschuh
1
-2
/
+2
2024-08-16
tools/nolibc: stackprotector: mark implicitly used symbols as used
Thomas Weißschuh
1
-2
/
+2
2024-08-16
tools/nolibc: crt: mark _start_c() as used
Thomas Weißschuh
1
-1
/
+1
2024-08-12
tools/nolibc: compiler: use attribute((naked)) if available
Thomas Weißschuh
1
-2
/
+7
2024-08-12
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
10
-18
/
+21
2024-08-10
tools/nolibc: compiler: introduce __nolibc_has_attribute()
Thomas Weißschuh
1
-7
/
+9
2024-08-10
tools/nolibc: powerpc: limit stack-protector workaround to GCC
Thomas Weißschuh
1
-1
/
+1
2024-08-10
tools/nolibc: mips: load current function to $t9
Thomas Weißschuh
1
-1
/
+3
2024-08-10
tools/nolibc: arm: use clang-compatible asm syntax
Thomas Weißschuh
1
-2
/
+2
2024-08-09
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
1
-11
/
+12
2024-07-29
tools/nolibc: add stdbool.h header
Thomas Weißschuh
3
-1
/
+19
2024-07-29
tools/nolibc: include arch.h from string.h
Thomas Weißschuh
1
-0
/
+1
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
1
-0
/
+10
2024-06-29
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
1
-0
/
+109
2024-06-29
tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong
Thomas Weißschuh
1
-0
/
+19
2024-04-14
tools/nolibc: add support for uname(2)
Thomas Weißschuh
1
-0
/
+27
2024-04-11
tools/nolibc/string: remove open-coded strnlen()
Thomas Weißschuh
1
-6
/
+1
2024-04-11
tools/nolibc: Fix strlcpy() return code and size usage
Rodrigo Campos
1
-8
/
+10
2024-04-11
tools/nolibc: Fix strlcat() return code and size usage
Rodrigo Campos
1
-9
/
+18
2024-04-11
tools/nolibc/string: export strlen()
Rodrigo Campos
1
-1
/
+1
2024-04-11
tools/nolibc/stdlib: fix memory error in realloc()
Brennan Xavier McManus
1
-1
/
+1
2023-12-12
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
1
-0
/
+38
2023-12-12
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
1
-20
/
+1
2023-12-12
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
1
-2
/
+2
2023-12-12
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
1
-1
/
+6
2023-12-12
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2
-1
/
+5
2023-12-12
tools/nolibc: error out on unsupported architecture
Thomas Weißschuh
1
-0
/
+2
2023-12-12
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
1
-3
/
+1
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
1
-1
/
+22
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
4
-14
/
+6
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
1
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
1
-17
/
+27
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
1
-13
/
+7
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
1
-10
/
+0
[next]