summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh-20/+39
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh-12/+31
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh-6/+6
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh-1/+14
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh-0/+27
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh-0/+52
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh-0/+7
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh-0/+89
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh-0/+87
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh-0/+94
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh-0/+28
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh-0/+51
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh-0/+36
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh-0/+19
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh-2/+23
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh-0/+7
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh-0/+20
2025-05-21tools/nolibc: use poll-related definitions from UAPI headersThomas Weißschuh-15/+1
2025-05-21tools/nolibc: move poll() to poll.hThomas Weißschuh-37/+57
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer-0/+143
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh-63/+60
2025-05-21tools/nolibc: add target to check header usabilityThomas Weißschuh-0/+9
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior-0/+1
2025-05-20tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo-3/+2
2025-05-20tools headers compiler: Pick the const_true() define from the kernel sourcesArnaldo Carvalho de Melo-0/+22
2025-05-20tools headers: Synchronize uapi/linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo-6/+2
2025-05-20tools headers: Sync the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo-6/+6
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev-0/+1
2025-05-12selftests/fs/mount-notify: build with tools include dirAmir Goldstein-0/+274
2025-05-12selftests/fs/statmount: build with tools include dirAmir Goldstein-0/+280
2025-05-11tools headers UAPI: sync linux/fs.h with the kernel sourcesAndrei Vagin-1/+18
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa-0/+1
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon-0/+3
2025-05-03tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior-1/+43
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh-1/+16
2025-04-22tools/nolibc: add snprintf() and friendsThomas Weißschuh-0/+55
2025-04-22tools/nolibc: allow limiting of printf destination sizeThomas Weißschuh-6/+10
2025-04-22tools/nolibc: allow different write callbacks in printfThomas Weißschuh-4/+17
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh-0/+103
2025-04-22tools/nolibc: add dprintf() and vdprintf()Thomas Weißschuh-0/+24
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh-12/+58
2025-04-22tools/nolibc: add setpgrp()Thomas Weißschuh-0/+10
2025-04-22tools/nolibc: add _exit()Thomas Weißschuh-1/+7
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh-0/+17
2025-04-22tools/nolibc: use ppoll_time64 if availableThomas Weißschuh-0/+8
2025-04-22tools/nolibc: use pselect6_time64 if availableThomas Weißschuh-0/+8
2025-04-22tools/nolibc: use intmax definitions from compilerThomas Weißschuh-2/+2
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh-0/+2
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-29/+136
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh-53/+73