1. eca0fa3 tst_device: add new tst_dev_sync by Li Wang · 4 years, 5 months ago
  2. f448b85 tst_test.sh: Add return value to _tst_expect_{fail,pass} by Petr Vorel · 4 years, 6 months ago
  3. 1b9a319 doc: Document TST_NO_CLEANUP by Petr Vorel · 4 years, 6 months ago
  4. e5dd9c0 shell: TST_NEEDS_DEVICE implies TST_TMPDIR by Petr Vorel · 4 years, 6 months ago
  5. dae8427 Remove duplicated ".needs_tmpdir=1" when using equivalent flags by Yang Xu · 4 years, 6 months ago
  6. 1b04c0c doc: More formatting fixes by Petr Vorel · 4 years, 6 months ago
  7. 1228e08 doc: Fix formating in Test Writing Guidelines by Petr Vorel · 4 years, 6 months ago
  8. 041fbf5 shell: Rename s/tst_test_cmds/tst_require_cmds/ by Joerg Vehlow · 4 years, 8 months ago
  9. c83b8aa doc: Adopt TST_RETRY_FUNC for LTP_TIMEOUT_MUL by Clemens Famulla-Conrad · 4 years, 8 months ago
  10. 54720aa shell: Introduce EXPECT_{FAIL,PASS}_BRK() by Petr Vorel · 4 years, 8 months ago
  11. 2f6cd52 shell: Introduce TST_TIMEOUT variable, add checks by Petr Vorel · 4 years, 8 months ago
  12. 2fad96b shell: Add tst_is_num() by Petr Vorel · 4 years, 8 months ago
  13. c518ee8 doc: Fix grammar by Joerg Vehlow · 4 years, 8 months ago
  14. 521cfe2 doc: Add user-guide.txt by Petr Vorel · 4 years, 8 months ago
  15. 42876ba doc: Removed outdated ltp-howto.{txt,lyx} by Petr Vorel · 4 years, 8 months ago
  16. 5a8970f fzsync: Add reproducing race-conditions section to docs by Richard Palethorpe · 4 years, 8 months ago
  17. 778c6ff capability: Introduce capability API by Richard Palethorpe · 4 years, 9 months ago
  18. 7ab1fa0 doc: Add guarded buffers documentation by Cyril Hrubis · 4 years, 10 months ago
  19. f377faf make: Remove C++ related flags by Petr Vorel · 4 years, 10 months ago
  20. ca05d77 lib: alter find_free_loopdev() by Yang Xu · 4 years, 10 months ago
  21. a56a16a doc: Mention network tests in variables by Petr Vorel · 4 years, 11 months ago
  22. f8a929b doc: Fix chapter numbers by Petr Vorel · 4 years, 11 months ago
  23. a206665 lib: add tst_no_corefile() by Li Wang · 5 years ago
  24. a0d3718 doc: More text formatting in test writing guidelines by Petr Vorel · 5 years ago
  25. 5df997c doc: Fix various typos by Petr Vorel · 5 years ago
  26. be486d0 doc: Add formatting for Saving & restoring /proc|sys values by Petr Vorel · 5 years ago
  27. bacba87 lib: make save_restore '?' prefix ignore also errors from open/read by Jan Stancek · 5 years ago
  28. d801224 doc: Use SPDX license identifier by Petr Vorel · 5 years ago
  29. 5c846a0 shell: Add $TST_DEVICE as default parameter to tst_umount by Petr Vorel · 5 years ago
  30. 07debac doc: Clarify what should be cleaned up at test end by Cyril Hrubis · 5 years ago
  31. 32fbecb shell: Remove tst_su by Petr Vorel · 5 years ago
  32. ce08216 tst_test: Add test variants by Cyril Hrubis · 5 years ago
  33. 465faf4 shell: Use $TST_FS_TYPE and $TST_DEVICE in tst_mkfs() by Petr Vorel · 5 years ago
  34. 0f5d6fe shell: Add tst_mount() helper by Petr Vorel · 5 years ago
  35. 93262b2 doc: document new library functions by Sumit Garg · 5 years ago
  36. b004b4e doc: Fix path + add formatting by Petr Vorel · 5 years ago
  37. 14e4356 lib: new restore_wallclock field to restore realtime clock by Rafael David Tinoco · 5 years ago
  38. f023a61 lib: Add library function for parsing kernel config by Cyril Hrubis · 6 years ago
  39. 052a281 lib/tst_test.sh: don't call _tst_do_exit() recursively with tst_brk() by Alexey Kodanev · 6 years ago
  40. e139a4d doc/tmp-commands.txt by Cyril Hrubis · 6 years ago
  41. e752f7c Remove LTP stress tests by Petr Vorel · 6 years ago
  42. 9dcbc6d lib: new tst_test field to save and restore proc|sys by Jan Stancek · 6 years ago
  43. 223fd70 lib/tst_test.sh: add TST_NEEDS_DRIVERS parameter by Alexey Kodanev · 6 years ago
  44. 1f70b0a lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd by Alexey Kodanev · 6 years ago
  45. a6b0a92 lib: tst_mkfs: Allow passing more extra options by Cyril Hrubis · 6 years ago
  46. 262ffed newlib_tests/test_exec.c: Fix compiler error before glibc v2.11 by Xiao Yang · 6 years ago
  47. 1893e01 lib: introduce tst_timeout_remaining() by Jan Stancek · 6 years ago
  48. d14f0aa doc: Update C Test Case Tutorial by Petr Vorel · 6 years ago
  49. 9e5a076 lib: Fix result propagation after exec() + tst_reinit() by Cyril Hrubis · 6 years ago
  50. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  51. dba1d50 tst_test.sh: Add test cmd helper tst_check_cmds() by Petr Vorel · 6 years ago
  52. 0567a89 shell: Rename s/tst_check_cmds/tst_test_cmds/ by Petr Vorel · 6 years ago
  53. 64caf39 testcase: lib: Create tst_getconf to replace "getconf" by Mylène Josserand · 6 years ago
  54. e11b7c0 tst_timer: Add tst_timer_expired_ms() by Cyril Hrubis · 6 years ago
  55. 81afe06 doc: Update checkbashisms.pl location (Debian moved to salsa) by Petr Vorel · 6 years ago
  56. cdc9b83 tst_test.sh: achieve TST_RETRY_FUNC function in shell by Li Wang · 6 years ago
  57. 4bcc0ad tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS by Petr Vorel · 6 years ago
  58. 796e8a5 wiki: Fix syntax error on example by Petr Vorel · 6 years ago
  59. 51ccedf wiki: Fix minor typo by Petr Vorel · 6 years ago
  60. 64ec3f4 wiki: Fix broken headers formatting by Petr Vorel · 6 years ago
  61. 6e1241e wiki: Fix broken formating in github wiki by Petr Vorel · 6 years ago
  62. c282b26 lib/tst_checksum: add crc32c checksum by Alexey Kodanev · 6 years ago
  63. b4138c7 Add library support for /proc/sys/kernel/tainted by Michael Moese · 6 years ago
  64. 1ab33ce Add new tst_flush() library function by Michael Moese · 6 years ago
  65. eb50f0a remove old tst_flush() by Michael Moese · 6 years ago
  66. d26fd78 ltp: fix some frequent typoes by Li Wang · 7 years ago
  67. 448ff6f doc: Update device flags in test-writing-guidelines by Cyril Hrubis · 7 years ago
  68. 87c307f doc,openposix: Fix typos in comments by Petr Vorel · 7 years ago
  69. 37587b3 lib: Add tst_strstatus() by Cyril Hrubis · 7 years ago
  70. bbf067c doc: Remove network stress related doc by Petr Vorel · 7 years ago
  71. 7324ee1 tutorial: Add a step-by-step C test tutorial by Richard Palethorpe · 7 years ago
  72. 94823cf mem/oom: disable timeouts for testcase in demand by Li Wang · 7 years ago
  73. 817d809 Rename linux_syscall_numbers.h to lapi/syscalls.h by Richard Palethorpe · 7 years ago
  74. af0cb6e doc: Cleanup typo by Petr Vorel · 7 years ago
  75. f9a91c1 tst_tests.sh: set the shell TST_ID automatically by Li Wang · 7 years ago
  76. 23b79cd docs: Add description of runtest file format by Richard Palethorpe · 7 years ago
  77. a5bf525 tst_test.c: set the test id automatically by Cyril Hrubis · 7 years ago
  78. 0b19010 daemonlib: Update docs by Petr Vorel · 7 years ago
  79. 874326d tst_test: Handle device mkfs/mount int the library by Cyril Hrubis · 7 years ago
  80. 6440c5d newlib: Allow SAFE_MACROS to be called from cleanup by Cyril Hrubis · 7 years ago
  81. 8967f96 Update references with my old legal name/email to my current name/email address by Ngie Cooper · 7 years ago
  82. fc0c72a lib: Move rmobj() to tst_tmpdir.c by Cyril Hrubis · 7 years ago
  83. 554c270 checkpoints: Add TST_SAFE_CHECKPOINT_WAIT2() by Cyril Hrubis · 7 years ago
  84. 23beb35 lib: Move some code to testcases/kernel/fs/doio/ by Cyril Hrubis · 7 years ago
  85. a7f6133 Colorize test type in the output by Petr Vorel · 7 years ago
  86. a7fa8561 various: include the POSIX fcntl.h instead of sys/fcntl.h by Steven Jackson · 7 years ago
  87. 4dcfd28 lib: Add new tst_kvcmp for shell by Cyril Hrubis · 8 years ago
  88. 7783ac3 lib/tst_test.sh: Add new shell library by Cyril Hrubis · 8 years ago
  89. b7bb134 tools/{autoltp,ltprun}: Remove. by Cyril Hrubis · 8 years ago
  90. 3b3a842 runalltests.sh: Fix runalltests.sh removal by Xiao Yang · 8 years ago
  91. f53a3a0 doc: Remove testcases/* by Cyril Hrubis · 8 years ago
  92. 751785e doc: update networking related documentation by Petr Vorel · 8 years ago
  93. 9a62652 writev: remove writev03 and writev04 by Jan Stancek · 8 years ago
  94. f72ca5b lib: add tst_res_hexd for newlib by Jan Stancek · 8 years ago
  95. d47bb55 lib: Add optional minimal size for test device by Li Wang · 8 years ago
  96. e016373 doc/test-writing-guidelines: Add shell tst_kvercmp by Cyril Hrubis · 8 years ago
  97. 7b4ef9a doc/test-writing-guidelines: Move TST_TRACE by Cyril Hrubis · 8 years ago
  98. fa87af0 test-writing-guidelines: Define portable shell by Cyril Hrubis · 8 years ago
  99. 8793795 Add TST_TRACE by Stanislav Kholmanskikh · 8 years ago
  100. 9bb2990 test.sh: add EXPECT_PASS, EXPECT_FAIL functions by Stanislav Kholmanskikh · 8 years ago