1. 4bc55ec lib: tst_run_cmd: add tst_run_cmd() to exec specified program by Alexey Kodanev · 11 years ago
  2. 147ed8a lib: tst_module: add library functions for kernel modules by Alexey Kodanev · 11 years ago
  3. 06f9fe4 include: Move a few more defs to private header. by Cyril Hrubis · 11 years ago
  4. 812521d lib, include: Move TEMPDIR to private header. by Cyril Hrubis · 11 years ago
  5. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  6. ed69cd5 lib: Add lib/ltp_priv.h header for internal API. by Cyril Hrubis · 11 years ago
  7. d2085ca lib: safe_macros: Add SAFE_FOPEN(), SAFE_FCLOSE() by Cyril Hrubis · 11 years ago
  8. 8dc262a lib/parse_opts.c: Remove a few unused assigments. by Cyril Hrubis · 11 years ago
  9. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  10. aede40b safe_macros: Add SAFE_LINK and SAFE_SYMLINK. by Cyril Hrubis · 12 years ago
  11. d14536d ltp: Add support for Imagination Technologies Meta by Markos Chandras · 12 years ago
  12. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  13. 365a3c1 lib/databin.c: code cleanups by Wanlong Gao · 12 years ago
  14. df5b3b4 lib/dataascii.c: code cleanups by Wanlong Gao · 12 years ago
  15. 2b9f501 lib/cloner.c: code cleanups by Wanlong Gao · 12 years ago
  16. 69c2ab0 Add TST_RESOURCE_COPY() to prepare test files. by Cyril Hrubis · 12 years ago
  17. b6a5657 Merge ../ltp-dev by Cyril Hrubis · 12 years ago
  18. 1924061 Add TST_PROCESS_STATE_WAIT() API. by Cyril Hrubis · 12 years ago
  19. ab8388c Add easy to use API for parent-child synchronization. by Cyril Hrubis · 12 years ago
  20. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  21. 4274895 lib: Add functions to ease pseudo fs read/write by Cyril Hrubis · 12 years ago
  22. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  23. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  24. 3b535a8 tools: add tst_ncpus/_max api to get number of CPUS by Wanlong Gao · 12 years ago
  25. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  26. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  27. cbdd1dc V3 /lib/tst_tmpdir Implemented a simple testcase. by Marios Makris · 12 years ago
  28. c128c45 /lib/tst_tmpdir.c removed the TDIRECTORY part by Marios Makris · 12 years ago
  29. 4aa7a48 /lib/tst_tmpdir.c removed / and * checks by Marios Makris · 12 years ago
  30. 3550766 /lib/tst_tmpdir.c removed mkstemp method by Marios Makris · 12 years ago
  31. 60b1baa /lib/tst_tmpdir indentation and coding style fixes by Marios Makris · 12 years ago
  32. 2b73a15 safe_macros: add SAFE_STRTOUL by Zhouping Liu · 12 years ago
  33. 33bb713 Created an automated test for the /lib/bytes_by_prefix.c by Marios Makris · 12 years ago
  34. 5f017a0 Return -1 on negative input/output (/lib/bytes_by_prefix.c) by Marios Makris · 12 years ago
  35. ac0d5eb Fix SAFE_READ so that it actually works by Garrett Cooper · 12 years ago
  36. 3d3e94e Changed nconv variable from long to int in /lib/bytes_by_prefix.c by Marios Makris · 12 years ago
  37. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  38. 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
  39. 51725fc libltp: remove system_specific_hugepages_info by Caspar Zhang · 13 years ago
  40. 4d964f6 lib/parse_opts.c: Fix the -I option. by Cyril Hrubis · 13 years ago
  41. e97ba6f lib/cloner.c enlarge cloner stack size by Cyril Hrubis · 13 years ago
  42. 9af0bd7 safe_macros: Include errno.h. by Vinson Lee · 13 years ago
  43. d6a1f25 safe_macros: add SAFE_STRTOL by Caspar Zhang · 13 years ago
  44. 2ef059e lib/parse_opts.c Print ALL CAPS warning when using -c option. by Cyril Hrubis · 13 years ago
  45. d2e9f84 lib: Fix tst_print() by Cyril Hrubis · 13 years ago
  46. fd4ada7 lib/parse_opts: Multiple fixes by Markos Chandras · 13 years ago
  47. 8d2d8ba lib/self_exec: Remove extra argument from tst_resm function call by Markos Chandras · 13 years ago
  48. 3f75fe4 safe_macros: Add ftruncate and truncate. by Cyril Hrubis · 13 years ago
  49. 9180514 libltp: drop unused variable by Mike Frysinger · 13 years ago
  50. 817c782 getrusage03: test ru_maxrss by Caspar Zhang · 13 years ago
  51. a5ef1c1 I want to enable using hugepage releated functions in by Garrett Cooper · 14 years ago
  52. 9ef7f2d Fix warnings in lib/tlibio.c by Garrett Cooper · 14 years ago
  53. 86d0dba ltp: fix databinchk() definition by Alex Elder · 14 years ago
  54. ce10184 Remove the rest of edundant "? 1 : 0". by Cyril Hrubis · 14 years ago
  55. bc5da68 The functional tests for utime checks if utime updates the by Cyril Hrubis · 14 years ago
  56. 8b02c1c A weak attempt at style fixing. by Garrett Cooper · 14 years ago
  57. 4a3c658 Add safe macros for chdir and mkdir. by Garrett Cooper · 14 years ago
  58. 41176c3 Break some bad behavior. by Garrett Cooper · 14 years ago
  59. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  60. 5503357 Disable bounds checking with printouts in tst_brk. by Garrett Cooper · 14 years ago
  61. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  62. b1c7c6b Make the test bug more obvious. by Garrett Cooper · 14 years ago
  63. 43891b7 Fix reentrancy. by Garrett Cooper · 14 years ago
  64. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  65. dd3f47e Actually commit code move. by Garrett Cooper · 14 years ago
  66. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  67. 6a464fe Remove unnecessary tst_sig code. by Garrett Cooper · 14 years ago
  68. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  69. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  70. c6fd0e4 Make get_tst_tmpdir failures a bit more sensical. by Garrett Cooper · 14 years ago
  71. 1f3c236 More whitespace and consistency changes. by Garrett Cooper · 14 years ago
  72. 13431b6 Check for NULL from malloc(3), not !NULL. by Garrett Cooper · 14 years ago
  73. eacf2a3 Account for reporting flags appended to ttype in tst_brk. by Garrett Cooper · 14 years ago
  74. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  75. 936344f Fix typo in comment. by Garrett Cooper · 14 years ago
  76. 619e6a7 Modify style. by Garrett Cooper · 14 years ago
  77. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  78. 9f2555e Screw it. Just call tst_exit at the end of each tst_brkm invocation now. by Garrett Cooper · 14 years ago
  79. d720444 Crap. Checked in code on the wrong branch. by Garrett Cooper · 14 years ago
  80. 858bf87 Fix conflicts. by Garrett Cooper · 14 years ago
  81. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  82. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  83. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  84. 16e681e Intentionally exit when tst_exit == NULL. by Garrett Cooper · 14 years ago
  85. a126241 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  86. e9f9b88 Disable pedanticness in origin. by Garrett Cooper · 14 years ago
  87. 60cd167 Fix stupid errors. by Garrett Cooper · 14 years ago
  88. d3e6e8f Fail quickly w/ tst_res* APIs from non-main proc. by Garrett Cooper · 14 years ago
  89. 903910d More cleanup. by Garrett Cooper · 14 years ago
  90. 6bfb01e Start cleanup for tst_brkloop*. by Garrett Cooper · 14 years ago
  91. 9185e83 Fix alignment on strict archs (arm, sh, etc). by Garrett Cooper · 14 years ago
  92. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  93. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  94. 28606c1 lib: pull in config.h in some files by Mike Frysinger · 14 years ago
  95. 0056e39 Fix stack alignment on ARM with clone tests. by Garrett Cooper · 14 years ago
  96. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  97. c9639c8 Implement simple filter-out mechanism for libraries. by Garrett Cooper · 15 years ago
  98. c2a3ba5 Get closer to getting a working quotactl01 test. There were many setup related items missing, and I'm still bumbling around in the dark trying to figure out how this works, but I'm getting closer to an answer at least... by yaberauneya · 15 years ago
  99. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  100. 7113a0c Avoid unintended side-effects with errno being overwritten by accident with fpri by yaberauneya · 15 years ago