1. 1030c9d lib/safe_macros.c: add SAFE_FSTAT() by Zeng Linggang · 11 years ago
  2. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 11 years ago
  3. dcd5af4 config.mk.in: Turn on extra warnings. by Cyril Hrubis · 11 years ago
  4. bc44eb3 lib: tst_get_unused_uid, tst_get_unused_gid by Stanislav Kholmanskikh · 11 years ago
  5. 1db6266 lib/cloner.c: add ltp_clone7() and fix build by Zeng Linggang · 11 years ago
  6. 98f8747 lapi: Add fcntl.h to define O_CLOEXEC, fix build by Cyril Hrubis · 11 years ago
  7. 5f5cb63 lib/cloner.c: add more args by zenglg.jy · 11 years ago
  8. 19b69d5 safe_touch: use utimes(2) if utimensat(2) is not defined by Stanislav Kholmanskikh · 11 years ago
  9. 1c86abd created lapi/utime.h by Stanislav Kholmanskikh · 11 years ago
  10. 5811a1d ptrace: Fix build problems with glibc-2.18 by Markos Chandras · 11 years ago
  11. f095ccb safe_macros: Add SAFE_LSEEK(). by Cyril Hrubis · 11 years ago
  12. 0647a00 Add include/lapi/posix_clocks.h and make use of it by Cyril Hrubis · 11 years ago
  13. abf28b2 Implemented SAFE_TOUCH macro by Stanislav Kholmanskikh · 11 years ago
  14. abaa460 build: Change MAKE_TARGETS in include/mk/lib.mk by Cyril Hrubis · 11 years ago
  15. 11a84a6 lib: add tst_is_virt() by Jan Stancek · 11 years ago
  16. e05a5d3 mk/module.mk: add Makefile to build kernel modules by Alexey Kodanev · 11 years ago
  17. d112616 Added LTP_ALIGN, __LTP_ALIGN_MASK macros by Stanislav Kholmanskikh · 11 years ago
  18. 1d5d484 Implemented tst_fill_file function by Stanislav Kholmanskikh · 11 years ago
  19. 0eccc58 rt_sigaction: headers are included in a uniform way by Stanislav Kholmanskikh · 11 years ago
  20. 2492ce2 lib: Add tst_mkfs() function. by Cyril Hrubis · 11 years ago
  21. e63337a tst_run_cmd: const correctness by Stanislav Kholmanskikh · 11 years ago
  22. bee0a94 tst_run_cmd: added support for stdout and stderr redirection by Stanislav kholmanskikh · 11 years ago
  23. fc41661 usctest.h: Remove dumbious _USC_LIB_ ifdefs. by Cyril Hrubis · 11 years ago
  24. 9c8c885 usctest.h: Cleanup. by Cyril Hrubis · 11 years ago
  25. e39f5a8 lib/safe_macros: Split and add SAFE_ASPRINTF() by Cyril Hrubis · 11 years ago
  26. e0ad93b configure: add configure checks to compile kernel modules by Alexey Kodanev · 11 years ago
  27. ef73cc9 lib: add tst_kvercmp2 to compare specific vendor extra kernel versions by Wanlong Gao · 11 years ago
  28. 4bc55ec lib: tst_run_cmd: add tst_run_cmd() to exec specified program by Alexey Kodanev · 11 years ago
  29. 147ed8a lib: tst_module: add library functions for kernel modules by Alexey Kodanev · 11 years ago
  30. 06f9fe4 include: Move a few more defs to private header. by Cyril Hrubis · 11 years ago
  31. 5f8441c include: Remove unused _SC_CRAY_SYSTEM. by Cyril Hrubis · 11 years ago
  32. 812521d lib, include: Move TEMPDIR to private header. by Cyril Hrubis · 11 years ago
  33. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  34. d2085ca lib: safe_macros: Add SAFE_FOPEN(), SAFE_FCLOSE() by Cyril Hrubis · 11 years ago
  35. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  36. c5532e4 testcases/kernel: initialize fields of sigaction struct by Jan Stancek · 11 years ago
  37. aede40b safe_macros: Add SAFE_LINK and SAFE_SYMLINK. by Cyril Hrubis · 12 years ago
  38. 75cb911 include/safe_macros.h: Remove redundant semicolon. by Cyril Hrubis · 12 years ago
  39. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  40. e04a8ee cpuid: optimize x86 & fix x86_64 truncation by Mike Frysinger · 12 years ago
  41. 69c2ab0 Add TST_RESOURCE_COPY() to prepare test files. by Cyril Hrubis · 12 years ago
  42. b6a5657 Merge ../ltp-dev by Cyril Hrubis · 12 years ago
  43. 1924061 Add TST_PROCESS_STATE_WAIT() API. by Cyril Hrubis · 12 years ago
  44. ab8388c Add easy to use API for parent-child synchronization. by Cyril Hrubis · 12 years ago
  45. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  46. 4274895 lib: Add functions to ease pseudo fs read/write by Cyril Hrubis · 12 years ago
  47. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  48. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  49. 3b535a8 tools: add tst_ncpus/_max api to get number of CPUS by Wanlong Gao · 12 years ago
  50. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  51. ae1b9f1 build: Add INTERNAL_LIB option to lib.mk by Cyril Hrubis · 12 years ago
  52. f8b7fd8 include/ltp_signal.h: Remove inline from singnal_h by Cyril Hrubis · 12 years ago
  53. 60b1baa /lib/tst_tmpdir indentation and coding style fixes by Marios Makris · 12 years ago
  54. 2b73a15 safe_macros: add SAFE_STRTOUL by Zhouping Liu · 12 years ago
  55. 66ad27e filecapstest.sh: fix a bug of fail in RHEL5 by Peng Haitao · 12 years ago
  56. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  57. 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
  58. 51725fc libltp: remove system_specific_hugepages_info by Caspar Zhang · 13 years ago
  59. 397690a cpuid: add common header by Mike Frysinger · 13 years ago
  60. d6a1f25 safe_macros: add SAFE_STRTOL by Caspar Zhang · 13 years ago
  61. 3a4db08 m4/ltp-cap.m4: CAPSET should be replaced with SETCAP by Peng Haitao · 13 years ago
  62. 5de138b ChangeLog should be replaced with VERSION by Peng Haitao · 13 years ago
  63. 3f75fe4 safe_macros: Add ftruncate and truncate. by Cyril Hrubis · 13 years ago
  64. 1c9037b safe_macros.h: fix warning by Caspar Zhang · 13 years ago
  65. 817c782 getrusage03: test ru_maxrss by Caspar Zhang · 13 years ago
  66. 61ac0ea Add newline to include/cleanup.c to stop GCC from whining. by Cyril Hrubis · 13 years ago
  67. 9ef186f Add attribute noreturn for tst_brkm() too. by Cyril Hrubis · 13 years ago
  68. a5ef1c1 I want to enable using hugepage releated functions in by Garrett Cooper · 13 years ago
  69. 86d0dba ltp: fix databinchk() definition by Alex Elder · 14 years ago
  70. dcd7909 Add autoconf test for libacl. by Cyril Hrubis · 14 years ago
  71. bc5da68 The functional tests for utime checks if utime updates the by Cyril Hrubis · 14 years ago
  72. 4a3c658 Add safe macros for chdir and mkdir. by Garrett Cooper · 14 years ago
  73. cd72458 Turn off -Werror for now. by Garrett Cooper · 14 years ago
  74. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  75. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  76. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  77. c674396 Move C code to libltp and fix unittest. by Garrett Cooper · 14 years ago
  78. 1c2939f Add safe macros to LTP. by Garrett Cooper · 14 years ago
  79. 0bf0ed7 Add a macro for __attribute__((warn_unused_result)). by Garrett Cooper · 14 years ago
  80. 107ff98 Reenable set -e with trunk targets. by Garrett Cooper · 14 years ago
  81. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  82. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  83. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  84. bb557c6 Add initial work for generating .gitignore on the fly. by Garrett Cooper · 14 years ago
  85. 715bca6 Turn on -Werror by default for now to catch tst_exit missing, etc bugs. by Garrett Cooper · 14 years ago
  86. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  87. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  88. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  89. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  90. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  91. 9e9e2ff Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  92. d009721 Use better declarations for CLEANUP, et all. by Garrett Cooper · 14 years ago
  93. 40ba2ec Remove all remaining references to libevent. by Garrett Cooper · 14 years ago
  94. 654ba38 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  95. 4a40bd1 Remove more tst_brkloop* references. by Garrett Cooper · 14 years ago
  96. 1afb27a Clean up features.mk by Garrett Cooper · 14 years ago
  97. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  98. 92dfd5b Add --with-* package enable knobs via automake. by Garrett Cooper · 14 years ago
  99. 882ad81 Remove pcllib from configure; it wasn't being compiled. by Garrett Cooper · 14 years ago
  100. 14cb289 More autoconf fun! by Garrett Cooper · 14 years ago