1. 047062c May 7 Release by iyermanoj · 23 years ago
  2. b7ba493 fix recvfrom01 to work without a controlling tty by plars · 23 years ago
  3. d8afa78 fix recvmsg01 to work without a controlling tty by plars · 23 years ago
  4. 86ea1ba fix recv01 when run without a controlling terminal by plars · 23 years ago
  5. eab59d1 Removed fstat05 b/c it does not handle SIG 11 returns as well as EFAULT, which by robbiew · 23 years ago
  6. a8dc211 Applied patch submitted by Jay Huie. by robbiew · 23 years ago
  7. cfd6796 Added new testcases created by Bull. by robbiew · 23 years ago
  8. b95e362 New testcase added by Bull. by robbiew · 23 years ago
  9. 62b4a99 New testcase created by Bull. by robbiew · 23 years ago
  10. a725861 Enabled test for concurrent multiple runs. by robbiew · 23 years ago
  11. 3f573ae Enabled for multiple concurrent runs. by robbiew · 23 years ago
  12. 0ff959d Enabled for multiple concurrent runs. by robbiew · 23 years ago
  13. 4644c7e Commited patch submitted by Jay Huie by robbiew · 23 years ago
  14. 112db7a Applied Jay Huie's patch. by robbiew · 23 years ago
  15. 3650fef Added test created by Bull. by robbiew · 23 years ago
  16. c1f652a Added test created by Bull. by robbiew · 23 years ago
  17. 76cc2d2 Enabled test for multiple concurrent runs. by robbiew · 23 years ago
  18. b53e0cf *** empty log message *** by robbiew · 23 years ago
  19. 5b51615 Enabled for multiple concurrent runs. by robbiew · 23 years ago
  20. b4c3b2a Enabled for multiple concurrent runs. by robbiew · 23 years ago
  21. 9f42151 Enabled test for multiple concurrent runs. by robbiew · 23 years ago
  22. c50ab20 Enabled for multiple runs. by robbiew · 23 years ago
  23. 0ecda11 Enabled for multiple instances. by robbiew · 23 years ago
  24. 40ddd69 Enabled for multiple instances. by robbiew · 23 years ago
  25. e69e226 Enabled for multiple concurrent runs. by robbiew · 23 years ago
  26. 874b422 fixed fcntl17 race that was generating a SIGPIPE when the parent died before one of the children tried to send something on the pipe by plars · 23 years ago
  27. caccaf2 removed int typecast since it is not needed now that we are checking the return from signal against SIG_ERR. Added failure handling just in case calls to pipe() fail. by plars · 23 years ago
  28. 07635bc william jay huie's fixes for fcntl17: s/fcntl05/fcntl17, check that return from signal() on error ==SIG_ERR instead of < 0 by plars · 23 years ago
  29. 22853aa Updated to enable multiple copies. by robbiew · 23 years ago
  30. da28e8c Enabled test to run multiple times. by robbiew · 23 years ago
  31. ee9f4f0 Enabled for multiple runs. by robbiew · 23 years ago
  32. f812c50 *** empty log message *** by robbiew · 23 years ago
  33. 669e60c Enabled test for multiple copies. by robbiew · 23 years ago
  34. a3efff3 *** empty log message *** by robbiew · 23 years ago
  35. 5845ca3 Committed Ihno's patch by robbiew · 23 years ago
  36. f85339b *** empty log message *** by robbiew · 23 years ago
  37. 0db44a5 Enabled for multiple concurrent runs. by robbiew · 23 years ago
  38. 7e59475 Applied Ihno's patches. by robbiew · 23 years ago
  39. 90b1698 reset errno to 0 before executing the system call in TEST_VOID() by plars · 23 years ago
  40. 755394c Corrected mistake..should be 2 tests, not 1. This bug was found by Ihno Krumreich. by robbiew · 23 years ago
  41. 15226cd Applied patches submitted by: by robbiew · 23 years ago
  42. 79255d7 april release by iyermanoj · 23 years ago
  43. 3fb92b4 Changed the group check for "nobody" back to using 'getpwnam' to handle by robbiew · 23 years ago
  44. 90fc94c Changed nobody group checking to check for id number only. by robbiew · 23 years ago
  45. 5e1abfd Jay Huie's README on the LTP automation scripts. by iyermanoj · 23 years ago
  46. b2af061 Added Andi Kleen's patch. by robbiew · 23 years ago
  47. 9dfe063 *** empty log message *** by robbiew · 23 years ago
  48. a42e4b9 fixed mprotect01 to expect ENOMEM (as specified by POSIX) instead of EFAULT by plars · 23 years ago
  49. 97ec2c8 Andi Kleen 64bit patch. by robbiew · 23 years ago
  50. 927b69d Andi Kleen warning patches. by robbiew · 23 years ago
  51. 463e99d msync05 fixed to expect ENOMEM as specified by POSIX rather than EFAULT by plars · 23 years ago
  52. 8480ec0 *** empty log message *** by robbiew · 23 years ago
  53. 7ca7ccd Modified IDcheck to check for the group "nobody", not just if user nobody has a group. by robbiew · 23 years ago
  54. 1d27cce Added modifications suggested by Andi Kleen <ak@suse.de> by robbiew · 23 years ago
  55. 9ee396e Added extra header. by robbiew · 23 years ago
  56. b59499d Added a code to cleanup sem id at conclusion of test. by robbiew · 23 years ago
  57. b4fd34f Added Andreas Jaeger fix <aj@suse.de> by robbiew · 23 years ago
  58. da80674 Applied Andreas Jaeger warning patch. <aj@suse.de> by robbiew · 23 years ago
  59. 779b3ec Removed warnings. Andreas Jaeger <aj@suse.de> by robbiew · 23 years ago
  60. 43122ee Removed warnings. Andreas Jaeger <aj@suse.de> by robbiew · 23 years ago
  61. 0c8548d Fixed /dev/zero problem. by robbiew · 23 years ago
  62. dc61c58 Updated versions from Jay Huie. by robbiew · 23 years ago
  63. 055425b I switched PASS and FAIL to the correct settings: PASS=0 & FAIL=1 by robbiew · 23 years ago
  64. bf553cc fixed to make it work without a controlling tty by plars · 23 years ago
  65. 393f634 fix sendto01 so that it works without a controlling tty by plars · 23 years ago
  66. 13cbed7 fix sendmsg01 to make it work without a controlling tty by plars · 23 years ago
  67. 805e285 initialize controllen in sendmsg01 by plars · 23 years ago
  68. 0c850b7 fix send01 to make it work without a controlling tty by plars · 23 years ago
  69. 0c49ebf fix listen01 so that it will work without a controlling tty by plars · 23 years ago
  70. dcf2c3d make getsockopt01 work without a controlling tty by plars · 23 years ago
  71. 94d7956 fix to make getsockname01 work without a controlling tty by plars · 23 years ago
  72. b05da4c fix to make getpeername01 work without a controlling tty by plars · 23 years ago
  73. a9de613 fix to make connect01 work without a controlling tty by plars · 23 years ago
  74. b9c945b fix to make bind01 work when there is not a controlling terminal by plars · 23 years ago
  75. 17ab388 fix so that it works without a controlling terminal (like with stp) by plars · 23 years ago
  76. d5c2112 Added 64-bit patches by Ihno Krumreich, email: ihno@caldera.de by robbiew · 23 years ago
  77. c9d001f Added PASS/FAIL output. by robbiew · 23 years ago
  78. ded99ee Added Author information. by robbiew · 23 years ago
  79. 75fe22f Added more info to this file. by robbiew · 23 years ago
  80. 211d45d Corrected the networking and diskio menus. by robbiew · 23 years ago
  81. d0f7bba Corrected variable exports. by robbiew · 23 years ago
  82. ef6e842 Added option for NFS over TCP. by robbiew · 23 years ago
  83. 2727dea Added options for NFS. by robbiew · 23 years ago
  84. 4c4369f Modified variable name for version for consistency. by robbiew · 23 years ago
  85. c1e490f Added options for setting protocol. by robbiew · 23 years ago
  86. 2cb7ffc Added options for specifying version and protocol. by robbiew · 23 years ago
  87. 57dfebc Added a cleanup line to remove the tmp dir. by robbiew · 23 years ago
  88. 84722dc Added an IPv6 ported version of NetPIPE by robbiew · 23 years ago
  89. 72931de Added tools directory. by robbiew · 23 years ago
  90. ef580fe Modified by iyermanoj · 23 years ago
  91. a950b85 Added a missing parameter to the runtest script and added jfs. by robbiew · 23 years ago
  92. 20f2d9b Corrected the cleanup section. by robbiew · 23 years ago
  93. b3c48a8 Jay's patch was calling "install" from "all"...this is wrong. by robbiew · 23 years ago
  94. e315ac8 Forgot to add this. by robbiew · 23 years ago
  95. a1c6657 Tools created by Jay Huie (wjhuie@us.ibm.com) by robbiew · 23 years ago
  96. 52a79d1 Made modifications per Jay Huie's patch. by robbiew · 23 years ago
  97. 5a5e9ec *** empty log message *** by robbiew · 23 years ago
  98. d0dc408 *** empty log message *** by robbiew · 23 years ago
  99. 796b06a *** empty log message *** by robbiew · 23 years ago
  100. f005112 A list of known failures of LTP tests. by robbiew · 23 years ago