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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
tools/nolibc: drop s390 clang target override
Thomas Weißschuh
1
-3
/
+0
2025-06-24
tools/nolibc: use arm64 name over aarch64
Thomas Weißschuh
1
-2
/
+1
2025-06-24
tools/nolibc: hide headers_check command by default
Thomas Weißschuh
1
-1
/
+1
2025-06-22
tools/nolibc: merge i386 and x86_64 into a single x86 arch
Willy Tarreau
1
-8
/
+2
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
1
-0
/
+9
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: add sys/types.h shim
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: prepare for headers in subdirectories
Thomas Weißschuh
1
-1
/
+1
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-03-03
tools/nolibc: add limits.h shim header
Thomas Weißschuh
1
-0
/
+1
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
1
-0
/
+1
2024-07-29
tools/nolibc: add stdbool.h header
Thomas Weißschuh
1
-0
/
+1
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
1
-0
/
+1
2023-08-23
tools/nolibc: add new crt.h with _start_c
Zhangjin Wu
1
-0
/
+1
2023-06-09
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
1
-0
/
+1
2023-06-09
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
1
-2
/
+16
2023-03-28
tools/nolibc: add support for stack protector
Thomas Weißschuh
1
-2
/
+2
2023-03-20
tools/nolibc: add stdint.h
Vincent Dagonneau
1
-2
/
+2
2022-06-20
tools/nolibc: add a help target to list supported targets
Willy Tarreau
1
-0
/
+17
2022-06-20
tools/nolibc: make the default target build the headers
Willy Tarreau
1
-1
/
+1
2022-06-20
tools/nolibc: fix the makefile to also work as "make -C tools ..."
Willy Tarreau
1
-1
/
+17
2022-04-21
tools/nolibc: add a makefile to install headers
Willy Tarreau
1
-0
/
+42