1. d40d54c doc: test-writing-guidelines: fixed the C test example by Stanislav Kholmanskikh · 10 years ago
  2. 3526685 lib/tst_mkfs.c: fix a bug when calling tst_mkfs() with extra mkfs options by Xiaoguang Wang · 10 years ago
  3. 683d16e doc: test-writing-guidelines by Alexey Kodanev · 10 years ago
  4. 7904074 cmdlib.sh: Move daemon functions to daemonlib.sh by Cyril Hrubis · 10 years ago
  5. eb44f8e doc: test-writing-guidelines by Cyril Hrubis · 10 years ago
  6. 3346379 testcases/lib: Add test.sh test library + docs. by Cyril Hrubis · 10 years ago
  7. 0f0e348 lib: Rewrite FS type detection code + docs by Cyril Hrubis · 10 years ago
  8. 187e323 doc: test-writing-guidelines: Fixes by Cyril Hrubis · 10 years ago
  9. d2d64cf doc: test-writing-guidelines: Add correct cleanup by Cyril Hrubis · 10 years ago
  10. 50493f6 doc: test-writing-guidelinex.txt Update by Cyril Hrubis · 10 years ago
  11. 12563f9 doc: test writing guidelines by Cyril Hrubis · 10 years ago
  12. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 10 years ago
  13. 92eeadc doc: Fix PATH in test-writing-guidelines.txt by Cyril Hrubis · 11 years ago
  14. afb6168 doc: Add test writing guidelines by Cyril Hrubis · 11 years ago
  15. 5ffe7cf syscalls: Remove acct02. by Cyril Hrubis · 11 years ago
  16. b968712 misc: remove tcore testcase by Cyril Hrubis · 11 years ago
  17. f3b989f doc: Add documentation for module.mk by Cyril Hrubis · 11 years ago
  18. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  19. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  20. 8cb8444 doc: Add mini-howto-building-ltp-from-git.txt by Sedat Dilek · 12 years ago
  21. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  22. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  23. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  24. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  25. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  26. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  27. cbf2343 Fix a typo and update some of the instructions. by Garrett Cooper · 13 years ago
  28. 5bf406e Reformatted docs into asciidoc format. by Cyril Hrubis · 13 years ago
  29. 2ec9092 Update style guide. by Garrett Cooper · 13 years ago
  30. a862f9d Added note about signal handlers into style-guide. by Cyril Hrubis · 13 years ago
  31. d34042b Fix one manpage's outstanding mode issue. by Garrett Cooper · 14 years ago
  32. 0bb94d4 Update manpages and fix typos. by Garrett Cooper · 14 years ago
  33. c9facf6 Add exception for inline variables in global namespace. by Garrett Cooper · 14 years ago
  34. 452fed5 Remove dupe include. by Garrett Cooper · 14 years ago
  35. 0fbd421 Add a note about linux/ headers. by Garrett Cooper · 14 years ago
  36. dd2a5d5 Update style guide. by Garrett Cooper · 14 years ago
  37. ded4ce1 Start style guide. by Garrett Cooper · 14 years ago
  38. f7f6682 Update some docs. by Garrett Cooper · 14 years ago
  39. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  40. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  41. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  42. d0d4a65 Remove dead APIs and vars. by Garrett Cooper · 14 years ago
  43. 002abb7 Clean up broken example. by Garrett Cooper · 14 years ago
  44. 6bfb01e Start cleanup for tst_brkloop*. by Garrett Cooper · 14 years ago
  45. a74a9f2 Update MaintNotes file for transition. by Garrett Cooper · 14 years ago
  46. e8ad463 start a nommu guide for ltp programmers by Mike Frysinger · 14 years ago
  47. aca4428 Added Maintainer Notes new file by Rishikesh K Rajak · 14 years ago
  48. c41bb21 Clean up some typos. by Garrett Cooper · 14 years ago
  49. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  50. e78935e Some makefiles ignore errors from commads ran in shell loops. This patch fixes that. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  51. 8313a17 Script to extract description of test case from LTPROOT/doc/testcases/*.txt files: Note: The formatting is applied to only kernel, misc, network and commands test-cases. Formatting used is based on my ideas and comments from Subrata. Comments on the same are welcome. Signed-off-by: rohit verma <rohit.170309@gmail.com>. by subrata_modak · 15 years ago
  52. e789978 execve: remove obsoleted test case execve04. Since latest kernel do execve(2) without get file descriptor(kernel commit e7b9b550f53e81ea38e71d322d6f95730df058a2), it only use one file struct. This cause the case execve04 which test for set EMFILE errno obsoleted. This patch removed test case execve04, and changed the index of the test cases after execve04. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>. by subrata_modak · 15 years ago
  53. 14390fd Attached (against ltp-full-20090430.tgz) patch renames binaries in pan directory to have ltp- prefix as plain pan when installed in /usr/bin/ directory conflict with gnome pan. It also fixes all occurrences of pan in scripts and howtos. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  54. 9f03cbf Introduced PREFIX and LIBSUFFIX variables. DESTDIR is often used within packaging scripts/spec files. Use PREFIX variable instead to manipulate the installation destination directory. Introduced LIBSUFFIX to allow to manipulate library directory to lib64 e.g. for distribution packaging for x86_64 or others architectures. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  55. 185f9ea I am proposing with the joined patch to allow the suite to be able the run the previous rpc tests (called now basic_tests). It needs to resolve some issues in the new "tirpc part" before allowing the suite to launch it again. Le Rouzic <aime.le-rouzic@bull.net>. by subrata_modak · 16 years ago
  56. a42718a In the manpage for tst_res(3) in the April snapshot it says... by subrata_modak · 16 years ago
  57. bbbbf47 Currently ltp-devel install man pages in /opt/ltp/share/man/; however, they should be installed in /usr/share/man/. By, George Kraft <gk4@us.ibm.com>. by subrata_modak · 16 years ago
  58. bb52b85 According to Ulrich Drepper, times02 test is bogus (at least for archs which report return value and error in the same value) and times has no reserved error code. So following patch removes times02 from testsuite and moves times03 test to times02. For more information please see http://sources.redhat.com/ml/libc-alpha/2008-04/msg00054.html and http://sources.redhat.com/ml/libc-alpha/2008-04/msg00055.html. Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr> by subrata_modak · 16 years ago
  59. 5c9f1e0 Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com> by subrata_modak · 16 years ago
  60. c0caf8f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 16 years ago
  61. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  62. 72ff425 "rsalveti@linux.vnet.ibm.com" updated the contact information at ltp-howto doc by subrata_modak · 17 years ago
  63. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  64. 8af2363 A patch created by Mitsuru Chinen that created some addtional network stress tests. by mreed10 · 18 years ago
  65. d1b67cb New networkStress files by mridge · 19 years ago
  66. 1830430 New testcases for tpm by mridge · 19 years ago
  67. a57c9ca removed some unneeded files by mridge · 19 years ago
  68. a9e5cad Added description of fs_di. by robbiew · 19 years ago
  69. 898c59e The mcp-misc directory was renamed to extendedltp and so was the subsequent files in that directory by mreed10 · 19 years ago
  70. 6bd48b2 Adding ltp extended testsuite by mridge · 19 years ago
  71. f1e01e6 Added ltp-run-files.txt file to identify testcases/scripts that are NOT run using runalltests.sh by mridge · 20 years ago
  72. cc16130 Created a "testcases" directory and relocated the testcase description by robbiew · 21 years ago
  73. b4e99e5 *** empty log message *** by robbiew · 21 years ago
  74. 7f79b93 Compiled descriptions of *ALL* tests under /testcases/kernel into one file. by robbiew · 21 years ago
  75. e76ffb2 Began process of creating a description file of all tests under testcases/kernel by robbiew · 21 years ago
  76. a1b190f Created network.txt file to contain descriptions of all network tests. by robbiew · 21 years ago
  77. 1dffeaf Updated the misc.txt doc file and removed float.txt b/c it was already by robbiew · 21 years ago
  78. 91eadf3 Removed the ade.txt and added it to the new commands.txt file. by robbiew · 21 years ago
  79. b888175 Added -p to manpages by iyermanoj · 22 years ago
  80. 9569ba9 Readme for LTP automation options by martinjn · 22 years ago
  81. ac895d5 Cookbook on how to use ltp_master and autoltp automation for LTP testsuite. by martinjn · 22 years ago
  82. cca4a4a Added sem02 description. by robbiew · 22 years ago
  83. 185d75a Added SCTP test description. by robbiew · 22 years ago
  84. c999ae6 Moved description of disktest. by robbiew · 22 years ago
  85. 95ed18e Added disktest description. by robbiew · 22 years ago
  86. d3ad8d2 Added documentation regarding the -t option and timer file. by robbiew · 22 years ago
  87. 3e400c9 Description of IPv6 tests. by robbiew · 23 years ago
  88. 53f7b8b Added fsx-linux info. by robbiew · 23 years ago
  89. 0012228 Added fsx-linux by robbiew · 23 years ago
  90. 0cf922b Documentation for float tests. by robbiew · 23 years ago
  91. f60ce8e Added nfs03. by robbiew · 23 years ago
  92. d9350a1 nfsstress is now compliant. by robbiew · 23 years ago
  93. 5f8d22b See nfsstress. by robbiew · 23 years ago
  94. 689427f Added nfsstress. by robbiew · 23 years ago
  95. 6926d63 Descriptions of tests. by robbiew · 23 years ago
  96. ad7b048 Descriptions of tests. by robbiew · 23 years ago
  97. e14b53c Description of tests. by robbiew · 23 years ago
  98. 380d4f8 Descriptions of tests. by robbiew · 23 years ago
  99. a23d99d Descriptions of tests. by robbiew · 23 years ago
  100. 2c26cc4 Descriptions of tests. by robbiew · 23 years ago