summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh-9/+26
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh-27/+44
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh-5/+22
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh-39/+55
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh-19/+36
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh-21/+38
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/+51
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh-0/+121
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh-0/+19
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh-0/+137
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh-0/+138
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh-0/+99
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh-0/+30
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh-0/+53
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh-0/+58
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh-3/+30
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh-2/+23
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh-0/+25
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh-0/+23
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/+153
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh-1/+1
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-21selftests/coredump: add tests for AF_UNIX coredumpsChristian Brauner-1/+466
2025-05-21selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructureChristian Brauner-0/+22
2025-05-21selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized"Colin Ian King-1/+1
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior-11/+15
2025-05-21selftests/futex: Use TAP output in futex_numa_mpolSebastian Andrzej Siewior-33/+32
2025-05-21selftests/futex: Use TAP output in futex_priv_hashSebastian Andrzej Siewior-86/+62
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar-56/+192
2025-05-21KVM: riscv: selftests: Add vector extension testsAtish Patra-0/+132
2025-05-21KVM: riscv: selftests: Decode stval to identify exact exception typeAtish Patra-1/+32
2025-05-21KVM: riscv: selftests: Align the trap information wiht pt_regsAtish Patra-76/+83
2025-05-20selftests: net: Fix spellingsSumanth Gavini-2/+2
2025-05-20selftests: nci: Fix "Electrnoics" to "Electronics"Sumanth Gavini-1/+1
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev-1/+82
2025-05-20selftests/bpf: Test multi-split BTFAlan Maguire-6/+52
2025-05-20libbpf/btf: Fix string handling to support multi-split BTFAlan Maguire-1/+1
2025-05-20selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_runAndrea Righi-0/+50
2025-05-20selftests: seccomp: Fix "performace" to "performance"Sumanth Gavini-1/+1
2025-05-20selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACKMing Lei-13/+108
2025-05-20selftests: ublk: support UBLK_F_AUTO_BUF_REGMing Lei-29/+138
2025-05-20selftests: ublk: make IO & device removal test more stressfulMing Lei-5/+7
2025-05-20perf ftrace: Use process/session specific trace settingsThomas Richter-14/+87