1. dc61917 Applied fix from patch 1037010, submitted by mator. by robbiew · 20 years ago
  2. fb0d934 Changed to use runltp. by robbiew · 20 years ago
  3. 800b8bf Changes to fix statfs03 error on trying to write to protected directory by mridge · 20 years ago
  4. 6f43558 Disable -std=c99 and -peandtic flags in writetest's Makefile. Some users of very old gcc versions had problems with this, but it looks like those versions of gcc will still compile it ok. by plars · 20 years ago
  5. 02b5695 Applied IA64 specific patch from Jacky Malcles: by robbiew · 20 years ago
  6. a43831b Changes requested from the security team for fix PPC64 error by mridge · 20 years ago
  7. 2d3aa64 Changes from the security team by mridge · 20 years ago
  8. ca8b830 Overhaul madvise02. Removed some invalid testcases, fixed one case that was an invalid failure, and a lot of cleanup by plars · 20 years ago
  9. 31edb7a Fix getrlimit02. Rajeev Tiwari <rajeevti@in.ibm.com> pointed out that RLIMIT_NLIMIT was now too low in the usr include files for newer kernels to cause this to fail. Defined a new high one that ought to work for the forseeable future. by plars · 20 years ago
  10. 725c280 Small fix to chown03 and fchown04. tst_tmpdir() call was happening in a spot that would cause it to break under certain automation environments. by plars · 20 years ago
  11. fb78a1f Add HOWTO for pci tests by mridge · 20 years ago
  12. 97554ad Changes for pci testcases by mridge · 20 years ago
  13. d03c2bf Fix typo and add log statement if a failure on loading the test module by mridge · 20 years ago
  14. 32da14d Fix typo in previous changes by mridge · 20 years ago
  15. 527458e Changes from the security team by mridge · 20 years ago
  16. 27e5586 Change to fix defect 10947, failure on tmp directory by mridge · 20 years ago
  17. 051f423 Changes from SuSE for mincore tests by mridge · 20 years ago
  18. 3a6b474 Changes from SuSE for setdomainname tests by mridge · 20 years ago
  19. 4cce625 Changes submitted from SuSE for sethostname by mridge · 20 years ago
  20. 4b95cce Changes for Sept LTP release by mridge · 20 years ago
  21. 75cee4f Changes from Ihno for Itainium failures by mridge · 20 years ago
  22. dd7b4f6 Added a very useful feature to runltp that allows you to just do "runltp -f scriptname" rather than having to pass the whole path to it, IFF the runtest file is in the ltp runtest dir. Otherwise, you can pass the full path to it and it'll still work. by plars · 20 years ago
  23. 1ceb194 New /testscripts script for syscalls.sh. This basically just runs the syscall tests. This runs in < 10 min. on my laptop and should serve as a quick regression for most users. by plars · 20 years ago
  24. 4a120e8 Runalltests is now just an annoying warning, followed by a call to runltp (the new main ltp kickoff script). runltp is, for now, just the same thing runalltests.sh used to be, but that will likely change some soon. For now runltp will be considered a "default" set of tests, but later options and scripts will allow it to more easily run a custom set of things. by plars · 20 years ago
  25. 5c8c8d4 Remove include linux/module.h to fix possible build errors by mridge · 20 years ago
  26. 4614942 Applied patch from David Marlin: by robbiew · 20 years ago
  27. dad1d59 Change to define RUSAGE_BOTH if not defined, RH removed from user space and other distros still support -- bugzilla defect 10853 by mridge · 20 years ago
  28. c50797c remove module from Makefile to fix 2.4 build break by mridge · 20 years ago
  29. bea3322 uncommented swapon() tests...don't know why they were commented out in the by robbiew · 20 years ago
  30. 544a295 Change the awk $4 to an $NF to support debian only returning 3 terms by mridge · 20 years ago
  31. 9ee3878 Change to support arm arch address_oofset of program by mridge · 20 years ago
  32. 19ddf2f Add arm arch to the ALIGNED typedefs by mridge · 20 years ago
  33. fa01d8d Change to not do /dev/ptmx group write on arm arch. by mridge · 20 years ago
  34. 532a512 Get rid of extra = of "must be Root user" check by mridge · 20 years ago
  35. 4ccaa3b Fix Makefile to link open_files into the bin directory by mridge · 20 years ago
  36. 3db3f03 Change to close open fileHandles for NFS testcase failures by mridge · 20 years ago
  37. b49a058 Change to fix NFS failure with open fileHandle by mridge · 20 years ago
  38. 1fcfd87 Change to fix failures on NFS with open fileHandles by mridge · 20 years ago
  39. eb93f64 Change to close open fileHandles to fix NFS failures by mridge · 20 years ago
  40. 20a6d42 Change to close open fileHandle to fix NFS testcase failures by mridge · 20 years ago
  41. 106effa Change to fix NFS failure with open fileHandle by mridge · 20 years ago
  42. f4ad978 Change to close open fileHandle for NFS failure by mridge · 20 years ago
  43. 7177d88 Change to close open fileHandle for NFS test failure by mridge · 20 years ago
  44. 22c9044 Changes to close open fileHandles for NFS testcase failure by mridge · 20 years ago
  45. 3578f4a Changes to close open fileHandle to fix NFS test failure by mridge · 20 years ago
  46. 12952b0 Change to close open fileHandle on test exit to fix NFS failure by mridge · 20 years ago
  47. cfb2c95 Fix open fileHandle at testcase exit for NFS filesystem by mridge · 20 years ago
  48. 17a8866 Change to close fileHandle prior to cleanup to correct testcase failure in NFS filesystems by mridge · 20 years ago
  49. ca11e71 Modified tst_tmpdir to ensure 777 permissions on test directory. by robbiew · 20 years ago
  50. d6b715a Corrected test 1 to show EPERM error pointed out by Ling, Xiaofeng. by robbiew · 20 years ago
  51. 961f230 Moved madvise from paging to madvise directory by mridge · 20 years ago
  52. 56130dc Moved mincore from paging to mincore directory by mridge · 20 years ago
  53. a902e38 Moved to madvise and mincore by mridge · 20 years ago
  54. ee9951a added new paging tests, mincore and madvise by mridge · 20 years ago
  55. 6933e6b Add new mincore and madvise paging tests to syscalls by mridge · 20 years ago
  56. b41614c Applied patch from Ling, Xiaofeng to allow the test to use TDIRECTORY correctly. by robbiew · 20 years ago
  57. fe82e2d Applied Jacky Malcles patch to allow the test to run on IA64. by robbiew · 20 years ago
  58. 877a83b Added IA64 specific code. by robbiew · 20 years ago
  59. 345f41d Change sleep time from 1 second to 10 seconds to allow MCP to pass by mridge · 20 years ago
  60. 32b23d4 Change to fix aio-stress problem will io errors on a short read during the random read portion by mridge · 20 years ago
  61. 6e844c6 Changes for 2.6.X so only delete modules is run, query and create are obsolete by mridge · 20 years ago
  62. 79a7c80 Changes to now include modules directory by mridge · 20 years ago
  63. 7b2f05e Changes to remove query_module and create_module which are now obsolete by mridge · 20 years ago
  64. ceec8c3 Changes to support create module in the 2.6.X kernels by mridge · 20 years ago
  65. 6a5e749 move TCID outside the ifdef __i386__ by plars · 20 years ago
  66. 891f9bd Change to fix sourceforge defect # 1008437 by mridge · 20 years ago
  67. c918632 use ltp functions in f00f test for better output parsing by plars · 20 years ago
  68. 504460c Updated runtest scenario with the latest SCTP tests. by robbiew · 20 years ago
  69. 98988cb Changes to fix testcase defect 2194 by mridge · 20 years ago
  70. aac0ece Changed ROOT_PASSWORD to PASSWD per the security teams request by mridge · 20 years ago
  71. 9ae92ea Changed typo in failure message. by robbiew · 20 years ago
  72. 1d3b333 Changes to ltp-aiodio.part3 for testcase run parameters by mridge · 20 years ago
  73. 7bdd88c Changes for the block size the data is copied to the test directories by mridge · 20 years ago
  74. b5163d1 Change to only print out a pass/fail instead of # of iterations pass/fail by mridge · 20 years ago
  75. 865b2fc Changes from Ihno for llseek01.c to check TEST_RETURN vs TEST_ERRNO by mridge · 20 years ago
  76. 2946edd Update ChangeLog for August LTP release by mridge · 20 years ago
  77. 8a9c745 Changes to check for RedHat when setting up environment variables by mridge · 20 years ago
  78. c04ed2c Changes to detect RedHat vs other Linux installs and correct program path defaults by mridge · 20 years ago
  79. 4e88baa Change to detect RedHat vs other Linux install for the user group by mridge · 20 years ago
  80. b20ce21 corrected link section to /bin by robbiew · 20 years ago
  81. 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
  82. e126a0d Applied patch from Brian Reitz: =============================== by robbiew · 20 years ago
  83. 8585499 Added acls to SUBDIR definition. by robbiew · 20 years ago
  84. f206a85 Added su directory to SUBDIR definition. by robbiew · 20 years ago
  85. 2525779 Corrected TCbin definition. by robbiew · 20 years ago
  86. 32c1ba1 Changed ROOT_PASSWORD to PASSWD to make more "standardized" by robbiew · 20 years ago
  87. 814cd1a Changed ROOT_PASSWORD to PASSWD to match other testcases. by robbiew · 20 years ago
  88. 3d36a97 Finally fixed this!! by robbiew · 20 years ago
  89. f7973a1 Fix build errors in modify_ldt01 and modify_ldt02 by mridge · 20 years ago
  90. 328c94e Changes to ChangeLog for July LTP release by mridge · 20 years ago
  91. 382a43c Removed an include line that was accidently left in during testing. by robbiew · 20 years ago
  92. 7b78279 Added a new test for bind() written by Dan Jones. by robbiew · 20 years ago
  93. f7d40d8 Jacky Malcles added support for ext3 and some cleanup code. by robbiew · 20 years ago
  94. 4d9d72c Updated to Posixtestsuite-1.4.3 by robbiew · 20 years ago
  95. 09373a8 Updated to Posixtestsuite-1.4.3 by robbiew · 20 years ago
  96. a799dd3 Add pingpong to Makefile by robbiew · 20 years ago
  97. 6800ef4 Fix typo and change i to a 1 in the bufcmp function by mridge · 20 years ago
  98. 95033c6 Fix invalid syntax "if undefined" in modify_ldt tests by plars · 20 years ago
  99. 1ce7a2a Added additional code to allow this test to build easier. by robbiew · 20 years ago
  100. 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