1. 3bed8b0 A fix Submitted by Andy Echols to fix an infinite loop problem that occurs in pan if runltp tries to run a test that isn't present. by mreed10 · 18 years ago
  2. c0363b2 The attached tarball is a replacement for by mreed10 · 18 years ago
  3. 8c10664 A fix for bug 25085 to allow the testsuite to build on rhel5 by mreed10 · 18 years ago
  4. fa569e4 cast TEST_RETURN to gid_t to avoid implicit casts which screw up the tests by vapier · 18 years ago
  5. 4f2a708 A fix for failures in fcntl27 and fcntl28 for bugs 21614 and 23235. by mreed10 · 18 years ago
  6. 57c212c eat broken whitespace by vapier · 18 years ago
  7. 0d37bdd clean up makefile funkiness by vapier · 18 years ago
  8. da6657a accept(2) takes a socklen_t, not an int by vapier · 18 years ago
  9. a10017b Added code to ignore looking for PID_MAX on __powerpc__ platforms. by robbiew · 18 years ago
  10. 5ede20c Backed out the _USC_LIB_ change, b/c it was breaking on PowerPC platform under FC6-Test1. by robbiew · 18 years ago
  11. 4b60c72 Will Newton writes: this is a library so define _USC_LIB_ by vapier · 18 years ago
  12. 6a4a0d2 -D_USC_LIB_ can be used on all arches, not just COLDFIRE by vapier · 18 years ago
  13. 7999352 Will Newton writes: Attached are a few more gcc 2.95.2 compatibility changes. by vapier · 18 years ago
  14. 6549070 Will Newton writes: declare zoo_error storage in zoolib.c instead of zoolib.h by vapier · 18 years ago
  15. 6ca958c Added PID_MAX definition for __powerpc__ by robbiew · 18 years ago
  16. a1b04db Applied fix for __powerpc__ by robbiew · 18 years ago
  17. e6b8d4e Corrected definition section for __powerpc__ by robbiew · 18 years ago
  18. 63e9bfb Added __powerpc__ to syscall() #define case by robbiew · 18 years ago
  19. 40a9acd Fixed ColdFire Makefile mistake. by robbiew · 18 years ago
  20. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  21. 9e28c8f use memcpy() instead of bcopy() by vapier · 18 years ago
  22. 847ee1c add a note fore uClinux users by vapier · 18 years ago
  23. c91cdfa use memcpy, not bcopy by vapier · 18 years ago
  24. fbe2eca Adding another change to the June Change Log by mreed10 · 18 years ago
  25. 16bbc95 Entering the changes for the June release by mreed10 · 18 years ago
  26. b3d31be A patch submitted by Derek Wong to reduce the memory requirements of pounder's ramsnaketest by mreed10 · 18 years ago
  27. 87300e0 patch from Mike Gahagan <mgahagan@redhat.com> to cleanup a Makefile with by plars · 18 years ago
  28. 038e4bc Patch from Olof Johansson <olof@lixom.net> by plars · 18 years ago
  29. bed036a pull the [gs]etre* prototypes from headers rather than defining them ourself by vapier · 18 years ago
  30. e45cbcc semun utilizes an array of unsigned shorts instead of shorts by vapier · 18 years ago
  31. c4e1c24 use uid_t instead of int where appropriate by vapier · 18 years ago
  32. dd6349e use gid_t instead of int where appropriate by vapier · 18 years ago
  33. a9f7340 profil deals in u_short, not in short by vapier · 18 years ago
  34. 1968aef use socklen_t instead of int where appropriate by vapier · 18 years ago
  35. 33acea5 mincore deals in unsigned pointers by vapier · 18 years ago
  36. aa35472 dont declare setup/cleanup extern since they arent by vapier · 18 years ago
  37. e555fd6 add missing ; by vapier · 18 years ago
  38. 6064c3a rather than forcing every test file to declare Tst_count extern, move it to the common header by vapier · 18 years ago
  39. 59c097e fix whitespace/style by vapier · 18 years ago
  40. 408c823 Zak (Isaac Wilcox): dont call cleanup() recursively by vapier · 18 years ago
  41. e4623c9 dont bother resetting errno to 0 since TEST() does it for us by vapier · 18 years ago
  42. b3691d7 use proper do { ... } while (0) for TEST() macro so we dont have to worry about scope issues when actually using TEST() by vapier · 18 years ago
  43. 1a316ad combine the TEST_RETURN and TEST_ERRNO if check so that we always display PASS or FAIL messages as pointed out by Isaac Wilcox by vapier · 18 years ago
  44. 5ef7d2f cleanup whitespace/style by vapier · 18 years ago
  45. 56ae285 Zak (Isaac Wilcox) writes: Slightly improves the error handling if /proc isn't available and cleans up a stray tempfile in that case. by vapier · 18 years ago
  46. 683ba03 Zak (Isaac Wilcox) writes: Another of these flush-before-fork buglets. by vapier · 18 years ago
  47. d17884d Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  48. cbb7415 Zak (Isaac Wilcox) writes: fixes a couple of typos by vapier · 18 years ago
  49. 6c4e16b Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  50. 874e701 Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  51. 22858b2 cleanup whitespace and long unwrapped lines by vapier · 18 years ago
  52. 31d7dda dont bother duplicating -std=c99 and -std=gnu99 in CFLAGS by vapier · 18 years ago
  53. 0e787b2 add support for custom CFLAGS and change INCLUDE logic to CPPFLAGS by vapier · 18 years ago
  54. 388d9cd kill pointless cat|grep in LDFLAGS by vapier · 18 years ago
  55. 7d48bc3 Corrected typos by mreed10 · 18 years ago
  56. 112fa15 Temporarily disabling fcntl27 and fcntl28 from running by default by mreed10 · 18 years ago
  57. 3f30045 Changes for the Month of may by mreed10 · 18 years ago
  58. 0722a2b as reported by Jane Lv, mmap() returns an unsigned value (MAP_FAILED) upon error, so checking with <= 0 will not work by vapier · 18 years ago
  59. 5ea3f5c Patches submitted by Thomas Gleixner to initialize interval values by vapier · 18 years ago
  60. a40976d Yet another attempt to fix gethostid01. I replaced the strcmp with strstr to check if hostid and gethostid have a "suitable match". This is a patch for bug 21064 by mreed10 · 18 years ago
  61. 9169642 Adding a -e option to print out the date of the ltp release. Also by mreed10 · 18 years ago
  62. 16c180b A fix for file_test.sh that accounts for the use of Licence instead of Copyright when creating an src.rpm file for versions of rpm 4.0.0 and higher. by mreed10 · 18 years ago
  63. b55dbea A patch submitted by Bibo Mao that fixes setrlimit03 by changing the order in which the include files are listed. by mreed10 · 18 years ago
  64. a5f5420 add missing fname argument to error display as pointed out by Tatiana G Gavrilova by vapier · 19 years ago
  65. 6675ec3 - by mreed10 · 19 years ago
  66. a929857 - by mreed10 · 19 years ago
  67. ef03818 -- Removing the Patch to parse_opts.c which caused many testcases to fail -- by mreed10 · 19 years ago
  68. e46b6a4 -- Changed the date for Change log to the correct release date of 20060412 -- by mreed10 · 19 years ago
  69. d28e1d5 Changes made for the April release of the LTP testsuite by mreed10 · 19 years ago
  70. 2642d3a Jane Lv writes: Test case pread03.c missed a step to initialize read buffer array. by vapier · 19 years ago
  71. 22cf204 fix broken whitespacing by vapier · 19 years ago
  72. 67ce288 A patch by Jacky Malcles for ltp-aiodio.sh. ltp-aiodio.par4 scenario file has been added. by mreed10 · 19 years ago
  73. 13763e5 Changes made to rf1.c to make ld01 assersion 7 pass on SLES 9 by mreed10 · 19 years ago
  74. 1b50502 Applying a 3rd patch to selinux for Joy Latten for 3/06 by mreed10 · 19 years ago
  75. 0582c6e File added in the second Security patch by mreed10 · 19 years ago
  76. adadb15 This is the second Security patch in 3/06 submitted my Joy Latten of the security team by mreed10 · 19 years ago
  77. 39b26e5 Adding new files for the security test suite by mreed10 · 19 years ago
  78. e243a62 Patches applied for Joy Latten for the security team by mreed10 · 19 years ago
  79. 6d3a087 re-enable writing on arm per Joe Pearson / Nick Pollitt by vapier · 19 years ago
  80. 6b40910 This patch fixes the test 4 of mincore01.c that failed in 32 bit on a 64 bit kernel. by mreed10 · 19 years ago
  81. 41509cd Patches submitted by Thomas Gleixner to initialize interval values to prevent setitimer01 and 02 from failing by mreed10 · 19 years ago
  82. 7cf5838 This patch addresses the occasional failure of gettimeofday02 on SLES 10 by mreed10 · 19 years ago
  83. 7ceb0e6 This patch address bug 22203 and fixes the problem of nanosleep02 occasionally failing on 64 bit on beta 6. by mreed10 · 19 years ago
  84. 3ca89c8 A fix created by Jacky Malcles that eliminates warning messages when complied on 64 bit platform by mreed10 · 19 years ago
  85. e761623 This enables the sysrq key at the beginning of every pounder run by mreed10 · 19 years ago
  86. 0ce2a71 This is Documentation added by Darrick Wong to get pounder up and running quickly by mreed10 · 19 years ago
  87. 4facda4 A patch by David Wu that prevents infinite looping within parse_opts.c by mreed10 · 19 years ago
  88. 1e0aced A fix by Lin Feng Shen to elimiate white spaces that caused mail02 to fail by mreed10 · 19 years ago
  89. 0708d9f A change by Jacky Malcles to eliminate the need for a special execution of the testcase for ia_64 by mreed10 · 19 years ago
  90. a75bf06 Changed the test to expect no errors. The fcntl() call should succeed regardless by robbiew · 19 years ago
  91. 9165350 Corrected this test, should be positive test versus negative...based on the by robbiew · 19 years ago
  92. a2c1444 ChangeLog for March release by mridge · 19 years ago
  93. 70df7d7 declare test count dynamically rather than hardcode the value by vapier · 19 years ago
  94. bd1db45 Fix from Jackie Malcles, no such file or directory error by mridge · 19 years ago
  95. b647372 Fix from Jackie Malcles, no such file or directory error by mridge · 19 years ago
  96. 7b984b0 zero pad hostid result by vapier · 19 years ago
  97. 7254147 fix test on x86_64 and make error output a bit more helpful by vapier · 19 years ago
  98. b34fecc filter shell cruft out of LOCKTESTS so we can use it in make rules by vapier · 19 years ago
  99. 7ec19d9 fixes by Jane Lv to disable EFAULT related tests on uClinux by vapier · 19 years ago
  100. cc0d450 some more fixes from Jane Lv to disable tests on uClinux by vapier · 19 years ago