1. 3ebacce Updated the info on the structure of the /testcases directory. by robbiew · 23 years ago
  2. ba42204 Updated with instructions for the disk i/o and network tests. by robbiew · 23 years ago
  3. b6c5fe7 Updated the info within this file. by robbiew · 23 years ago
  4. 783f965 These files needed debugging. by robbiew · 23 years ago
  5. 9ea3ce7 Updated the info within this file. by robbiew · 23 years ago
  6. 528f428 Commented out ulimit01 because it's an obsolete system call. by robbiew · 23 years ago
  7. 95f8fa9 couldn't use open08 as a test executable since we don't know where it is, use /usr/bin/test instead by plars · 23 years ago
  8. a1bcf1d fixed bug where sizeof should have been used to check the buffer size, not strlen. by plars · 23 years ago
  9. 108b209 fixed some path problems by plars · 23 years ago
  10. a03b0ef replaced adm with daemon user by plars · 23 years ago
  11. d47da63 Corrected the race conditions. by robbiew · 23 years ago
  12. 11cac46 Need to correct return value checking. by robbiew · 23 years ago
  13. 7edec5a Corrected the race condition. by robbiew · 23 years ago
  14. b079c39 Corrected the retval updating code. by robbiew · 23 years ago
  15. d0571e7 Corrected retval error code updating. by robbiew · 23 years ago
  16. acb185e Made correction to retval recording. by robbiew · 23 years ago
  17. a3b949c Corrected race condition. by robbiew · 23 years ago
  18. 95a5d55 Corrected the race condition. by robbiew · 23 years ago
  19. 8ccf65e fixed by plars · 23 years ago
  20. d97cba7 Corrected race condition within test. by robbiew · 23 years ago
  21. b851d7b Corrected the race condition. by robbiew · 23 years ago
  22. 376f598 Corrected race condition within test. by robbiew · 23 years ago
  23. 40b56e8 fixed by plars · 23 years ago
  24. bef097e fixed by plars · 23 years ago
  25. 0e59b1a Test was not waiting for it's children to finish. by robbiew · 23 years ago
  26. 9dc0c6c fixed by plars · 23 years ago
  27. 5e718c3 fixed parent exit and cleanup parent/child blocks by plars · 23 years ago
  28. 9099611 Added tests to list. by robbiew · 23 years ago
  29. 8b962f3 Enabled test to run under root. by robbiew · 23 years ago
  30. 0c0847c Added tests to list. NOTE: sigaction02 will fail due to defects in GLIBC by robbiew · 23 years ago
  31. b3f39d4 Enabled test to run under root. by robbiew · 23 years ago
  32. 04dcae8 Added tests to list. NOTE: The shmdt02 test fails b/c the system call is not by robbiew · 23 years ago
  33. 1b8acfb Enabled test to run under root. by robbiew · 23 years ago
  34. d295c94 Added tests to list. by robbiew · 23 years ago
  35. 201a94c Updated test to expect only EPERM errors. The documentation does not mention by robbiew · 23 years ago
  36. ed0977d Added tests to test list. by robbiew · 23 years ago
  37. 16fff9e Enabled root to execute this test correctly. by robbiew · 23 years ago
  38. 74e94e6 Removed faulty case for EBUSY. by robbiew · 23 years ago
  39. d5205cc fixed race condition by plars · 23 years ago
  40. 3b67df9 Added recvfrom and recvmsg to test list. Removed rename11 test b/c it tested by robbiew · 23 years ago
  41. 4e88177 Removed rename11 test b/c it tested for an optional error return code: EBUSY. by robbiew · 23 years ago
  42. 36e223c Corrected for changes in error code returns. by robbiew · 23 years ago
  43. 11833d3 by robbiew · 23 years ago
  44. 706b458 Updated the id switching code. by robbiew · 23 years ago
  45. 47eadf0 fixed users by plars · 23 years ago
  46. 7da6f53 Updated list with readlink04 test. by robbiew · 23 years ago
  47. a4f4a22 Made changes for test to execute correctly. by robbiew · 23 years ago
  48. 098305a Corrected error code checking. by robbiew · 23 years ago
  49. dae8b7e Updated the NOTE within the test. It fails due to inaccuracies in the system by robbiew · 23 years ago
  50. 4b4c004 Added the personality02 test to the list. This test FAILS, but not because by robbiew · 23 years ago
  51. 4a6976c Added tests that had been corrected to run under root. by robbiew · 23 years ago
  52. c277a36 Enabled test to run under root. by robbiew · 23 years ago
  53. 835d5a4 Added modify_ldt02 to test list. by robbiew · 23 years ago
  54. 929d702 Corrected the block 2 test section. The flag needs to be 1 to get the by robbiew · 23 years ago
  55. 3bae6a2 *** empty log message *** by plars · 23 years ago
  56. efafa93 Added lstat03 and mkdir05 to test list. by robbiew · 23 years ago
  57. f3681d9 Enabled test to run as root. by robbiew · 23 years ago
  58. da2f8ab Enabled test to run under root. by robbiew · 23 years ago
  59. 5d70e37 Needed to copy a executable file for the lchown02 test. by robbiew · 23 years ago
  60. 9e21ded Added lchown02 to test list. by robbiew · 23 years ago
  61. 691a9c8 Corrected test. by robbiew · 23 years ago
  62. 4d1ce60 fixed sig15 error by plars · 23 years ago
  63. 7286067 fixed sig15 BROK error by plars · 23 years ago
  64. 6a87630 Removed getdents05.c because it will never execute correctly. by robbiew · 23 years ago
  65. e0147e9 Removed getdents05 test, b/c it will never execute properly. by robbiew · 23 years ago
  66. 06d067e Modified test to correctly test for errors. Removed it's EINVAL test because by robbiew · 23 years ago
  67. 91f5198 Added fcntl01 to test list. by robbiew · 23 years ago
  68. d7cf515 Enabled test to run under pan as well as on it's own. by robbiew · 23 years ago
  69. f1cd2d5 Added readlink03 test. by robbiew · 23 years ago
  70. 20e8ec6 Made change so test can run as root. by robbiew · 23 years ago
  71. 5724650 readlink04 is broken. by robbiew · 23 years ago
  72. e6db160 Corrected test: The write_buf buffer had an incorrect character. by robbiew · 23 years ago
  73. 4622012 Added execve04 to test list. by robbiew · 23 years ago
  74. 57be9f8 Discovered problem was not in code, but in runtest script. Undid previous change. by robbiew · 23 years ago
  75. a544519 Made changes so test can run correctly under pan. by robbiew · 23 years ago
  76. 5435f93 Added execve03 to list of tests. by robbiew · 23 years ago
  77. c5f2e37 Modified test so it can pass under root user. by robbiew · 23 years ago
  78. 3d80945 dup201 test corrected and added. by robbiew · 23 years ago
  79. 7b027cb Test was reporting FAIL for a passing condition. Corrected the error checking conditional. by robbiew · 23 years ago
  80. 2b3dc62 Uncommented tests that have been fixed. by robbiew · 23 years ago
  81. 968b16d Modified test to run CORRECTLY as root user. by robbiew · 23 years ago
  82. 4898862 Removed unneccessary id switch. by robbiew · 23 years ago
  83. f24fe8a Removed sendfile01 from this list. This is a tcp_cmds test. by robbiew · 23 years ago
  84. 72428ca The dump/restore section was changing permissions on /tmp...fixed this. by robbiew · 23 years ago
  85. 513a4a2 fix usernames by plars · 23 years ago
  86. fe5649c *** empty log message *** by plars · 23 years ago
  87. 02b4c19 fix directory names by plars · 23 years ago
  88. 8f4aa0a *** empty log message *** by plars · 23 years ago
  89. 1a4c202 fix path by plars · 23 years ago
  90. 89a10bf export TMP by plars · 23 years ago
  91. 640a99d s/TCtmp/TMP by plars · 23 years ago
  92. 0111e62 name change by plars · 23 years ago
  93. 2e63797 imported from ltptests directory by plars · 23 years ago
  94. 2c8e1fa restructure by plars · 23 years ago
  95. efd320c restructure by plars · 23 years ago
  96. cc1b6f2 syscalls runscript has broken tests commented out by plars · 23 years ago
  97. ab28aa9 Modified so test can run as root. by robbiew · 23 years ago
  98. 7df4321 Modified to run as root. by robbiew · 23 years ago
  99. 38b1bc4 s/adm/bin - still broken though. We need to really execute this as user nobody rather than suid to nobody in the test. by plars · 23 years ago
  100. a1e0e6a use daemon instead of adm user by plars · 23 years ago