summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/Makefile
AgeCommit message (Expand)Author
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh
2025-05-21tools/nolibc: move poll() to poll.hThomas Weißschuh
2025-05-21tools/nolibc: add target to check header usabilityThomas Weißschuh
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh
2025-04-19tools/nolibc: move open() and friends to fcntl.hThomas Weißschuh
2025-04-19tools/nolibc: add elf.hThomas Weißschuh
2025-04-19tools/nolibc: prepare for headers in subdirectoriesThomas Weißschuh
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-03tools/nolibc: add limits.h shim headerThomas Weißschuh
2025-02-09tools/nolibc: add support for directory accessThomas Weißschuh
2024-07-29tools/nolibc: add stdbool.h headerThomas Weißschuh
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: reformat list of headers to be installedThomas Weißschuh
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau
2022-06-20tools/nolibc: add a help target to list supported targetsWilly Tarreau
2022-06-20tools/nolibc: make the default target build the headersWilly Tarreau
2022-06-20tools/nolibc: fix the makefile to also work as "make -C tools ..."Willy Tarreau
2022-04-20tools/nolibc: add a makefile to install headersWilly Tarreau