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