1. 052a281 lib/tst_test.sh: don't call _tst_do_exit() recursively with tst_brk() by Alexey Kodanev · 6 years ago
  2. e139a4d doc/tmp-commands.txt by Cyril Hrubis · 6 years ago
  3. e752f7c Remove LTP stress tests by Petr Vorel · 6 years ago
  4. 9dcbc6d lib: new tst_test field to save and restore proc|sys by Jan Stancek · 6 years ago
  5. 223fd70 lib/tst_test.sh: add TST_NEEDS_DRIVERS parameter by Alexey Kodanev · 6 years ago
  6. 1f70b0a lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd by Alexey Kodanev · 6 years ago
  7. a6b0a92 lib: tst_mkfs: Allow passing more extra options by Cyril Hrubis · 6 years ago
  8. 262ffed newlib_tests/test_exec.c: Fix compiler error before glibc v2.11 by Xiao Yang · 6 years ago
  9. 1893e01 lib: introduce tst_timeout_remaining() by Jan Stancek · 6 years ago
  10. d14f0aa doc: Update C Test Case Tutorial by Petr Vorel · 6 years ago
  11. 9e5a076 lib: Fix result propagation after exec() + tst_reinit() by Cyril Hrubis · 6 years ago
  12. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  13. dba1d50 tst_test.sh: Add test cmd helper tst_check_cmds() by Petr Vorel · 6 years ago
  14. 0567a89 shell: Rename s/tst_check_cmds/tst_test_cmds/ by Petr Vorel · 6 years ago
  15. 64caf39 testcase: lib: Create tst_getconf to replace "getconf" by Mylène Josserand · 6 years ago
  16. e11b7c0 tst_timer: Add tst_timer_expired_ms() by Cyril Hrubis · 6 years ago
  17. 81afe06 doc: Update checkbashisms.pl location (Debian moved to salsa) by Petr Vorel · 6 years ago
  18. cdc9b83 tst_test.sh: achieve TST_RETRY_FUNC function in shell by Li Wang · 6 years ago
  19. 4bcc0ad tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS by Petr Vorel · 6 years ago
  20. 796e8a5 wiki: Fix syntax error on example by Petr Vorel · 6 years ago
  21. 51ccedf wiki: Fix minor typo by Petr Vorel · 6 years ago
  22. 64ec3f4 wiki: Fix broken headers formatting by Petr Vorel · 6 years ago
  23. 6e1241e wiki: Fix broken formating in github wiki by Petr Vorel · 6 years ago
  24. c282b26 lib/tst_checksum: add crc32c checksum by Alexey Kodanev · 6 years ago
  25. b4138c7 Add library support for /proc/sys/kernel/tainted by Michael Moese · 6 years ago
  26. 1ab33ce Add new tst_flush() library function by Michael Moese · 6 years ago
  27. eb50f0a remove old tst_flush() by Michael Moese · 6 years ago
  28. d26fd78 ltp: fix some frequent typoes by Li Wang · 7 years ago
  29. 448ff6f doc: Update device flags in test-writing-guidelines by Cyril Hrubis · 7 years ago
  30. 87c307f doc,openposix: Fix typos in comments by Petr Vorel · 7 years ago
  31. 37587b3 lib: Add tst_strstatus() by Cyril Hrubis · 7 years ago
  32. bbf067c doc: Remove network stress related doc by Petr Vorel · 7 years ago
  33. 7324ee1 tutorial: Add a step-by-step C test tutorial by Richard Palethorpe · 7 years ago
  34. 94823cf mem/oom: disable timeouts for testcase in demand by Li Wang · 7 years ago
  35. 817d809 Rename linux_syscall_numbers.h to lapi/syscalls.h by Richard Palethorpe · 7 years ago
  36. af0cb6e doc: Cleanup typo by Petr Vorel · 7 years ago
  37. f9a91c1 tst_tests.sh: set the shell TST_ID automatically by Li Wang · 7 years ago
  38. 23b79cd docs: Add description of runtest file format by Richard Palethorpe · 7 years ago
  39. a5bf525 tst_test.c: set the test id automatically by Cyril Hrubis · 7 years ago
  40. 0b19010 daemonlib: Update docs by Petr Vorel · 7 years ago
  41. 874326d tst_test: Handle device mkfs/mount int the library by Cyril Hrubis · 7 years ago
  42. 6440c5d newlib: Allow SAFE_MACROS to be called from cleanup by Cyril Hrubis · 7 years ago
  43. 8967f96 Update references with my old legal name/email to my current name/email address by Ngie Cooper · 7 years ago
  44. fc0c72a lib: Move rmobj() to tst_tmpdir.c by Cyril Hrubis · 7 years ago
  45. 554c270 checkpoints: Add TST_SAFE_CHECKPOINT_WAIT2() by Cyril Hrubis · 7 years ago
  46. 23beb35 lib: Move some code to testcases/kernel/fs/doio/ by Cyril Hrubis · 7 years ago
  47. a7f6133 Colorize test type in the output by Petr Vorel · 7 years ago
  48. a7fa8561 various: include the POSIX fcntl.h instead of sys/fcntl.h by Steven Jackson · 7 years ago
  49. 4dcfd28 lib: Add new tst_kvcmp for shell by Cyril Hrubis · 8 years ago
  50. 7783ac3 lib/tst_test.sh: Add new shell library by Cyril Hrubis · 8 years ago
  51. b7bb134 tools/{autoltp,ltprun}: Remove. by Cyril Hrubis · 8 years ago
  52. 3b3a842 runalltests.sh: Fix runalltests.sh removal by Xiao Yang · 8 years ago
  53. f53a3a0 doc: Remove testcases/* by Cyril Hrubis · 8 years ago
  54. 751785e doc: update networking related documentation by Petr Vorel · 8 years ago
  55. 9a62652 writev: remove writev03 and writev04 by Jan Stancek · 8 years ago
  56. f72ca5b lib: add tst_res_hexd for newlib by Jan Stancek · 8 years ago
  57. d47bb55 lib: Add optional minimal size for test device by Li Wang · 8 years ago
  58. e016373 doc/test-writing-guidelines: Add shell tst_kvercmp by Cyril Hrubis · 8 years ago
  59. 7b4ef9a doc/test-writing-guidelines: Move TST_TRACE by Cyril Hrubis · 8 years ago
  60. fa87af0 test-writing-guidelines: Define portable shell by Cyril Hrubis · 8 years ago
  61. 8793795 Add TST_TRACE by Stanislav Kholmanskikh · 8 years ago
  62. 9bb2990 test.sh: add EXPECT_PASS, EXPECT_FAIL functions by Stanislav Kholmanskikh · 8 years ago
  63. 6b56aa7 tst_test: make reap_children() part of the test API by Stanislav Kholmanskikh · 8 years ago
  64. 1e92d8a tst_test: Add option parsing helpers. by Cyril Hrubis · 8 years ago
  65. 2ad59b7 tst_test: Allow to set timeout from test setup() by Cyril Hrubis · 8 years ago
  66. ad33a3d replace SIGCLD with SIGCHLD by Khem Raj · 8 years ago
  67. 59a278f Shell wrappers for the checkpoint interface by Stanislav Kholmanskikh · 8 years ago
  68. 95dfce1 doc: Add notes about checkbashism.pl and dash by Cyril Hrubis · 8 years ago
  69. 55fc3ad testcases/lib: Add tst_random by Chunyu Hu · 8 years ago
  70. cd9a41d test.sh: Add tst_su by Cyril Hrubis · 8 years ago
  71. 3d2deae lib/tst_run_cmd: Make it possible to detect ENOENT by Cyril Hrubis · 8 years ago
  72. bbf4ef1 doc/test-writing-guidelines: Add FILE and fork() by Cyril Hrubis · 8 years ago
  73. c54ca05 tst_atomic: make tst_atomic_inc take a signed integer by Jan Stancek · 8 years ago
  74. bbdb9f7 lib: Add new test library API by Cyril Hrubis · 8 years ago
  75. d5e1788 tst_mkfs: add extra_opt parameter to tst_mkfs() by Zorro Lang · 8 years ago
  76. 6150def syscalls/creat09: Remove. by Cyril Hrubis · 8 years ago
  77. 43955d9 test.sh: Fix ROD redirection && callers by Cyril Hrubis · 8 years ago
  78. df6c543 testcases/lib: Add tst_sleep by Cyril Hrubis · 8 years ago
  79. 6bb766e lib: Get rid of tst_res() and tst_brk() by Cyril Hrubis · 8 years ago
  80. dc90045 doc, README: Fix three links to LTP download by Cyril Hrubis · 9 years ago
  81. 0eb8985 containers/share: added namespaces types argument for ns_exec by Matus Marhefka · 9 years ago
  82. 70d7e8c Update mailing list address, archive, etc. by Cyril Hrubis · 9 years ago
  83. 8b8d88b doc: Remove outdated MaintNotes. by Cyril Hrubis · 9 years ago
  84. 39ef6df added helper tools for creating and working with namespaces by Matus Marhefka · 9 years ago
  85. 3726206 doc: test-writing-guidelines: tst_record_chidlstatus by Cyril Hrubis · 9 years ago
  86. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  87. d6a390e testcases/lib/test.sh: add tst_retry() by Hangbin Liu · 9 years ago
  88. 6b37ff9 doc: Update test-writing-guidelines.txt by Cyril Hrubis · 9 years ago
  89. 9fc5d7e syscalls/fstat04: Remove. by Cyril Hrubis · 9 years ago
  90. 726bac8 doc: Add docs for ROD and ROD_SILENT by Cyril Hrubis · 9 years ago
  91. 6c81050 Fix some tiny typos in documents. by Yuan Sun · 9 years ago
  92. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  93. 8b6fed7 lib: tst_timer: Add struct timeval conversions. by Cyril Hrubis · 9 years ago
  94. 9dee405 lib: Add tst_timer functions. by Cyril Hrubis · 9 years ago
  95. 9f136a4 lib: Rewrite checkpoint synchronization by Cyril Hrubis · 9 years ago
  96. 80dc331 doc: fix spelling mistakes in manuals by Wei,Jiangang · 9 years ago
  97. 068b241 doc/test-writing-guidelines.txt: fix spelling mistake by Wei,Jiangang · 9 years ago
  98. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  99. 571db51 doc: document tst_run_cmd by Stanislav Kholmanskikh · 9 years ago
  100. 4584f91 lib/tst_fs_link_count.c: check fs type and do not fill subdir if no limit by Sheng Yong · 9 years ago