summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2025-07-13tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh
2025-07-08tools/nolibc: drop s390 clang target overrideThomas Weißschuh
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh
2025-07-06selftests/nolibc: correctly report errors from printf() and friendsThomas Weißschuh
2025-07-06tools/nolibc: add support for clock_nanosleep() and nanosleep()Thomas Weißschuh
2025-07-04tools/nolibc: Provide vfork()Mark Brown
2025-07-04tools/nolibc: Replace ifdef with if defined() in sys.hMark Brown
2025-07-04tools/nolibc: add support for SuperHThomas Weißschuh
2025-06-28tools/nolibc: MIPS: add support for N64 and N32 ABIsThomas Weißschuh
2025-06-28tools/nolibc: MIPS: drop noreorder optionThomas Weißschuh
2025-06-28tools/nolibc: MIPS: drop manual stack pointer alignmentThomas Weißschuh
2025-06-28tools/nolibc: MIPS: drop $gp setupThomas Weißschuh
2025-06-24tools/nolibc: use arm64 name over aarch64Thomas Weißschuh
2025-06-24tools/nolibc: hide headers_check command by defaultThomas Weißschuh
2025-06-22tools/nolibc: merge i386 and x86_64 into a single x86 archWilly Tarreau
2025-06-22tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-28selftests/bpf: Fix bpf selftest build warningSaket Kumar Bhaskar
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers
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: implement wait() in terms of waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas 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: add mremap()Thomas Weißschuh