1. b71247a Added lines to all and clean to build/clean ltctests by plars · 23 years ago
  2. 5929be1 *** empty log message *** by plars · 23 years ago
  3. 7790add *** empty log message *** by plars · 23 years ago
  4. 6502f49 *** empty log message *** by plars · 23 years ago
  5. 2e78f8a first import by plars · 23 years ago
  6. 9dfd771 Initial import by plars · 23 years ago
  7. 67ce5c6 Initial checkin by plars · 23 years ago
  8. 122242c New scripts for running tests under ltctests. by plars · 23 years ago
  9. fbcfc2f Accepting a patch by Paul Larson to use waitpid() instead of wait() in the by nstraz · 23 years ago
  10. b75d7c8 Integrating a patch by Paul Larson to move the TEST_PAUSE call before the by nstraz · 23 years ago
  11. db8ba41 I'm finally getting around to integrating crash01.c from Stephane Fillod. by nstraz · 23 years ago
  12. d852201 Accepting a patch by Wayne Boyer to make tst_sig() detect whether SIGCHLD by nstraz · 23 years ago
  13. 6470047 Adding a new test program that tests signals with lots of processes. This is by nstraz · 23 years ago
  14. 049e8fe Merge a couple internal changes back into ltp. by alaffin · 23 years ago
  15. f5f55a8 Added entries for brk01 and readdir01 by nstraz · 24 years ago
  16. 6b108a3 This is a readdir() test. It creates n files and checks that it can find by nstraz · 24 years ago
  17. 0beb2bf Adding a simple brk() test that has been sitting around for a while. by nstraz · 24 years ago
  18. b72f4d8 Adding tests submitted by Stephane Fillod <f4cfe@free.fr> by nstraz · 24 years ago
  19. fef21be Adding comments. I'm thinking of changing some stuff around and I want to by nstraz · 24 years ago
  20. 643643a Pointers came back to bite me today. I really should have allocated a string by nstraz · 24 years ago
  21. 7891a26 mkdtemp() is only available on glibc 2.2, and so are the marcos to find by nstraz · 24 years ago
  22. 653e9b0 I added the sudo files from Urban Widmark (urban@teststation.com) and by nstraz · 24 years ago
  23. ffe35e2 I've "modernized" the temporary directory handling. We now use mkdtemp() by nstraz · 24 years ago
  24. e583d21 Make the signedness of the pagesize and the memsize integers unsigned. by alaffin · 24 years ago
  25. cde46c8 MAJOR UPDATE: by nstraz · 24 years ago
  26. 6a951d6 Changed dup03 to use sysconf(_SC_OPEN_MAX) instead of OPEN_MAX. These by nstraz · 24 years ago
  27. 1e56730 Adding a set of negative test cases for stat(). This test attempts to by nstraz · 24 years ago
  28. d5d51ca I've applied most of the patch that Urban Widmark <urban@teststation.com> by nstraz · 24 years ago
  29. 2308b47 unlink08 has some negative tests cases for running as root. I have updated by nstraz · 24 years ago
  30. b536234 Fumio Nakayama altered me to a bug in unlink08 when it is run as root. This is the fix. It's not pretty, but it works. by nstraz · 24 years ago
  31. 3a912f4 sighold02 had a few bounds related bugs. Fumio Nakayama altered me to their by nstraz · 24 years ago
  32. 06151c3 Add ifdefs to fork05 to all it to compile and run on all platforms. by alaffin · 24 years ago
  33. 00f6d19 Add tools to the list of directories that need building by nstraz · 24 years ago
  34. ed8fe6b Adding a tools directory for programs that aren't test cases, but are used by nstraz · 24 years ago
  35. 15fa095 Adding pipeio, which is a tool that creates children which write to a pipe by nstraz · 24 years ago
  36. 7fb2d41 Updated header to include the SGI GPL header by nstraz · 24 years ago
  37. 3ab1f23 Added some more basic tests for Linux. These were ported over from IRIX tests. by nstraz · 24 years ago
  38. b9c4b1f I guess that last fix for the defines wasn't quite right. I've moved the by nstraz · 24 years ago
  39. 7695777 - Fixed a typo in INSTALL by nstraz · 24 years ago
  40. ce6eedd Still adding examples for pan. by nstraz · 24 years ago
  41. 26dce57 Added some LTP results from my SGI 230 running 2.2.13 by nstraz · 24 years ago
  42. 830a65b Added ltp results for a machine running 2.4.0-test9 by nstraz · 24 years ago
  43. 03d32f4 checking in today's work. by nstraz · 24 years ago
  44. 562c737 updated pan example by nstraz · 24 years ago
  45. 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
  46. 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
  47. 0312c25 Documentation updates by nstraz · 24 years ago
  48. 30dae70 added super to tags that need root by nstraz · 24 years ago
  49. 405f6fe Removed a test case from symlink01 -T rename because it was failing and it really needs configuration analysis to make it work. Now all of symlink01 pass. by nstraz · 24 years ago
  50. 566e8c8 - Oops, forgot to close a FD, fixed. by nstraz · 24 years ago
  51. f558990 Release scanner. by alaffin · 24 years ago
  52. cd87d68 Added support for output formatting, redirection, and buffering to pan. by nstraz · 24 years ago
  53. 031062f Update README. by alaffin · 24 years ago
  54. 879684a Remove runtest. Change runalltests.sh to use pan. by alaffin · 24 years ago
  55. a7a103e Remove unnecessary TODO. As we move to pan, the runtest directory will by alaffin · 24 years ago
  56. 84c349c Add a simple mmap001 command to quickhit list. Add a more extensive mm list. by alaffin · 24 years ago
  57. bc41426 Checkin mmap001 from Juan Quintela's memtest suite. by alaffin · 24 years ago
  58. f307d5f Add pan and associated files. This is a lightweight test harness. It works a by nstraz · 24 years ago
  59. 90696f2 Added descriptions for all tests in comments after the command line. by nstraz · 24 years ago
  60. 4fdee5f Cleaned up the includes and fixed the exit status so it should work in a by nstraz · 24 years ago
  61. 7885c2b Add a fix from Egor Duda <deo@logos-m.ru> to fix a fd close issue in cleanup by alaffin · 24 years ago
  62. 7357bce This is a test from Ulrich Drepper that was on LKML. It tests handling of LDT by nstraz · 24 years ago
  63. fbfce06 Add ChangeLog. by alaffin · 24 years ago
  64. 6d2a43c Add simple test for correct handling of the pentium f00f bug. by alaffin · 24 years ago
  65. 5cba44e Patch fcntl09.c and fcntl10.c with a patch from by alaffin · 24 years ago
  66. 3c8699d Update tst_sig.c to use tst_setup_signal() to setup signals than by alaffin · 24 years ago
  67. 829b40a - lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap by nstraz · 24 years ago
  68. 77b0a50 Fix uninitialized fd bug. by alaffin · 24 years ago
  69. 48f1156 *** empty log message *** by alaffin · 24 years ago
  70. 6a91881 Cleaned out unused defines by nstraz · 24 years ago
  71. 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
  72. b418568 Did some work to update the parse_opts(3) man page. Still more to do... by nstraz · 24 years ago
  73. 9418108 - Removed mc_getopt.c and used getopt() instead. user defined help is now by nstraz · 24 years ago
  74. ad4c5fa Update runalltests to correctly report PASS/FAIL of the driver. by alaffin · 24 years ago
  75. 802d3e3 Adding a simple runtime framework: runtest by alaffin · 24 years ago
  76. 198500d New Readme. by alaffin · 24 years ago
  77. 090ed00 Here are 92 tests and 2 new library functions. by nstraz · 24 years ago
  78. 81a9065 Sync the test codes with SGI internal ptools. by alaffin · 24 years ago
  79. 489cc7f Updating forker to match SGI internal ptools version. by alaffin · 24 years ago
  80. 8bb5ea6 Updated the mc_getopt routine files with GPL headers. Oops, we missed a couple. by alaffin · 24 years ago
  81. 0065785 Adding some new tests. by alaffin · 24 years ago
  82. cc2e555 New additions: by alaffin · 24 years ago
  83. 7ce3a79 Adding man pages for new libs and commands. by alaffin · 24 years ago
  84. 1ab5849 Adding some command lines for doio/iogen/growfiles/rwtest; by alaffin · 24 years ago
  85. e15dd68 Updated install to not mention pan. We have not yet released pan. by alaffin · 24 years ago
  86. b973f2b Initial source for rwtest/doio in LTP by whr · 24 years ago