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. 5f8441c include: Remove unused _SC_CRAY_SYSTEM. by Cyril Hrubis · 11 years ago
  5. 812521d lib, include: Move TEMPDIR to private header. by Cyril Hrubis · 11 years ago
  6. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  7. d2085ca lib: safe_macros: Add SAFE_FOPEN(), SAFE_FCLOSE() by Cyril Hrubis · 11 years ago
  8. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  9. c5532e4 testcases/kernel: initialize fields of sigaction struct by Jan Stancek · 11 years ago
  10. aede40b safe_macros: Add SAFE_LINK and SAFE_SYMLINK. by Cyril Hrubis · 12 years ago
  11. 75cb911 include/safe_macros.h: Remove redundant semicolon. by Cyril Hrubis · 12 years ago
  12. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  13. e04a8ee cpuid: optimize x86 & fix x86_64 truncation by Mike Frysinger · 12 years ago
  14. 69c2ab0 Add TST_RESOURCE_COPY() to prepare test files. by Cyril Hrubis · 12 years ago
  15. b6a5657 Merge ../ltp-dev by Cyril Hrubis · 12 years ago
  16. 1924061 Add TST_PROCESS_STATE_WAIT() API. by Cyril Hrubis · 12 years ago
  17. ab8388c Add easy to use API for parent-child synchronization. by Cyril Hrubis · 12 years ago
  18. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  19. 4274895 lib: Add functions to ease pseudo fs read/write by Cyril Hrubis · 12 years ago
  20. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  21. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  22. 3b535a8 tools: add tst_ncpus/_max api to get number of CPUS by Wanlong Gao · 12 years ago
  23. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  24. ae1b9f1 build: Add INTERNAL_LIB option to lib.mk by Cyril Hrubis · 12 years ago
  25. f8b7fd8 include/ltp_signal.h: Remove inline from singnal_h by Cyril Hrubis · 12 years ago
  26. 60b1baa /lib/tst_tmpdir indentation and coding style fixes by Marios Makris · 12 years ago
  27. 2b73a15 safe_macros: add SAFE_STRTOUL by Zhouping Liu · 12 years ago
  28. 66ad27e filecapstest.sh: fix a bug of fail in RHEL5 by Peng Haitao · 12 years ago
  29. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  30. 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
  31. 51725fc libltp: remove system_specific_hugepages_info by Caspar Zhang · 13 years ago
  32. 397690a cpuid: add common header by Mike Frysinger · 13 years ago
  33. d6a1f25 safe_macros: add SAFE_STRTOL by Caspar Zhang · 13 years ago
  34. 3a4db08 m4/ltp-cap.m4: CAPSET should be replaced with SETCAP by Peng Haitao · 13 years ago
  35. 5de138b ChangeLog should be replaced with VERSION by Peng Haitao · 13 years ago
  36. 3f75fe4 safe_macros: Add ftruncate and truncate. by Cyril Hrubis · 13 years ago
  37. 1c9037b safe_macros.h: fix warning by Caspar Zhang · 13 years ago
  38. 817c782 getrusage03: test ru_maxrss by Caspar Zhang · 13 years ago
  39. 61ac0ea Add newline to include/cleanup.c to stop GCC from whining. by Cyril Hrubis · 13 years ago
  40. 9ef186f Add attribute noreturn for tst_brkm() too. by Cyril Hrubis · 13 years ago
  41. a5ef1c1 I want to enable using hugepage releated functions in by Garrett Cooper · 14 years ago
  42. 86d0dba ltp: fix databinchk() definition by Alex Elder · 14 years ago
  43. dcd7909 Add autoconf test for libacl. by Cyril Hrubis · 14 years ago
  44. bc5da68 The functional tests for utime checks if utime updates the by Cyril Hrubis · 14 years ago
  45. 4a3c658 Add safe macros for chdir and mkdir. by Garrett Cooper · 14 years ago
  46. cd72458 Turn off -Werror for now. by Garrett Cooper · 14 years ago
  47. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  48. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  49. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  50. c674396 Move C code to libltp and fix unittest. by Garrett Cooper · 14 years ago
  51. 1c2939f Add safe macros to LTP. by Garrett Cooper · 14 years ago
  52. 0bf0ed7 Add a macro for __attribute__((warn_unused_result)). by Garrett Cooper · 14 years ago
  53. 107ff98 Reenable set -e with trunk targets. by Garrett Cooper · 14 years ago
  54. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  55. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  56. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  57. bb557c6 Add initial work for generating .gitignore on the fly. by Garrett Cooper · 14 years ago
  58. 715bca6 Turn on -Werror by default for now to catch tst_exit missing, etc bugs. by Garrett Cooper · 14 years ago
  59. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  60. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  61. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  62. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  63. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  64. 9e9e2ff Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  65. d009721 Use better declarations for CLEANUP, et all. by Garrett Cooper · 14 years ago
  66. 40ba2ec Remove all remaining references to libevent. by Garrett Cooper · 14 years ago
  67. 654ba38 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  68. 4a40bd1 Remove more tst_brkloop* references. by Garrett Cooper · 14 years ago
  69. 1afb27a Clean up features.mk by Garrett Cooper · 14 years ago
  70. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  71. 92dfd5b Add --with-* package enable knobs via automake. by Garrett Cooper · 14 years ago
  72. 882ad81 Remove pcllib from configure; it wasn't being compiled. by Garrett Cooper · 14 years ago
  73. 14cb289 More autoconf fun! by Garrett Cooper · 14 years ago
  74. 183c6e4 Security cleanup / fixup part 3. by Garrett Cooper · 14 years ago
  75. 4f71cae Commit security enabling cleanup part 2 by Garrett Cooper · 14 years ago
  76. 96edd18 Include features.mk in the build. by Garrett Cooper · 14 years ago
  77. 1b04e49 Try to fix security feature autoconf bits. by Garrett Cooper · 14 years ago
  78. 29c5c29 Add jar/javac specification support. by Garrett Cooper · 14 years ago
  79. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  80. 4895bc8 Fix comment. by Garrett Cooper · 14 years ago
  81. 34e01e0 Fix typo. by Garrett Cooper · 14 years ago
  82. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  83. 3e8b451 Make a target to spoof .DEFAULT_GOAL on make 3.80. by Garrett Cooper · 14 years ago
  84. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  85. e6dc1b4 While packaging ltp-full-20100228 I've found out that man files are installed by Rishikesh K Rajak · 14 years ago
  86. 181f8dc Comment on function, and return an appropriate integer value. Update function names as well. by Garrett Cooper · 15 years ago
  87. cdb5d0f Commit version with changes provided by Liubo for the rt_sig* fixup by Garrett Cooper · 15 years ago
  88. c9639c8 Implement simple filter-out mechanism for libraries. by Garrett Cooper · 15 years ago
  89. e332c01 aclocal.m4 shouldn't be removed in ac-clean. by Garrett Cooper · 15 years ago
  90. 1d7745f Get people to corral into proper make usage, just in case it wasn't 100% clear, so people avoid shooting themselves in the foot by accident. by yaberauneya · 15 years ago
  91. d1892d7 1. env_pre.mk: Add additional build-tree states and unify them under the $(BUILD_TREE_STATE) variable. by yaberauneya · 15 years ago
  92. 811eb1c Fix a missing endif after a hasty checkin. by yaberauneya · 15 years ago
  93. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 15 years ago
  94. fbe799a Fix addprefix call that was causing build errors because it was suffixing `.' to the directory name instead of `/.'. by yaberauneya · 15 years ago
  95. 1f4b6b6 Enable make 3.80 compatibility support in mainline. by yaberauneya · 15 years ago
  96. ae5fbc9 Make lex disabled by default. by yaberauneya · 15 years ago
  97. 7ad64b1 Resolve remaining hacks for make 3.80 installs to work. It isn't warning clean, nor is it as parallel make safe as the 3.81 solution, but it works. by yaberauneya · 15 years ago
  98. 7206e3e Clean up comment about OUT_OF_BUILD_TREE. by yaberauneya · 15 years ago
  99. 57ac712 Remove test -d ... || mkdir -p ... by yaberauneya · 15 years ago
  100. 0388c85 Correct make 3.80 incompatibility issue. by yaberauneya · 15 years ago