1. 1d5d484 Implemented tst_fill_file function by Stanislav Kholmanskikh · 11 years ago
  2. 2492ce2 lib: Add tst_mkfs() function. by Cyril Hrubis · 11 years ago
  3. 989d306 tst_run_cmd: Make the tst_run_cmd survive SIGCHLD by Cyril Hrubis · 11 years ago
  4. e63337a tst_run_cmd: const correctness by Stanislav Kholmanskikh · 11 years ago
  5. 29a9cf2 lib/tst_module.c: modification for updated tst_run_cmd specification by Stanislav kholmanskikh · 11 years ago
  6. bee0a94 tst_run_cmd: added support for stdout and stderr redirection by Stanislav kholmanskikh · 11 years ago
  7. fc41661 usctest.h: Remove dumbious _USC_LIB_ ifdefs. by Cyril Hrubis · 11 years ago
  8. e94c67a Revert "lib/tst_kvercmp: fixed a compiling error" by Cyril Hrubis · 11 years ago
  9. e323edc lib: fix a NULL pointer caused error by Wanlong Gao · 11 years ago
  10. 793ba8a lib/tst_kvercmp: fixed a compiling error by Zhouping Liu · 11 years ago
  11. 18f7be7 lib: let tst_kvercmp2() contains major kernel version by Wanlong Gao · 11 years ago
  12. e39f5a8 lib/safe_macros: Split and add SAFE_ASPRINTF() by Cyril Hrubis · 11 years ago
  13. ef73cc9 lib: add tst_kvercmp2 to compare specific vendor extra kernel versions by Wanlong Gao · 11 years ago
  14. 4bc55ec lib: tst_run_cmd: add tst_run_cmd() to exec specified program by Alexey Kodanev · 11 years ago
  15. 147ed8a lib: tst_module: add library functions for kernel modules by Alexey Kodanev · 11 years ago
  16. 06f9fe4 include: Move a few more defs to private header. by Cyril Hrubis · 11 years ago
  17. 812521d lib, include: Move TEMPDIR to private header. by Cyril Hrubis · 11 years ago
  18. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  19. ed69cd5 lib: Add lib/ltp_priv.h header for internal API. by Cyril Hrubis · 11 years ago
  20. d2085ca lib: safe_macros: Add SAFE_FOPEN(), SAFE_FCLOSE() by Cyril Hrubis · 11 years ago
  21. 8dc262a lib/parse_opts.c: Remove a few unused assigments. by Cyril Hrubis · 11 years ago
  22. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  23. aede40b safe_macros: Add SAFE_LINK and SAFE_SYMLINK. by Cyril Hrubis · 11 years ago
  24. d14536d ltp: Add support for Imagination Technologies Meta by Markos Chandras · 11 years ago
  25. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  26. 365a3c1 lib/databin.c: code cleanups by Wanlong Gao · 12 years ago
  27. df5b3b4 lib/dataascii.c: code cleanups by Wanlong Gao · 12 years ago
  28. 2b9f501 lib/cloner.c: code cleanups by Wanlong Gao · 12 years ago
  29. 69c2ab0 Add TST_RESOURCE_COPY() to prepare test files. by Cyril Hrubis · 12 years ago
  30. b6a5657 Merge ../ltp-dev by Cyril Hrubis · 12 years ago
  31. 1924061 Add TST_PROCESS_STATE_WAIT() API. by Cyril Hrubis · 12 years ago
  32. ab8388c Add easy to use API for parent-child synchronization. by Cyril Hrubis · 12 years ago
  33. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  34. 4274895 lib: Add functions to ease pseudo fs read/write by Cyril Hrubis · 12 years ago
  35. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  36. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  37. 3b535a8 tools: add tst_ncpus/_max api to get number of CPUS by Wanlong Gao · 12 years ago
  38. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  39. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  40. cbdd1dc V3 /lib/tst_tmpdir Implemented a simple testcase. by Marios Makris · 12 years ago
  41. c128c45 /lib/tst_tmpdir.c removed the TDIRECTORY part by Marios Makris · 12 years ago
  42. 4aa7a48 /lib/tst_tmpdir.c removed / and * checks by Marios Makris · 12 years ago
  43. 3550766 /lib/tst_tmpdir.c removed mkstemp method by Marios Makris · 12 years ago
  44. 60b1baa /lib/tst_tmpdir indentation and coding style fixes by Marios Makris · 12 years ago
  45. 2b73a15 safe_macros: add SAFE_STRTOUL by Zhouping Liu · 12 years ago
  46. 33bb713 Created an automated test for the /lib/bytes_by_prefix.c by Marios Makris · 12 years ago
  47. 5f017a0 Return -1 on negative input/output (/lib/bytes_by_prefix.c) by Marios Makris · 12 years ago
  48. ac0d5eb Fix SAFE_READ so that it actually works by Garrett Cooper · 12 years ago
  49. 3d3e94e Changed nconv variable from long to int in /lib/bytes_by_prefix.c by Marios Makris · 12 years ago
  50. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  51. 9a769aa Indentation and coding style fixes on /lib/str_to_bytes.c as well as /include/str_to_bytes.h by Marios Makris · 12 years ago
  52. 51725fc libltp: remove system_specific_hugepages_info by Caspar Zhang · 12 years ago
  53. 4d964f6 lib/parse_opts.c: Fix the -I option. by Cyril Hrubis · 12 years ago
  54. e97ba6f lib/cloner.c enlarge cloner stack size by Cyril Hrubis · 12 years ago
  55. 9af0bd7 safe_macros: Include errno.h. by Vinson Lee · 12 years ago
  56. d6a1f25 safe_macros: add SAFE_STRTOL by Caspar Zhang · 12 years ago
  57. 2ef059e lib/parse_opts.c Print ALL CAPS warning when using -c option. by Cyril Hrubis · 12 years ago
  58. d2e9f84 lib: Fix tst_print() by Cyril Hrubis · 12 years ago
  59. fd4ada7 lib/parse_opts: Multiple fixes by Markos Chandras · 13 years ago
  60. 8d2d8ba lib/self_exec: Remove extra argument from tst_resm function call by Markos Chandras · 13 years ago
  61. 3f75fe4 safe_macros: Add ftruncate and truncate. by Cyril Hrubis · 13 years ago
  62. 9180514 libltp: drop unused variable by Mike Frysinger · 13 years ago
  63. 817c782 getrusage03: test ru_maxrss by Caspar Zhang · 13 years ago
  64. a5ef1c1 I want to enable using hugepage releated functions in by Garrett Cooper · 13 years ago
  65. 9ef7f2d Fix warnings in lib/tlibio.c by Garrett Cooper · 13 years ago
  66. 86d0dba ltp: fix databinchk() definition by Alex Elder · 13 years ago
  67. ce10184 Remove the rest of edundant "? 1 : 0". by Cyril Hrubis · 13 years ago
  68. bc5da68 The functional tests for utime checks if utime updates the by Cyril Hrubis · 13 years ago
  69. 8b02c1c A weak attempt at style fixing. by Garrett Cooper · 13 years ago
  70. 4a3c658 Add safe macros for chdir and mkdir. by Garrett Cooper · 14 years ago
  71. 41176c3 Break some bad behavior. by Garrett Cooper · 14 years ago
  72. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  73. 5503357 Disable bounds checking with printouts in tst_brk. by Garrett Cooper · 14 years ago
  74. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  75. b1c7c6b Make the test bug more obvious. by Garrett Cooper · 14 years ago
  76. 43891b7 Fix reentrancy. by Garrett Cooper · 14 years ago
  77. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  78. dd3f47e Actually commit code move. by Garrett Cooper · 14 years ago
  79. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  80. 6a464fe Remove unnecessary tst_sig code. by Garrett Cooper · 14 years ago
  81. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  82. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  83. c6fd0e4 Make get_tst_tmpdir failures a bit more sensical. by Garrett Cooper · 14 years ago
  84. 1f3c236 More whitespace and consistency changes. by Garrett Cooper · 14 years ago
  85. 13431b6 Check for NULL from malloc(3), not !NULL. by Garrett Cooper · 14 years ago
  86. eacf2a3 Account for reporting flags appended to ttype in tst_brk. by Garrett Cooper · 14 years ago
  87. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  88. 936344f Fix typo in comment. by Garrett Cooper · 14 years ago
  89. 619e6a7 Modify style. by Garrett Cooper · 14 years ago
  90. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  91. 9f2555e Screw it. Just call tst_exit at the end of each tst_brkm invocation now. by Garrett Cooper · 14 years ago
  92. d720444 Crap. Checked in code on the wrong branch. by Garrett Cooper · 14 years ago
  93. 858bf87 Fix conflicts. by Garrett Cooper · 14 years ago
  94. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  95. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  96. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  97. 16e681e Intentionally exit when tst_exit == NULL. by Garrett Cooper · 14 years ago
  98. a126241 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  99. e9f9b88 Disable pedanticness in origin. by Garrett Cooper · 14 years ago
  100. 60cd167 Fix stupid errors. by Garrett Cooper · 14 years ago