1. f423b1a add LTP_DATAROOT and tst_dataroot() by Jan Stancek · 10 years ago
  2. 4caa631 checkpoints: introduce TST_CHECKPOINT_CREATE by Jan Stancek · 10 years ago
  3. 8e9db8d lib: Added SAFE_MOUNT() and SAFE_UMOUNT() by Matus Marhefka · 10 years ago
  4. 5b03150 lib/tst_checkpoint.c: added support for unlimited number of named pipes by Matus Marhefka · 10 years ago
  5. 927a15c lib: implement TRERRNO by Jan Stancek · 10 years ago
  6. da642ba tst_ncpus_conf: Instead of the old tst_ncpus_max by Zeng Linggang · 10 years ago
  7. 980bdc2 safe_macros: turn function with rlim_t into static inline by Cyril Hrubis · 10 years ago
  8. 9120d8a safe_macros: turn functions with off_t parameter into static inline by Jan Stancek · 10 years ago
  9. 4c256b3 lapi: Add configure check and fallback struct iovec declaration by Cyril Hrubis · 10 years ago
  10. 638f726 rt_sigaction.h: define HAVE_SA_RESTORER for most platforms by Stanislav Kholmanskikh · 10 years ago
  11. 9ac868c add new errno testes for timerfd_* by Zeng Linggang · 10 years ago
  12. 92e1e39 Merge pull request #21 from ruanzhengwang/master by yaneurabeya · 10 years ago
  13. 0241ae4 Add CROSS_COMPILE symbol to simplify cross-compiling by Zhengwang Ruan · 10 years ago
  14. f48552a lib: add SAFE_RENAME() by Xiaoguang Wang · 10 years ago
  15. 8c1e0b3 lib/tst_res.c: introduce tst_record_childstatus() by Xiaoguang Wang · 10 years ago
  16. a161c6f lib/tst_res.c: make tst_brkm() and tst_resm() output more informative message by Xiaoguang Wang · 10 years ago
  17. cdfe337 remove meaningless TRETR flag by Xiaoguang Wang · 10 years ago
  18. 2266b9d configure: Fix aclocal include dir by Cyril Hrubis · 10 years ago
  19. edbae29 configure.ac: Add AC_CONFIG_MACRO_DIR by Cyril Hrubis · 10 years ago
  20. 6db2b4d config.mk: Use cc instead of gcc by Garrett Cooper · 10 years ago
  21. 502e42f Implementation of tst_get_unused_pid() by Stanislav Kholmanskikh · 10 years ago
  22. 07a1033 system_specific_process_info changes by Stanislav Kholmanskikh · 10 years ago
  23. 6f6878f pan/ltp-pan.c: add statistics about not fully tested testcases by Xiaoguang Wang · 10 years ago
  24. 451a7e5 ltp_rt_sigaction.h: added SPARC support by Stanislav Kholmanskikh · 10 years ago
  25. ea53701 rt_sigaction, rt_sigprocmask01, rt_sigsuspend: use rt_sigaction wrapper by Stanislav Kholmanskikh · 10 years ago
  26. a3bfea2 renameat/renameat01.c: cleanup by Xing Gu · 10 years ago
  27. e6c24c1 lib: Add tst_dev_fs_type() function by Cyril Hrubis · 10 years ago
  28. 85e787e lib: Add tst_acquire_device() and tst_release_device() by Cyril Hrubis · 10 years ago
  29. 92a1459 lib: Add SAFE_CHOWN() by Xing Gu · 10 years ago
  30. 3db2082 lib: add tst_fs_link_count.c by Xiaoguang Wang · 10 years ago
  31. 0198e60 lib: Remove unused search_path.h and search_path.c by Cyril Hrubis · 10 years ago
  32. 3a150e7 lib: Add SAFE_MKFIFO() by Cyril Hrubis · 10 years ago
  33. da3f4ba lib: Remove unused mount_utils.c by Cyril Hrubis · 10 years ago
  34. 1dbf0b4 lib: Remove -c option and STD_COPIES by Cyril Hrubis · 10 years ago
  35. 34ff227 lib: Add SAFE_FCHOWN() by Cyril Hrubis · 10 years ago
  36. 6deba58 lib: Add SAFE_KILL() by Xiaoguang Wang · 10 years ago
  37. 4200068 include/lapi: Add vmsplice.h by Cyril Hrubis · 10 years ago
  38. 6a558f8 include/lapi/fcntl.h: Add splice() flags + include by Cyril Hrubis · 10 years ago
  39. 6bd56e6 splice, tee: Move splice.h tee.h to include/lapi by Cyril Hrubis · 10 years ago
  40. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  41. d5d3908 usctest.h, parse_opts.c: Hide unused variables. by Cyril Hrubis · 10 years ago
  42. 2a81c75 usctest.h, parse_opts.c: More cleanup. by Cyril Hrubis · 10 years ago
  43. c45ea22 usctest.h: Remove unused TEST_PAUSEF macro by Cyril Hrubis · 10 years ago
  44. ee99a35 usctest.h: Remove useless workaround. by Cyril Hrubis · 10 years ago
  45. 5ff25ef SAFE_MACROS: Add memalign() by Zeng Linggang · 10 years ago
  46. 91d6742 safe_macros: Add SAFE_GETRESUID and SAFE_GETRESGID by Zeng Linggang · 10 years ago
  47. 9c31ad2 lib, tests: Rename get_tst_tmpdir() to tst_get_tmpdir() by Cyril Hrubis · 10 years ago
  48. 78fe642 lib: tst_path_has_mnt_flags: Add NULL path as tmpdir by Cyril Hrubis · 10 years ago
  49. 2db5739 lib/tst_path_has_mnt_flags.c: create a function tst_path_has_mnt_flags() by gux.fnst@cn.fujitsu.com · 10 years ago
  50. 1a6f68a lib/tst_sig.c: output signal name when got unexpected signal by Xiaoguang Wang · 10 years ago
  51. 9b552cb SAFE_POPEN: Added function to safe_stdio.h by Mats Liljegren · 10 years ago
  52. 4694167 lib/tst_fs_has_free.c: add tst_fs_has_free() to determine filesystem's free space by Xiaoguang Wang · 10 years ago
  53. 97499c2 lib: Add SAFE_RMDIR() by Cyril Hrubis · 10 years ago
  54. 4ece5a5 lapi: Add readdir.h by Zeng Linggang · 10 years ago
  55. 51117fc lib: Add xfs fs detection by Zeng Linggang · 10 years ago
  56. 0ea7aa0 syscalls: Rewrite readlinkat01 by Cyril Hrubis · 10 years ago
  57. a86d71f Implemented autoconf check for libtirpc by Stanislav Kholmanskikh · 10 years ago
  58. f3e448f lib: Add SAFE_WAIT() and SAFE_WAITPID() by Cyril Hrubis · 10 years ago
  59. 04afb02 lapi: Add abisize.h by Cyril Hrubis · 10 years ago
  60. a89e4a9 syscalls/fallocate01: Fix compilation failure. by Cyril Hrubis · 10 years ago
  61. 20eb071 configure: add configure check for GCC -Wold-style-definition by Alexey Kodanev · 10 years ago
  62. 4d1f01f lib: Remove tst_uid_gid and cases that use it. by Cyril Hrubis · 10 years ago
  63. 3526685 lib/tst_mkfs.c: fix a bug when calling tst_mkfs() with extra mkfs options by Xiaoguang Wang · 10 years ago
  64. 82b0600 lapi: fcntl.h: Add O_NOATIME by Zeng Linggang · 10 years ago
  65. 66a84a4 syscalls/fcntl31: Fix build on older glibc. by Cyril Hrubis · 10 years ago
  66. dbf270c lib: Add tst_process_state_wait2() by Cyril Hrubis · 10 years ago
  67. e77bf55 add tst_get_unused_port() by Jan Stancek · 10 years ago
  68. a432c4d syscalls/swapon: Further cleanup. by Cyril Hrubis · 10 years ago
  69. 4bbec17 lapi: Add mkdirat.h by Cyril Hrubis · 10 years ago
  70. c459235 SAFE_MACROS: Add chmod() and fchmod() by Cyril Hrubis · 10 years ago
  71. ef9aac6 safe_macros: Add SAFE_GETRLIMIT and SAFE_SETRLIMIT by Zeng Linggang · 10 years ago
  72. 0f0e348 lib: Rewrite FS type detection code + docs by Cyril Hrubis · 10 years ago
  73. 2b69feb module.mk: remove module_name.ko.unsigned files after build by Stanislav Kholmanskikh · 10 years ago
  74. b3f6138 include/safe_macros.h: fix mistakes by Zeng Linggang · 10 years ago
  75. 7ee6327 safe_macros: Add SAFE_STAT and SAFE_LSTAT by Cyril Hrubis · 10 years ago
  76. 8697aa9 lapi: fcntl.h: Add AT_SYMLINK_NOFOLLOW by Cyril Hrubis · 10 years ago
  77. bf17abf lib/test.h: add macro to declare init/cleanup functions by Alexey Kodanev · 10 years ago
  78. 8d5fba3 linkat/linkat02.c: add new error number tests by Zeng Linggang · 10 years ago
  79. 71cd277 include/config.mk: add -Wold-style-definition by Alexey Kodanev · 10 years ago
  80. fe17303 fcntl/fcntl30.c: add F_SETPIPE_SZ, F_GETPIPE_SZ test for fcntl(2) by Xiaoguang Wang · 10 years ago
  81. 9505857 fcntl/fcntl29.c: add F_DUPFD_CLOEXEC test for fcntl(2) by Xiaoguang Wang · 10 years ago
  82. 55d8ae5 tst_res: constify char buffers were possible by Mike Frysinger · 10 years ago
  83. 95a6145 Remove README.ltp-devel.in and ltp-devel.spec.in by Cyril Hrubis · 10 years ago
  84. 3f0510c lib: Flush test output on FORK_OR_VFORK() by Cyril Hrubis · 10 years ago
  85. 1030c9d lib/safe_macros.c: add SAFE_FSTAT() by Zeng Linggang · 11 years ago
  86. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 10 years ago
  87. dcd5af4 config.mk.in: Turn on extra warnings. by Cyril Hrubis · 11 years ago
  88. bc44eb3 lib: tst_get_unused_uid, tst_get_unused_gid by Stanislav Kholmanskikh · 11 years ago
  89. 1db6266 lib/cloner.c: add ltp_clone7() and fix build by Zeng Linggang · 11 years ago
  90. 98f8747 lapi: Add fcntl.h to define O_CLOEXEC, fix build by Cyril Hrubis · 11 years ago
  91. 5f5cb63 lib/cloner.c: add more args by zenglg.jy · 11 years ago
  92. 19b69d5 safe_touch: use utimes(2) if utimensat(2) is not defined by Stanislav Kholmanskikh · 11 years ago
  93. 1c86abd created lapi/utime.h by Stanislav Kholmanskikh · 11 years ago
  94. 5811a1d ptrace: Fix build problems with glibc-2.18 by Markos Chandras · 11 years ago
  95. f095ccb safe_macros: Add SAFE_LSEEK(). by Cyril Hrubis · 11 years ago
  96. 0647a00 Add include/lapi/posix_clocks.h and make use of it by Cyril Hrubis · 11 years ago
  97. abf28b2 Implemented SAFE_TOUCH macro by Stanislav Kholmanskikh · 11 years ago
  98. abaa460 build: Change MAKE_TARGETS in include/mk/lib.mk by Cyril Hrubis · 11 years ago
  99. 11a84a6 lib: add tst_is_virt() by Jan Stancek · 11 years ago
  100. e05a5d3 mk/module.mk: add Makefile to build kernel modules by Alexey Kodanev · 11 years ago