1. 6e844c6 Changes for 2.6.X so only delete modules is run, query and create are obsolete by mridge · 20 years ago
  2. 79a7c80 Changes to now include modules directory by mridge · 20 years ago
  3. 7b2f05e Changes to remove query_module and create_module which are now obsolete by mridge · 20 years ago
  4. ceec8c3 Changes to support create module in the 2.6.X kernels by mridge · 20 years ago
  5. 6a5e749 move TCID outside the ifdef __i386__ by plars · 20 years ago
  6. 891f9bd Change to fix sourceforge defect # 1008437 by mridge · 20 years ago
  7. c918632 use ltp functions in f00f test for better output parsing by plars · 20 years ago
  8. 504460c Updated runtest scenario with the latest SCTP tests. by robbiew · 20 years ago
  9. 98988cb Changes to fix testcase defect 2194 by mridge · 20 years ago
  10. aac0ece Changed ROOT_PASSWORD to PASSWD per the security teams request by mridge · 20 years ago
  11. 9ae92ea Changed typo in failure message. by robbiew · 20 years ago
  12. 1d3b333 Changes to ltp-aiodio.part3 for testcase run parameters by mridge · 20 years ago
  13. 7bdd88c Changes for the block size the data is copied to the test directories by mridge · 20 years ago
  14. b5163d1 Change to only print out a pass/fail instead of # of iterations pass/fail by mridge · 20 years ago
  15. 865b2fc Changes from Ihno for llseek01.c to check TEST_RETURN vs TEST_ERRNO by mridge · 20 years ago
  16. 2946edd Update ChangeLog for August LTP release by mridge · 20 years ago
  17. 8a9c745 Changes to check for RedHat when setting up environment variables by mridge · 20 years ago
  18. c04ed2c Changes to detect RedHat vs other Linux installs and correct program path defaults by mridge · 20 years ago
  19. 4e88baa Change to detect RedHat vs other Linux install for the user group by mridge · 20 years ago
  20. b20ce21 corrected link section to /bin by robbiew · 20 years ago
  21. d87d20f Change to check and exclude test if running on a 390 system since test is invalid on that platform by mridge · 20 years ago
  22. e126a0d Applied patch from Brian Reitz: =============================== by robbiew · 20 years ago
  23. 8585499 Added acls to SUBDIR definition. by robbiew · 20 years ago
  24. f206a85 Added su directory to SUBDIR definition. by robbiew · 20 years ago
  25. 2525779 Corrected TCbin definition. by robbiew · 20 years ago
  26. 32c1ba1 Changed ROOT_PASSWORD to PASSWD to make more "standardized" by robbiew · 20 years ago
  27. 814cd1a Changed ROOT_PASSWORD to PASSWD to match other testcases. by robbiew · 20 years ago
  28. 3d36a97 Finally fixed this!! by robbiew · 20 years ago
  29. f7973a1 Fix build errors in modify_ldt01 and modify_ldt02 by mridge · 20 years ago
  30. 328c94e Changes to ChangeLog for July LTP release by mridge · 20 years ago
  31. 382a43c Removed an include line that was accidently left in during testing. by robbiew · 20 years ago
  32. 7b78279 Added a new test for bind() written by Dan Jones. by robbiew · 20 years ago
  33. f7d40d8 Jacky Malcles added support for ext3 and some cleanup code. by robbiew · 20 years ago
  34. 4d9d72c Updated to Posixtestsuite-1.4.3 by robbiew · 20 years ago
  35. 09373a8 Updated to Posixtestsuite-1.4.3 by robbiew · 20 years ago
  36. a799dd3 Add pingpong to Makefile by robbiew · 20 years ago
  37. 6800ef4 Fix typo and change i to a 1 in the bufcmp function by mridge · 20 years ago
  38. 95033c6 Fix invalid syntax "if undefined" in modify_ldt tests by plars · 20 years ago
  39. 1ce7a2a Added additional code to allow this test to build easier. by robbiew · 20 years ago
  40. bbe4266 Applied patch from B N Poornima which produces more user-friendly logfile and also the outfile which is helpful in debugging. by robbiew · 20 years ago
  41. 3c9b589 Fixes from Dave to fix DMAPI defect by mridge · 20 years ago
  42. 2c2469f Reworked the Makefile to exclude directories. by robbiew · 20 years ago
  43. e17d7ea Applied patch from Jacky Malcles: by robbiew · 20 years ago
  44. 90af9f3 Added definition for SHM_HUGETLB for cases where this is not defined. by robbiew · 20 years ago
  45. 7729887 Fixed the Makefile to allow the testsuite to build. by robbiew · 20 years ago
  46. 6135c4b Corrected the logic in the test to use -lepoll or not. by robbiew · 20 years ago
  47. 0a0df38 Removed an erroneous cleanup(). by robbiew · 20 years ago
  48. 5b866cf Removed an erroneous cleanup() call. by robbiew · 20 years ago
  49. bfdb0b8 Applied patch from Gary Williams for personality() tests to initialize by robbiew · 20 years ago
  50. eb574e5 Applied PASS message cleanup patch from Gary Williams by robbiew · 20 years ago
  51. 2402d0e Backed out the previous patch that broke posix by plars · 20 years ago
  52. 4a28b13 Applied a timing fix to allow the test to run on more architectures. by robbiew · 20 years ago
  53. 6335976 Applied results cleanup patch from Gary Williams. by robbiew · 20 years ago
  54. 5dc1dfb Applied patch from Gary Williams that added an optional forth arguement to by robbiew · 20 years ago
  55. 047e56b Applied patch from Steve Hill and Gary Williams for MIPS. by robbiew · 20 years ago
  56. 1530d9c Applied patch from Gary Williams to change malloc() to calloc() b/c some by robbiew · 20 years ago
  57. 58dff5f Changes from Dave for DMapi by mridge · 20 years ago
  58. 0d0826a Corrected bug in code, to allow to build on non-x86 platforms. by robbiew · 20 years ago
  59. cd6dc73 Correctly cleanup after a failed shmat() and shmdt(). by robbiew · 20 years ago
  60. 58ca9b8 Correctly cleanup if shmat() fails....really this time. by robbiew · 20 years ago
  61. 8c66996 CORRECTION TO PREVIOUS COMMENT: Cleanup the shm segment when shmdt() fails. by robbiew · 20 years ago
  62. 9978fe4 Made sure that the shm segment is cleaned up if the shmat() fails. by robbiew · 20 years ago
  63. a3a687d Added code to allow better cleanup in case of failure. by robbiew · 20 years ago
  64. 8c21016 Applied patch from Wu Zhou to correctly cleanup in case of a failure. by robbiew · 20 years ago
  65. 0d138ab Chganges for eliminating dmapi.h by mridge · 20 years ago
  66. 653e730 Removed at dmapi teams request by mridge · 20 years ago
  67. aa0077d Updates to ChangeLog file for June release of LTP by mridge · 20 years ago
  68. c603894 Add new adp testcases to LTP by mridge · 20 years ago
  69. 035b8d0 Updates to the DMPAI testsuite by mridge · 20 years ago
  70. 0dd8476 Applied patch from Gernot Payer to remove dependency on /usr/include/linux/fs.h header file. by robbiew · 20 years ago
  71. 748d287 Change to include the LTP lib path if glibc 2.3.X by mridge · 20 years ago
  72. 397d868 Made corrections to allow it to build. by robbiew · 20 years ago
  73. d286120 Update to 1.4.2 by robbiew · 20 years ago
  74. fb58c61 Applied patch from Gao, Ming: by robbiew · 20 years ago
  75. e4b754c Adjusted settings for Linux. by robbiew · 20 years ago
  76. ea8bea2 Removed cthon04 from the Makefile. by robbiew · 20 years ago
  77. ff393fc Added Connectathon to the LTP. by robbiew · 20 years ago
  78. 0b1f043 Updates for ppc64 by mridge · 21 years ago
  79. a2a04f1 Changes t osupport ppc64 by mridge · 21 years ago
  80. 6202669 Changes for ppc64 by mridge · 21 years ago
  81. 5c56590 Added new test by Danny Sung: by robbiew · 21 years ago
  82. 948de5c Added writetest. by robbiew · 21 years ago
  83. d5080fc Add new userid security tests to testsuite by mridge · 21 years ago
  84. 4e7f87c Add new security userid test to testsuite by mridge · 21 years ago
  85. df9ae7e Add new security tests to syscalls testsuite by mridge · 21 years ago
  86. d655d83 Applied patch from Alastair McKinstry to allow the LTP to compile on by robbiew · 21 years ago
  87. 5ac48ae Fix failure on rwtest versions rwtest03 and rwtest04 due to mmap running out of resources. by mridge · 21 years ago
  88. 79c135c Applied patch from Alastair McKinstry to allow LTP to build on Linux/HPPA by robbiew · 21 years ago
  89. 1f61f0d Backout change from yesterday to get different fcntl.h file. by mridge · 21 years ago
  90. b48651d Made changes to get thread ID vs get PID for NPTL threads for unique filenames where child/parent PIDs are the same. by mridge · 21 years ago
  91. ba7b681 Applied fix patches from Susanne Wintenberger. by robbiew · 21 years ago
  92. f633763 Applied fix from Gernot Payer: ============================= Hi, by robbiew · 21 years ago
  93. 805adab Applied NPTL update from Sebastien Decugis. by robbiew · 21 years ago
  94. 22855df Applied NPTL update from Sebastien Decugis. by robbiew · 21 years ago
  95. 2422745 Change made to growfile.c defect 8508, random failures on ppc64, correccted include path for O_LARGEFILE by mridge · 21 years ago
  96. 11e7ad9 Minor corrections to the NUM_PROCS patch by plars · 21 years ago
  97. 392a4ae Added the ability to pass NUM_PROCS to the -c option for runalltests.sh by plars · 21 years ago
  98. 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
  99. 4d8c0d5 Removed a debug statement that was causing errors. by robbiew · 21 years ago
  100. c77ffa3 Applied patch from Andrea Arcangeli: by robbiew · 21 years ago