1. 8ab80e7 Remove dead code by Cyril Hrubis · 10 years ago
  2. f423b1a add LTP_DATAROOT and tst_dataroot() by Jan Stancek · 10 years ago
  3. 4caa631 checkpoints: introduce TST_CHECKPOINT_CREATE by Jan Stancek · 10 years ago
  4. 8e9db8d lib: Added SAFE_MOUNT() and SAFE_UMOUNT() by Matus Marhefka · 10 years ago
  5. 5b03150 lib/tst_checkpoint.c: added support for unlimited number of named pipes by Matus Marhefka · 10 years ago
  6. cd5983d tst_kvercmp: Do not segfault on short release number by Cyril Hrubis · 10 years ago
  7. 927a15c lib: implement TRERRNO by Jan Stancek · 10 years ago
  8. da642ba tst_ncpus_conf: Instead of the old tst_ncpus_max by Zeng Linggang · 10 years ago
  9. 84d6083 tst_ncpus_max: use kernel_max if available by Jan Stancek · 10 years ago
  10. 980bdc2 safe_macros: turn function with rlim_t into static inline by Cyril Hrubis · 10 years ago
  11. 1bfeb01 lib/rmobj: avoid using lstat by Jan Stancek · 10 years ago
  12. 9120d8a safe_macros: turn functions with off_t parameter into static inline by Jan Stancek · 10 years ago
  13. 33a4adf lib/tst_tmpdir.c: force environment variable TMPDIR using an absolute pathname by Xiaoguang Wang · 10 years ago
  14. 089c787 lib/tst_tmpdir.c: use tst_resm() instead of tst_brkm() in tmpdir_cleanup() by Xiaoguang Wang · 10 years ago
  15. f48552a lib: add SAFE_RENAME() by Xiaoguang Wang · 10 years ago
  16. 8c1e0b3 lib/tst_res.c: introduce tst_record_childstatus() by Xiaoguang Wang · 10 years ago
  17. a161c6f lib/tst_res.c: make tst_brkm() and tst_resm() output more informative message by Xiaoguang Wang · 10 years ago
  18. cdfe337 remove meaningless TRETR flag by Xiaoguang Wang · 10 years ago
  19. d3bbf20 lib/databin.c: Use stdlib.h instead of malloc.h by Garrett Cooper · 10 years ago
  20. 502e42f Implementation of tst_get_unused_pid() by Stanislav Kholmanskikh · 10 years ago
  21. 07a1033 system_specific_process_info changes by Stanislav Kholmanskikh · 10 years ago
  22. 6f6878f pan/ltp-pan.c: add statistics about not fully tested testcases by Xiaoguang Wang · 10 years ago
  23. e6c24c1 lib: Add tst_dev_fs_type() function by Cyril Hrubis · 10 years ago
  24. 85e787e lib: Add tst_acquire_device() and tst_release_device() by Cyril Hrubis · 10 years ago
  25. 92a1459 lib: Add SAFE_CHOWN() by Xing Gu · 10 years ago
  26. 3db2082 lib: add tst_fs_link_count.c by Xiaoguang Wang · 10 years ago
  27. 0198e60 lib: Remove unused search_path.h and search_path.c by Cyril Hrubis · 10 years ago
  28. 3a150e7 lib: Add SAFE_MKFIFO() by Cyril Hrubis · 10 years ago
  29. 0c1ba5c lib/tst_sig: Fix fork_flag. by Cyril Hrubis · 10 years ago
  30. da3f4ba lib: Remove unused mount_utils.c by Cyril Hrubis · 10 years ago
  31. 1dbf0b4 lib: Remove -c option and STD_COPIES by Cyril Hrubis · 10 years ago
  32. 34ff227 lib: Add SAFE_FCHOWN() by Cyril Hrubis · 10 years ago
  33. 6deba58 lib: Add SAFE_KILL() by Xiaoguang Wang · 10 years ago
  34. ab1d3b6 lib/tst_sig: Remove CRAY and __sgi ifdefs. by Cyril Hrubis · 10 years ago
  35. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  36. 1589919 parse_opts.c: More cleanup. by Cyril Hrubis · 10 years ago
  37. d5d3908 usctest.h, parse_opts.c: Hide unused variables. by Cyril Hrubis · 10 years ago
  38. 2a81c75 usctest.h, parse_opts.c: More cleanup. by Cyril Hrubis · 10 years ago
  39. 5ff25ef SAFE_MACROS: Add memalign() by Zeng Linggang · 10 years ago
  40. 91d6742 safe_macros: Add SAFE_GETRESUID and SAFE_GETRESGID by Zeng Linggang · 10 years ago
  41. 852807b lib: safe_stdio.c, tst_virt.c: delete the redundant code by Xing Gu · 10 years ago
  42. 9c31ad2 lib, tests: Rename get_tst_tmpdir() to tst_get_tmpdir() by Cyril Hrubis · 10 years ago
  43. 78fe642 lib: tst_path_has_mnt_flags: Add NULL path as tmpdir by Cyril Hrubis · 10 years ago
  44. 1c84cdb lib, openposix: Fix mount flags detection code. by Cyril Hrubis · 10 years ago
  45. 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
  46. 1a6f68a lib/tst_sig.c: output signal name when got unexpected signal by Xiaoguang Wang · 10 years ago
  47. ec2e123 lib/tst_mkfs.c: fix -f option for mkfs.btrfs by Xing Gu · 10 years ago
  48. 87ab509 safe_stdio: Error messages in new format by Mats Liljegren · 10 years ago
  49. 9b552cb SAFE_POPEN: Added function to safe_stdio.h by Mats Liljegren · 10 years ago
  50. 707c68e tst_fs_has_free: Use f_bavail instead of f_bfree. by Cyril Hrubis · 10 years ago
  51. 4694167 lib/tst_fs_has_free.c: add tst_fs_has_free() to determine filesystem's free space by Xiaoguang Wang · 10 years ago
  52. 97499c2 lib: Add SAFE_RMDIR() by Cyril Hrubis · 10 years ago
  53. 51117fc lib: Add xfs fs detection by Zeng Linggang · 10 years ago
  54. f3e448f lib: Add SAFE_WAIT() and SAFE_WAITPID() by Cyril Hrubis · 10 years ago
  55. 87aa2dc lib, tools, pan: old-style function definition fixes by Stanislav Kholmanskikh · 10 years ago
  56. 49e8615 Make SAFE_* calls more informative when failing by Mats Liljegren · 10 years ago
  57. 4d1f01f lib: Remove tst_uid_gid and cases that use it. by Cyril Hrubis · 10 years ago
  58. d00eacc lib/tst_uid_gid.c: fix checking return value errors about getpwuid_r/getgrgid_r by Zeng Linggang · 10 years ago
  59. 3526685 lib/tst_mkfs.c: fix a bug when calling tst_mkfs() with extra mkfs options by Xiaoguang Wang · 10 years ago
  60. 0f99157 lib/safe_macros.c: fix output message error in safe_creat() by Xiaoguang Wang · 10 years ago
  61. 89293b2 lib/tst_res.c: synchronize access to tst_res functions by Alexey Kodanev · 10 years ago
  62. 8860eb7 lib/errnos.h: Add SUCCESS (0). by Cyril Hrubis · 10 years ago
  63. dbf270c lib: Add tst_process_state_wait2() by Cyril Hrubis · 10 years ago
  64. e77bf55 add tst_get_unused_port() by Jan Stancek · 10 years ago
  65. c459235 SAFE_MACROS: Add chmod() and fchmod() by Cyril Hrubis · 10 years ago
  66. ef9aac6 safe_macros: Add SAFE_GETRLIMIT and SAFE_SETRLIMIT by Zeng Linggang · 10 years ago
  67. 0f0e348 lib: Rewrite FS type detection code + docs by Cyril Hrubis · 10 years ago
  68. 7ee6327 safe_macros: Add SAFE_STAT and SAFE_LSTAT by Cyril Hrubis · 10 years ago
  69. bf17abf lib/test.h: add macro to declare init/cleanup functions by Alexey Kodanev · 10 years ago
  70. 71e75a5 lib/tst_mkfs: append -f option when creating btrfs by Eryu Guan · 10 years ago
  71. 55d8ae5 tst_res: constify char buffers were possible by Mike Frysinger · 10 years ago
  72. 3f0510c lib: Flush test output on FORK_OR_VFORK() by Cyril Hrubis · 10 years ago
  73. ee75ce3 lib: Fix a few warnings. by Cyril Hrubis · 10 years ago
  74. 1030c9d lib/safe_macros.c: add SAFE_FSTAT() by Zeng Linggang · 11 years ago
  75. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 10 years ago
  76. bc44eb3 lib: tst_get_unused_uid, tst_get_unused_gid by Stanislav Kholmanskikh · 11 years ago
  77. 1db6266 lib/cloner.c: add ltp_clone7() and fix build by Zeng Linggang · 11 years ago
  78. 971e4eb lib: fix logic error in strncpy by Mike Frysinger · 11 years ago
  79. 9f42be1 lib: fix noreturn warnings by Mike Frysinger · 11 years ago
  80. bf6904f lib: tests: fix up build time warnings by Mike Frysinger · 11 years ago
  81. 4fd2638 lib: fix warnings in fallback set_time logic by Mike Frysinger · 11 years ago
  82. 9317d9c lib/cloner.c: Use clone() on s390 and s390x too by Cyril Hrubis · 11 years ago
  83. 93c6031 lib: cloner: merge the different ifdef paths a bit by Mike Frysinger · 11 years ago
  84. 5194feb lib: errnos: Add few more ifdefs. by Cyril Hrubis · 11 years ago
  85. 653e58f lib: errnos: use ERFKILL only if it's defined by Jan Stancek · 11 years ago
  86. 5f5cb63 lib/cloner.c: add more args by zenglg.jy · 11 years ago
  87. 19b69d5 safe_touch: use utimes(2) if utimensat(2) is not defined by Stanislav Kholmanskikh · 11 years ago
  88. f095ccb safe_macros: Add SAFE_LSEEK(). by Cyril Hrubis · 11 years ago
  89. 5007d46 Move test_safe_macros.c to lib/tests/ by Cyril Hrubis · 11 years ago
  90. b185f22 add test for tst_checkpoint_signal_child timing out by Jan Stancek · 11 years ago
  91. cb80f40 tst_checkpoint_signal_child: implemented timeout by Stanislav Kholmanskikh · 11 years ago
  92. 7b20026 lib: tst_res: Add more errnos. by Cyril Hrubis · 11 years ago
  93. abf28b2 Implemented SAFE_TOUCH macro by Stanislav Kholmanskikh · 11 years ago
  94. c26dd37 getrusage04: skip it on Xen by Jan Stancek · 11 years ago
  95. 11a84a6 lib: add tst_is_virt() by Jan Stancek · 11 years ago
  96. 226edbe tst_res: add some common errno values by Wang, Xiaoguang · 11 years ago
  97. b217b3e tst_kvercmp2: Criteria for Oracle Linux UEK kernels by Stanislav Kholmanskikh · 11 years ago
  98. b3c4fbe lib: tst_mkfs: Add force option for xfs. by Cyril Hrubis · 11 years ago
  99. 858a576 lib: tst_mkfs: Shuffle the mkfs params. by Cyril Hrubis · 11 years ago
  100. 1d5d484 Implemented tst_fill_file function by Stanislav Kholmanskikh · 11 years ago