index
:
linux/linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
types.h
Age
Commit message (
Expand
)
Author
2025-06-22
tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
Willy Tarreau
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
2025-04-11
tools/nolibc/types.h: fix mismatched parenthesis in minor()
Jemmy Wong
2023-12-11
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
2023-12-11
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
2023-08-23
tools/nolibc: types.h: add RB_ flags for reboot()
Zhangjin Wu
2023-08-23
tools/nolibc: clean up mmap() routine
Zhangjin Wu
2023-06-09
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2023-03-27
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
2023-03-20
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2023-03-20
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2023-01-09
tools/nolibc: Fix S_ISxxx macros
Warner Losh
2023-01-09
nolibc: fix fd_set type
Sven Schnelle
2022-04-20
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
2022-04-20
tools/nolibc/types: add poll() and waitpid() flag definitions
Willy Tarreau
2022-04-20
tools/nolibc/types: define PATH_MAX and MAXPATHLEN
Willy Tarreau
2022-04-20
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2022-04-20
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau