1. ddd3b85 lib: Add tst_fork() and update guidelines by Cyril Hrubis · 11 years ago
  2. 92eeadc doc: Fix PATH in test-writing-guidelines.txt by Cyril Hrubis · 11 years ago
  3. afb6168 doc: Add test writing guidelines by Cyril Hrubis · 11 years ago
  4. 5ffe7cf syscalls: Remove acct02. by Cyril Hrubis · 11 years ago
  5. b968712 misc: remove tcore testcase by Cyril Hrubis · 11 years ago
  6. f3b989f doc: Add documentation for module.mk by Cyril Hrubis · 11 years ago
  7. 04a34ba Create a function tst_resm_hexd() to print a buffer in hex by Alexey Kodanev · 11 years ago
  8. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  9. 8cb8444 doc: Add mini-howto-building-ltp-from-git.txt by Sedat Dilek · 12 years ago
  10. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  11. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  12. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  13. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  14. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  15. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  16. cbf2343 Fix a typo and update some of the instructions. by Garrett Cooper · 13 years ago
  17. 5bf406e Reformatted docs into asciidoc format. by Cyril Hrubis · 13 years ago
  18. 2ec9092 Update style guide. by Garrett Cooper · 14 years ago
  19. a862f9d Added note about signal handlers into style-guide. by Cyril Hrubis · 14 years ago
  20. d34042b Fix one manpage's outstanding mode issue. by Garrett Cooper · 14 years ago
  21. 0bb94d4 Update manpages and fix typos. by Garrett Cooper · 14 years ago
  22. c9facf6 Add exception for inline variables in global namespace. by Garrett Cooper · 14 years ago
  23. 452fed5 Remove dupe include. by Garrett Cooper · 14 years ago
  24. 0fbd421 Add a note about linux/ headers. by Garrett Cooper · 14 years ago
  25. dd2a5d5 Update style guide. by Garrett Cooper · 14 years ago
  26. ded4ce1 Start style guide. by Garrett Cooper · 14 years ago
  27. f7f6682 Update some docs. by Garrett Cooper · 14 years ago
  28. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  29. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  30. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  31. d0d4a65 Remove dead APIs and vars. by Garrett Cooper · 14 years ago
  32. 002abb7 Clean up broken example. by Garrett Cooper · 14 years ago
  33. 6bfb01e Start cleanup for tst_brkloop*. by Garrett Cooper · 14 years ago
  34. a74a9f2 Update MaintNotes file for transition. by Garrett Cooper · 14 years ago
  35. e8ad463 start a nommu guide for ltp programmers by Mike Frysinger · 14 years ago
  36. aca4428 Added Maintainer Notes new file by Rishikesh K Rajak · 15 years ago
  37. c41bb21 Clean up some typos. by Garrett Cooper · 15 years ago
  38. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. a42718a In the manpage for tst_res(3) in the April snapshot it says... by subrata_modak · 16 years ago
  46. 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
  47. 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
  48. 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 · 17 years ago
  49. c0caf8f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  50. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  51. 72ff425 "rsalveti@linux.vnet.ibm.com" updated the contact information at ltp-howto doc by subrata_modak · 17 years ago
  52. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  53. 8af2363 A patch created by Mitsuru Chinen that created some addtional network stress tests. by mreed10 · 18 years ago
  54. d1b67cb New networkStress files by mridge · 19 years ago
  55. 1830430 New testcases for tpm by mridge · 19 years ago
  56. a57c9ca removed some unneeded files by mridge · 19 years ago
  57. a9e5cad Added description of fs_di. by robbiew · 19 years ago
  58. 898c59e The mcp-misc directory was renamed to extendedltp and so was the subsequent files in that directory by mreed10 · 20 years ago
  59. 6bd48b2 Adding ltp extended testsuite by mridge · 20 years ago
  60. f1e01e6 Added ltp-run-files.txt file to identify testcases/scripts that are NOT run using runalltests.sh by mridge · 21 years ago
  61. cc16130 Created a "testcases" directory and relocated the testcase description by robbiew · 21 years ago
  62. b4e99e5 *** empty log message *** by robbiew · 21 years ago
  63. 7f79b93 Compiled descriptions of *ALL* tests under /testcases/kernel into one file. by robbiew · 21 years ago
  64. e76ffb2 Began process of creating a description file of all tests under testcases/kernel by robbiew · 21 years ago
  65. a1b190f Created network.txt file to contain descriptions of all network tests. by robbiew · 21 years ago
  66. 1dffeaf Updated the misc.txt doc file and removed float.txt b/c it was already by robbiew · 21 years ago
  67. 91eadf3 Removed the ade.txt and added it to the new commands.txt file. by robbiew · 21 years ago
  68. b888175 Added -p to manpages by iyermanoj · 22 years ago
  69. 9569ba9 Readme for LTP automation options by martinjn · 22 years ago
  70. ac895d5 Cookbook on how to use ltp_master and autoltp automation for LTP testsuite. by martinjn · 22 years ago
  71. cca4a4a Added sem02 description. by robbiew · 23 years ago
  72. 185d75a Added SCTP test description. by robbiew · 23 years ago
  73. c999ae6 Moved description of disktest. by robbiew · 23 years ago
  74. 95ed18e Added disktest description. by robbiew · 23 years ago
  75. d3ad8d2 Added documentation regarding the -t option and timer file. by robbiew · 23 years ago
  76. 3e400c9 Description of IPv6 tests. by robbiew · 23 years ago
  77. 53f7b8b Added fsx-linux info. by robbiew · 23 years ago
  78. 0012228 Added fsx-linux by robbiew · 23 years ago
  79. 0cf922b Documentation for float tests. by robbiew · 23 years ago
  80. f60ce8e Added nfs03. by robbiew · 23 years ago
  81. d9350a1 nfsstress is now compliant. by robbiew · 23 years ago
  82. 5f8d22b See nfsstress. by robbiew · 23 years ago
  83. 689427f Added nfsstress. by robbiew · 23 years ago
  84. 6926d63 Descriptions of tests. by robbiew · 23 years ago
  85. ad7b048 Descriptions of tests. by robbiew · 23 years ago
  86. e14b53c Description of tests. by robbiew · 23 years ago
  87. 380d4f8 Descriptions of tests. by robbiew · 23 years ago
  88. a23d99d Descriptions of tests. by robbiew · 23 years ago
  89. 2c26cc4 Descriptions of tests. by robbiew · 23 years ago
  90. f3c9860 Adding an ASCII version of ltp-howto.lyx. It lost some formatting, but it by nstraz · 23 years ago
  91. 653e9b0 I added the sudo files from Urban Widmark (urban@teststation.com) and by nstraz · 24 years ago
  92. ce6eedd Still adding examples for pan. by nstraz · 24 years ago
  93. 830a65b Added ltp results for a machine running 2.4.0-test9 by nstraz · 24 years ago
  94. 03d32f4 checking in today's work. by nstraz · 24 years ago
  95. 562c737 updated pan example by nstraz · 24 years ago
  96. 7638a53 Here is the LyX file I'm using to write a LTP-HOWTO. I am using LyX because it supports DocBook which is the defacto standard for Linux documentation. I hate DocBook, but I'm using anyway. Hopefully some better tools will come out soon. by nstraz · 24 years ago
  97. d4658eb This is a copy of tests/link03.c with an absurd amount of comments added to explain how the quickhitter package works. It is going to be a supplement to the documentation and is not meant to be a working test. by nstraz · 24 years ago
  98. cd87d68 Added support for output formatting, redirection, and buffering to pan. by nstraz · 24 years ago
  99. f307d5f Add pan and associated files. This is a lightweight test harness. It works a by nstraz · 24 years ago
  100. def354d Finished updating parse_opts man page, made sure everything is in sync, and removed the rest of mc_getopt. by nstraz · 24 years ago