1. d8da48a Fix genload in runalltests.sh, it was trying to run it in all caps, but the binary is all lower case. Should actually run genload now. by plars · 21 years ago
  2. 4d8c0d5 Removed a debug statement that was causing errors. by robbiew · 21 years ago
  3. c77ffa3 Applied patch from Andrea Arcangeli: by robbiew · 21 years ago
  4. 562dd48 Changed getpid to gettid (syscall(gettid)) to get unique thread ID vs common PID in NPTL threads. by mridge · 21 years ago
  5. fc9dd8c Changed clone02 to use tid instead of pid to eliminate failures on NPTL threads(same PIDs for parent/child) by mridge · 21 years ago
  6. 9f3d26a I needed to correct the 2nd low mem address (LOW_ADDR2) to be in by robbiew · 21 years ago
  7. f4cb6f6 Applied patch from Ulrich Drepper. by robbiew · 21 years ago
  8. 0002bc6 setegid changed to reflect the effective and saved user ID are changed together. by mridge · 21 years ago
  9. 4238f34 Change to USEC_PRE to get around glibc bug by mridge · 21 years ago
  10. d25ae4d Changes to diotest5 and diotest_routines to eliminate random/intermitant failures on data compare. by mridge · 21 years ago
  11. 8e596cb Fix error on bad interpreter in script. by mridge · 21 years ago
  12. fa7fc45 Changes for May LTP release by mridge · 21 years ago
  13. b4ce1f2 Adding initial drop of DMapi testcases by mridge · 21 years ago
  14. d9f0e90 Changes for parameters passed to aio-sparse for correct offsets and restrictions on sizes. by mridge · 21 years ago
  15. b96abcd Changes to ltp-aiodio.sh script for concurrent running of ltp-diorh test by mridge · 21 years ago
  16. 884ea2a Additions to file to adjust filesystem size for shring/grow LVM commands by mridge · 21 years ago
  17. 328981e Update 1.4.1 by robbiew · 21 years ago
  18. 8369755 Update to 1.4.1 by robbiew · 21 years ago
  19. 7c4f710 Update to 1.4.1 by robbiew · 21 years ago
  20. 1227f7b Updated to 1.4.1 by robbiew · 21 years ago
  21. 1b8a2ea Update to 1.4.1 by robbiew · 21 years ago
  22. e17215e Update to 1.4.1 by robbiew · 21 years ago
  23. a473f38 Update to 1.4.1 by robbiew · 21 years ago
  24. cd982aa Update to 1.4.1 by robbiew · 21 years ago
  25. e3be61a Update to 1.4.1 by robbiew · 21 years ago
  26. f0573fa Added tool for analyzing failures from LTP runs on the OSDL's Scaleable Test Platform (STP) by robbiew · 21 years ago
  27. 8b0bf5b Added test to map a file to the max size possible. by robbiew · 21 years ago
  28. 81c8796 Removed testcase b/c must be ran as non-root, and hugetlb doesn't support that. by robbiew · 21 years ago
  29. 317f3f9 Removed the tests that required non-root, b/c shared memory calls using by robbiew · 21 years ago
  30. 4b211a0 Needed to remove non-root restriction, b/c large pages must be allocated by robbiew · 21 years ago
  31. d8b3dff Changes to get exact 4096 offsets for aiocp tests by mridge · 21 years ago
  32. 1852270 Changes to fix error "invalid argument" on parameters for aiodio_sparse tests by mridge · 21 years ago
  33. d7cec1c Changes to fix failure in non-4096 exact offset files by mridge · 21 years ago
  34. daa6d2d Corrected bug in test. by robbiew · 21 years ago
  35. 9e2e888 Took "acls" directory out b/c it doesn't always build cleanly do to the by robbiew · 21 years ago
  36. 5617331 Added rpc1 and rpc_server so test can be ran from /testcases/bin by robbiew · 21 years ago
  37. 2e423a1 oops, missed one in swapon02 by plars · 21 years ago
  38. d46df7f Fixed minor compile issue in swapon02 in some versions of gcc by plars · 21 years ago
  39. cf925b2 Reduced the spamminess of this test. by robbiew · 21 years ago
  40. a09f470 Applied cleanup patch from Hubert Lin. by robbiew · 21 years ago
  41. b5ffc15 updated testcase install instructions by mridge · 21 years ago
  42. e5a5eee Changes to detect glibc versions. by mridge · 21 years ago
  43. ea43f3a Update: passed file to aiodio_append and changed directio tests from looping to concurrent execution by mridge · 21 years ago
  44. c46fd15 Applied patch from Gernot Payer for protecting the system from the possiblity by robbiew · 21 years ago
  45. 6835b2f Relocated acls directory from /admin_tools to /kernel/fs by robbiew · 21 years ago
  46. 33f1eb1 Relocated the acl tests to /kernel/fs by robbiew · 21 years ago
  47. 12d5db7 Resolved some -Wall warnings. by robbiew · 21 years ago
  48. e6928cf Relocated from /admin_tools to /commands by robbiew · 21 years ago
  49. 9458dd6 Relocated to /commands by robbiew · 21 years ago
  50. cfc6011 Relocated to /commands/cron by robbiew · 21 years ago
  51. fec8b66 Relocated to have all the 'cron' tests in ONE location. by robbiew · 21 years ago
  52. e2fa06f Corrected the location and name. by robbiew · 21 years ago
  53. 6a6c470 Corrected the 32bit section. by robbiew · 21 years ago
  54. cf55fea Changed the return value for main() to 1. Doesn't matter b/c we should by robbiew · 21 years ago
  55. bc8d45a Added new test for testing that a normal mmap cannot be mapped into a by robbiew · 21 years ago
  56. 4f9ddb3 Initialized Hflag to 0. by robbiew · 21 years ago
  57. 38ee06d Changes to have the directio run a pre-defined number of iterations for more complete testing by mridge · 21 years ago
  58. ecd8407 Add -DAIO flag to makefile for CFLAGS by mridge · 21 years ago
  59. f226d4b Created a second test that checks how huge pages are mapped in 32-bit and by robbiew · 21 years ago
  60. af3df0b Added hugemmap directory. by robbiew · 21 years ago
  61. 39e0707 Corrected the temporary filename generation code. by robbiew · 21 years ago
  62. b4b23eb Corrected comment. by robbiew · 21 years ago
  63. 35ec4e0 Backout previous change to direct io tests by mridge · 21 years ago
  64. 67d9730 Fix too many open filehandle problem on direct io tests by mridge · 21 years ago
  65. 2e27e83 Corrected a bug fix, so that the script ends correctly and returns a by robbiew · 21 years ago
  66. 85b1b03 Applied bug fixes from Gernot Payer: by robbiew · 21 years ago
  67. 9a1e0a3 Created first test that mmaps using a hugetlbfs and verifies that the by robbiew · 21 years ago
  68. 1f1798b Applied fix from Joe Habermann for the "v" option, where in some cases the by robbiew · 21 years ago
  69. 6aef544 Fixed "bad interpreter message when trying to run the script by mridge · 21 years ago
  70. e1603f3 Removed a commented line that I accidently left in. by robbiew · 21 years ago
  71. 928c989 Added hugetlb tests for shmctl(). by robbiew · 21 years ago
  72. da8c62b Added hugeshmctl. by robbiew · 21 years ago
  73. 17afe75 Added hugetlb tests for shmctl() by robbiew · 21 years ago
  74. 2253fd5 Fixed install by robbiew · 21 years ago
  75. 9c76ebd Added hugetlb test for shmdt(). by robbiew · 21 years ago
  76. 41f4fb9 Added hugeshmdt by robbiew · 21 years ago
  77. a1d0f91 Added hugetlb directory. by robbiew · 21 years ago
  78. 2ffd41f Made the tests 64bot friendly. by robbiew · 21 years ago
  79. dee513f Removed blank LDFLAGS setting by robbiew · 21 years ago
  80. f6636ae Removed blank LDFLAGS setting. by robbiew · 21 years ago
  81. 7966487 Renamed shmget dirs to hugeshmget. by robbiew · 21 years ago
  82. 8e83b71 Rename shmget to hugeshmget by robbiew · 21 years ago
  83. 2807c84 *** empty log message *** by robbiew · 21 years ago
  84. 89e9a4f Added tests for shmat() calls using hugetlb. by robbiew · 21 years ago
  85. b799ead Hugetlb tests for shmget(). by robbiew · 21 years ago
  86. d6f9ef1 Library code needed for hugetlb shared memory tests. by robbiew · 21 years ago
  87. f6addef Corrected tests to allow EACCES or EPERM, which is documented in POSIX. by robbiew · 21 years ago
  88. f000a4a Switched the order for checking rpc.nfsd and rpc.statd, b/c on some versions by robbiew · 21 years ago
  89. 153a173 Applied error message patch from Glen Foster. by robbiew · 21 years ago
  90. b3db28f Fixed limits.h include from kernel path to /usr/include/linux by mridge · 21 years ago
  91. 68e51e3 Added changes to Changelog for April LTP release by mridge · 21 years ago
  92. 3f2014c Added DESCRIPTION by robbiew · 21 years ago
  93. 012f692 Added a new filesystem test for race conditions by Dan Carpenter. by robbiew · 21 years ago
  94. 78c17ee Remove binary file inadvertantly checked in by mridge · 21 years ago
  95. ccec3f9 fix for bug 7007, pickup correct NGROUPS by mridge · 21 years ago
  96. 810d3a8 Fix for bug 7009, failure on ppc64 by mridge · 21 years ago
  97. e8042c2 Fixed bug 7011 on reiserfs by mridge · 21 years ago
  98. 7829e1e Applied daemon typo patch from Andrew R. Reiter. by robbiew · 21 years ago
  99. 679d7ad Fixed a bug so that sysinfo() works on 32bit machines with +4GB of memory. by robbiew · 21 years ago
  100. 5f0f7f0 fix Makefile problem by mridge · 21 years ago