1. 1791f70 tst_test: don't include tst_safe_pthread by Steven Jackson · 7 years ago
  2. cb7d91b tst_clone: don't use a comma in the definition of clone by Steven Jackson · 7 years ago
  3. 699238a lib: Add tst_kernel_bits() by Cyril Hrubis · 7 years ago
  4. 7c0ec1d safe_macros: Move SAFE_PREAD() and SAFE_PWRITE() to separate header by Cyril Hrubis · 7 years ago
  5. 52006c9 safe_macros: Move safe_get/setpgid() to C source by Cyril Hrubis · 7 years ago
  6. f4b0281 mmap16: Get rid of SAFE_PWRITE() by Cyril Hrubis · 8 years ago
  7. 1055281 safe_macros: add safe_setxattr(), safe_lsetxattr() and safe_fsetxattr() by Dejan Jovicevic · 8 years ago
  8. e899457 safe_macros: make safe_pread() and safe_pwrite() inline by Nikita Yushchenko · 8 years ago
  9. d753288 lib: move create_sig_proc() into newlib by Petr Vorel · 8 years ago
  10. 4dcfd28 lib: Add new tst_kvcmp for shell by Cyril Hrubis · 8 years ago
  11. af5a4b1 SAFE_MACROS: Add SAFE_GETPRIORITY() by Cyril Hrubis · 8 years ago
  12. 4b8dd42 SAFE_MACROS: Add SAFE_EXECLP() by Cyril Hrubis · 8 years ago
  13. f72ca5b lib: add tst_res_hexd for newlib by Jan Stancek · 8 years ago
  14. 70a21de Use sys/xattr.h instead of attr/xattr.h by Dejan Jovicevic · 8 years ago
  15. d47bb55 lib: Add optional minimal size for test device by Li Wang · 8 years ago
  16. 1216353 rt_sigaction.h: Add MIPS support by Huacai Chen · 8 years ago
  17. 7452a9f tst_atomic: add atomic_add_return for ARC by Vineet Gupta · 8 years ago
  18. 8793795 Add TST_TRACE by Stanislav Kholmanskikh · 8 years ago
  19. 5065a9e lib: add safe_gethostname() by Alexey Kodanev · 8 years ago
  20. 0aa4a61 tst_test.h: fix tst_test->tid for unsupported cases by Xiao Yang · 8 years ago
  21. 6b56aa7 tst_test: make reap_children() part of the test API by Stanislav Kholmanskikh · 8 years ago
  22. 3953c37 tst_safe_macros: SAFE_GETPGID by Stanislav Kholmanskikh · 8 years ago
  23. a8b752d tst_atomic.h: Add tst_atomic_dec() wrapper. by Cyril Hrubis · 8 years ago
  24. 1e92d8a tst_test: Add option parsing helpers. by Cyril Hrubis · 8 years ago
  25. 2ad59b7 tst_test: Allow to set timeout from test setup() by Cyril Hrubis · 8 years ago
  26. ad33a3d replace SIGCLD with SIGCHLD by Khem Raj · 8 years ago
  27. 96cccf4 lapi/fcntl.h: Include system headers first. by Cyril Hrubis · 8 years ago
  28. d2a810a syscalls/socket02: reconstruct and convert to new API by Xiao Yang · 8 years ago
  29. 3181950 syscalls/kcmp03.c: Add new testcase by Xiao Yang · 8 years ago
  30. 3aa3151 lib/cloner.c: Add tst_clone.h for new API by Xiao Yang · 8 years ago
  31. 9ff68de lib: add [SAFE_]FILE_LINES_SCANF by Jan Stancek · 8 years ago
  32. 0ed5b6a patched the repo for a small set of succesfull build by Yuexi Ma · 8 years ago
  33. 5887bec safe_macros: match oldlib SAFE_CLOSE with docs by Jan Stancek · 8 years ago
  34. 5078c01 tst_safe_macros: add SAFE_DUP by Xiao Yang · 8 years ago
  35. db03638 Include tst_kvercmp.h in tst_test.h by Stanislav Kholmanskikh · 8 years ago
  36. 4aebb6c lib/tst_test.c: Run test in child process by Cyril Hrubis · 8 years ago
  37. d1ea830 safe_macros: Add SAFE_GETPGID by Cyril Hrubis · 8 years ago
  38. 8a56a43 ltp/lapi: add some madvices definition by Li Wang · 8 years ago
  39. 2f7d1be syscalls/epoll_create1: Cleanup && Convert to new API by Xiao Yang · 8 years ago
  40. 12a5230 tst_safe_macros: add SAFE_SIGNAL by Jan Stancek · 8 years ago
  41. 63b6532 open_posix_testsuite: Propagate configure params by Cyril Hrubis · 8 years ago
  42. eb0ad60 tst_atomic: add atomic_add_return for x86/64, ppc/64 and s390/x by Jan Stancek · 8 years ago
  43. f61391e m4: add a check for __sync_add_and_fetch by Jan Stancek · 8 years ago
  44. c54ca05 tst_atomic: make tst_atomic_inc take a signed integer by Jan Stancek · 8 years ago
  45. 2a9c158 request_key/request_key01.c: add new testcase by Xiao Yang · 8 years ago
  46. ca67538 include/lapi/fcntl.h: Do not include tee and splice by Cyril Hrubis · 8 years ago
  47. 13fe1c7 syscalls/fcntl: add new test for open file description locks by Alexey Kodanev · 8 years ago
  48. 673dc67 lib: add safe_pthread_create() & safe_pthread_join() by Alexey Kodanev · 8 years ago
  49. 7671740 include/tst_pid.h: Add sys/types.h include by Cyril Hrubis · 8 years ago
  50. a31ff76 lib: Move old headers to include/old by Cyril Hrubis · 8 years ago
  51. bbdb9f7 lib: Add new test library API by Cyril Hrubis · 8 years ago
  52. 9c74eef lib: tst_kvercmp: Move defs to separate header by Cyril Hrubis · 8 years ago
  53. d5e1788 tst_mkfs: add extra_opt parameter to tst_mkfs() by Zorro Lang · 8 years ago
  54. b91c37d rt_sigaction.h: ARC: Provide default sa_restorer by Vineet Gupta · 8 years ago
  55. 0b1a91b lapi/socket.h: fix typo by Xiao Yang · 8 years ago
  56. aac9d1f syscalls/recvmsg02: Add header file lapi/socket.h by Xiao Yang · 8 years ago
  57. 8bbb1d5 lib/safe_macros: add readlink() by Alexey Kodanev · 8 years ago
  58. f3f4d33 lib/safe_macros: add linkat() by Alexey Kodanev · 8 years ago
  59. 5b789d8 include/lapi/fcntl.h: add O_TMPFILE definition by Alexey Kodanev · 8 years ago
  60. a9c24b0 lib/tst_dir_is_empty: add a library function by Alexey Kodanev · 8 years ago
  61. 3e60f62 lib: tst_res: Cleanup. by Cyril Hrubis · 8 years ago
  62. 46fb5ba mk: set ENV_POST_LOADED=1 after first loading env_post.mk by Nan Liu · 8 years ago
  63. 59040e0 module.mk: Skip module build properly by Cyril Hrubis · 8 years ago
  64. ec2765c lib: Restore tst_brk & tst_res in ltpapicmd by Cyril Hrubis · 8 years ago
  65. 6bb766e lib: Get rid of tst_res() and tst_brk() by Cyril Hrubis · 9 years ago
  66. 2190148 lapi/rt_sigaction.h: mark rt_stub functions as used by Stanislav Kholmanskikh · 9 years ago
  67. bbbb2e3 lapi/fcntl.h: define O_PATH on SPARC by Stanislav Kholmanskikh · 9 years ago
  68. 624cbde safe_macros: Add SAFE_IOCTL() by Cyril Hrubis · 9 years ago
  69. 9f92723 safe_macros: add missing offset param to SAFE_PREAD() by Xiao Yang · 9 years ago
  70. 370a3a4 SAFE_MACROS: Add socket(), bind(), listen(), connect() and getsockname() by Zeng Linggang · 9 years ago
  71. 4d8fd9f sched_getattr/sched_getattr01: Add new testcase to test sched_getattr by Cui Bixuan · 9 years ago
  72. b008b92 syscall/renameat2: Add tests for renameat2 by Cedric Hnyda · 9 years ago
  73. fce75e6 Fix including config.mk and features.mk in env_pre.mk by Yuriy Kolerov · 9 years ago
  74. 6006925 Include config.mk and features.mk in env_pre.mk for all targets by Yuriy Kolerov · 9 years ago
  75. 39ef6df added helper tools for creating and working with namespaces by Matus Marhefka · 9 years ago
  76. cb23137 ltp_rt_sigaction: SPARC fixes for -O0 by Stanislav Kholmanskikh · 9 years ago
  77. 8493486 umount2/umount2_01.c: add new test by Guangwen Feng · 9 years ago
  78. e90291c open/open13.c: add O_PATH flag test by Guangwen Feng · 9 years ago
  79. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  80. d485310 futex/futex_wake04.c: add kernel version check by Guangwen Feng · 9 years ago
  81. ded3d2b include/safe_macros.h: cosmetic fix for SAFE_TRUNCATE() by Guangwen Feng · 9 years ago
  82. 17dce71 syscalls/getrandom: add configure check for linux/random.h by Jan Stancek · 9 years ago
  83. 88abfa0 module.mk: don't run module builds multiple times by Jan Stancek · 9 years ago
  84. cc63481 getrandom: fix compilation with older kernels by Jan Stancek · 9 years ago
  85. d878d70 open/open12: Fix compile error by Cui Bixuan · 9 years ago
  86. 5571228 Move futex_t into a common header by Stanislav Kholmanskikh · 9 years ago
  87. 5071db5 lib/safe_creat: add const qualifier to path name by Alexey Kodanev · 9 years ago
  88. b74bbed power_management: compile testcases/kernel/power_management by default by Xing Gu · 9 years ago
  89. b681672 Keep the definition of union semun in one place by Stanislav Kholmanskikh · 9 years ago
  90. 0329c09 ARM64: ILP32: define LTP_USE_64_ABI for ILP32 by Zhang Jian(Bamvor) · 9 years ago
  91. 0e81bda lib: Get rid of STD_TIMING_ON and -t option by Cyril Hrubis · 9 years ago
  92. 2f91719 lib: usctest: Get rid of now unused struct tblock by Cyril Hrubis · 9 years ago
  93. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  94. 905f642 kernel modules: fix syntax errors when modules are disabled by Mike Frysinger · 9 years ago
  95. 4ca2309 Get rid of libtestsuite. by Cyril Hrubis · 9 years ago
  96. 8b6fed7 lib: tst_timer: Add struct timeval conversions. by Cyril Hrubis · 9 years ago
  97. 9dee405 lib: Add tst_timer functions. by Cyril Hrubis · 9 years ago
  98. 9f136a4 lib: Rewrite checkpoint synchronization by Cyril Hrubis · 9 years ago
  99. 9138a01 safe_macros: Add opendir(), readdir(), closedir() by Cyril Hrubis · 9 years ago
  100. 34e26eb lib: add SAFE_PWRITE() and SAFE_PREAD() by Xiaoguang Wang · 9 years ago