1. cad5247 fzsync: revoke thread_b if parent hits accidental break by Li Wang · 4 years, 10 months ago
  2. 4e27aca bpf_prog02: Correct index on big endian architectures by Richard Palethorpe · 4 years, 10 months ago
  3. 90aa697 BPF: Regression test for 64bit arithmetic by Richard Palethorpe · 4 years, 11 months ago
  4. 0cbcfbe capability: library tests by Richard Palethorpe · 5 years ago
  5. 778c6ff capability: Introduce capability API by Richard Palethorpe · 5 years ago
  6. 40d710e uevent03: Use a generic way to get sysname by Yang Xu · 4 years, 11 months ago
  7. 14afb43 BPF: Essential headers for a basic program by Richard Palethorpe · 5 years ago
  8. 0860b1f BPF: Essential headers for map creation by Richard Palethorpe · 5 years ago
  9. b920628 fzsync: drop pair->spins_avg.avg check by Jan Stancek · 5 years ago
  10. 6e5a080 kernel/uevents: Fix compiler errors by Jinhui huang · 5 years ago
  11. 9ba02f6 libs/libltpuinput: Add uinput library. by Cyril Hrubis · 5 years ago
  12. 2c56551 lib/tst_device: Export more functions. by Cyril Hrubis · 5 years ago
  13. 01e4dc2 lapi/syscalls: Add MIPS support by He Zhe · 5 years ago
  14. 95f062b lapi/fs.h: Replace MAX_LFS_FILESIZE constant with own implementation by Petr Vorel · 5 years ago
  15. ee761d8 lib: Add support for guarded buffers by Cyril Hrubis · 5 years ago
  16. 9039d44 build: Move -Werror-implicit-function-declaration from make to build.sh by Petr Vorel · 5 years ago
  17. f377faf make: Remove C++ related flags by Petr Vorel · 5 years ago
  18. 0620d9c m4: remove useless ltp-securebits.m4 by Yang Xu · 5 years ago
  19. bc514b2 syscalls/copy_file_range02: increase coverage and remove EXDEV test by Yang Xu · 5 years ago
  20. ca05d77 lib: alter find_free_loopdev() by Yang Xu · 5 years ago
  21. 28a9cd8 syscalls/ustat: Use __kernel_daddr_t instead of daddr_t by Petr Vorel · 5 years ago
  22. 1010e92 syscalls/sendmmsg: add new test by Steve Muckle · 5 years ago
  23. 0051eab Moved timer tests to syscall directory by Christian Amann · 5 years ago
  24. 5ff4656 timers/timer_create0{2, 3, 4}: Ported to new library by Christian Amann · 5 years ago
  25. 2e7b809 lapi: Add utsname.h by Petr Vorel · 5 years ago
  26. e1f2c81 pkey: add syscall numbers for pkey by Li Wang · 5 years ago
  27. a206665 lib: add tst_no_corefile() by Li Wang · 5 years ago
  28. e99f8d8 lapi/securebits.h: Fix. by Cyril Hrubis · 5 years ago
  29. fe9d921 syscalls/prctl07: New test for prctl() with PR_CAP_AMBIENT by Yang Xu · 5 years ago
  30. 2e49ecd syscalls/prctl06: New test for prctl() with PR_{SET, GET}_NO_NEW_PRIVS by Yang Xu · 5 years ago
  31. c076dba lib/tst_ioctl.c: add helper tst_fibmap by Murphy Zhou · 5 years ago
  32. fe1f131 safe_macros: Add SAFE_STATFS() by Cyril Hrubis · 5 years ago
  33. 346edca lib: include <errno.h> in tst_test.h by Petr Vorel · 5 years ago
  34. 9ecb13e lapi/mmap.h: include config.h by Jan Stancek · 5 years ago
  35. 5df997c doc: Fix various typos by Petr Vorel · 5 years ago
  36. 3a8acbf Add Syscall numbers for pidfd_send_signal by Christian Amann · 5 years ago
  37. dbe56e5 lib: Add flags to tst_get_supported_fs_types() by Cyril Hrubis · 5 years ago
  38. acc16bc c: Replace GPL verbose text by SPDX license identifier by Petr Vorel · 5 years ago
  39. ec6566c lib: rename ltp_clone_malloc to ltp_clone_alloc by Jan Stancek · 5 years ago
  40. f6164ff lib: add ltp_alloc_stack() by Jan Stancek · 5 years ago
  41. 4eb139c syscalls/acct02: add functional testcase by Christian Amann · 5 years ago
  42. a88bbb4 lib: add helpers to setup overlayfs mountpoint by Murphy Zhou · 5 years ago
  43. 881cd51 syscalls/preadv203: Add basic RWF_NOWAIT test by Cyril Hrubis · 5 years ago
  44. 9b452d7 syscalls/prctl05.c: New test for prctl() with PR_{SET,GET}_NAME by Yang Xu · 5 years ago
  45. 3ddc217 syscalls/prctl04.c: New test for prctl() with PR_{SET,GET}_SECCOMP by Yang Xu · 5 years ago
  46. fa6a4e7 net: Introduce TST_GET_UNUSED_PORT() macro into C API by Petr Vorel · 5 years ago
  47. c462115 testcases.mk: Fix libs/ path for out-of-tree build by Cyril Hrubis · 5 years ago
  48. 06994ec lapi/cpuset.h: Fix the CPU_ALLOC() fallback macro. by Yang Xu · 5 years ago
  49. c153081 android: Fix build errors caused by -Werror-implicit-function-declaration by Zhengwang Ruan · 5 years ago
  50. b6700b0 tst_test.h: Include <string.h> to fix missing function declaration by Petr Vorel · 5 years ago
  51. e6ffd0c tst_safe_posix_ipc.h: Replace definition ANDROID with __ANDROID__ by Petr Vorel · 5 years ago
  52. 3c8704f Test ioctl syscall for NS_GET_* requests by Federico Bonfiglio · 5 years ago
  53. e5563a4 syscalls/clock_adjtime: Fix compiler error by Yang Xu · 5 years ago
  54. db2f0ed include: Added SAFE_UNSHARE() by Federico Bonfiglio · 5 years ago
  55. 96254b0 syscall/pivot_root01.c: Fix compile error by Jinhui huang · 5 years ago
  56. f3cfbcb lapi: Replace __WORDSIZE with TST_ABI{,32,64} by Petr Vorel · 5 years ago
  57. d5293d7 lapi: Define TST_ABI{,32,64} to detect target type by Petr Vorel · 5 years ago
  58. ce08216 tst_test: Add test variants by Cyril Hrubis · 5 years ago
  59. 5085e14 syscalls/clock_adjtime: create clock_adjtime syscall tests by Rafael David Tinoco · 5 years ago
  60. f443ec2 lapi/posix_clocks.h: add MAX_CLOCKS definition by Rafael David Tinoco · 5 years ago
  61. 4ad4093 lib: Add include guard to tst_safe_clocks.h by Rafael David Tinoco · 5 years ago
  62. cc9106b lib: include SAFE_CLOCK_ADJTIME() macro by Rafael David Tinoco · 5 years ago
  63. b3621af syscalls: Add userfaultfd testcase by Christian Amann · 5 years ago
  64. b24f3d3 cpuset: Detect missing fts.h by Petr Vorel · 5 years ago
  65. ef85101 lib: add tst_af_alg lib by Eric Biggers · 5 years ago
  66. 88d9b3e rt_sigaction.h: Replace libc specific sighandler_t by POSIX by Petr Vorel · 5 years ago
  67. 874271b include/SAFE_IOCTL() fix return value type by Cyril Hrubis · 5 years ago
  68. 0619b30 lapi/socket.h: provide SO_REUSEPORT definition for older distros by Jan Stancek · 5 years ago
  69. 5da51ab libs: Hook up libs into the build system by Cyril Hrubis · 5 years ago
  70. b70e19d lib/tst_numa: Add library for NUMA related syscalls by Cyril Hrubis · 5 years ago
  71. 1ad03f5 syscalls/pwritev201: Add new testcase by Jinhui huang · 5 years ago
  72. 255dc8c lapi/syscalls: Add syscall numbers for pwritev2() by Jinhui huang · 5 years ago
  73. 01fd829 lapi/posix_clocks.h: Include <time.h> before definitions by Petr Vorel · 5 years ago
  74. f0a83c3 Include lapi/posix_clocks.h in tst_safe_clocks.h by Petr Vorel · 5 years ago
  75. 6511fcf Define __SIGRTMIN and __SIGRTMAX for MUSL by Daniel Díaz · 5 years ago
  76. a4ed960 syscalls/syncfs: Fix compilation on older distros by Petr Vorel · 5 years ago
  77. c0dc887 syscalls/sync_file_range: Use C library wrapper if present by Sumit Garg · 5 years ago
  78. b88b378 syscalls: add syncfs() sync device test-case by Sumit Garg · 5 years ago
  79. 13d5182 lib/tst_test: define TEST_VOID() macro by Sumit Garg · 5 years ago
  80. 0efad13 lib: split tst_fill_file() to create new tst_fill_fd() by Sumit Garg · 5 years ago
  81. 9438b10 lib/tst_device: add new api tst_dev_bytes_written() by Sumit Garg · 5 years ago
  82. 08968c1 include/tst_test: Expose tst_get_tmpdir() to newlib tests. by Cyril Hrubis · 5 years ago
  83. 87613dc lapi/include/ustat.h: Include config.h by Cyril Hrubis · 5 years ago
  84. c34131c syscalls/ustat: convert to new lib, use direct syscall by Steve Muckle · 5 years ago
  85. d947926 tst_timer: Turn clock_name() function public by Rafael David Tinoco · 5 years ago
  86. 8a7948b tst_timer: Add tst_timespec_sub_us() by Rafael David Tinoco · 5 years ago
  87. 14e4356 lib: new restore_wallclock field to restore realtime clock by Rafael David Tinoco · 5 years ago
  88. e744bc9 tst_timer: Add tst_timespec_add() by Rafael David Tinoco · 5 years ago
  89. 0a84e76 lib: include SAFE_CLOCK_SETTIME() macro by Rafael David Tinoco · 5 years ago
  90. 99ff3b8 lib: add tst_clock_settime() to tst_clocks.h by Rafael David Tinoco · 5 years ago
  91. 32c0612 fcntl: fcntl F_SETLEASE return EAGAIN on overlapfs by Li Wang · 6 years ago
  92. f023a61 lib: Add library function for parsing kernel config by Cyril Hrubis · 6 years ago
  93. f1fed35 lapi/syscalls/s390x: Fix (u)getrlimit syscall numbers by Michael Holzheu · 6 years ago
  94. 6434b6f lapi/regen.sh: Fix s390 check by Michael Holzheu · 6 years ago
  95. fdbbe1f lib: Add SAFE_SOCKETPAIR() by Ramon Pantin · 6 years ago
  96. 0cd0d9e lib: rename BUILD_BUG_ON macro by Jan Stancek · 6 years ago
  97. 41fae34 syscalls/getcpu01: convert to new lib, cleanups, enable on Android by Steve Muckle · 6 years ago
  98. 014e637 syscalls/sched_setaffinity: move cpu set macros to include/lapi by Steve Muckle · 6 years ago
  99. 0738e37 lib: build check parameters for tst_brk() by Jan Stancek · 6 years ago
  100. dc58538 fzsync: Add delay bias for difficult races by Richard Palethorpe · 6 years ago