1. 5b31d1b define _GNU_SOURCE if not already defined by vapier · 18 years ago
  2. 18287b0 fix type of option_message by vapier · 18 years ago
  3. ef79c83 accept() takes a socklen_t, not an int by vapier · 18 years ago
  4. 38137e5 easier to read by vapier · 18 years ago
  5. 96c4a17 force CFLAGS/LIBS to be evaluated once rather than everytime they are used by vapier · 18 years ago
  6. e77da4e add a warning to those who wish to fiddle by vapier · 18 years ago
  7. 6e32f0d cleanup source code by vapier · 18 years ago
  8. 104f53e unify the generate.sh scripts and use the new top level make-files script by vapier · 18 years ago
  9. 2326d87 use __linux__ preprocessor from toolchain itself rather than a local custom _LINUX by vapier · 18 years ago
  10. c2d3587 rewrite generate script into generic shell and make sure we still work even if host lacks perl by vapier · 18 years ago
  11. 4feab9b make errno failure message more helpful by vapier · 18 years ago
  12. 17026e7 eat extraneous whitespace by vapier · 18 years ago
  13. 044212b punt backup file by vapier · 18 years ago
  14. 83de327 fixes from Jeff Bailey to just use syscall() rather than _syscall#() macros by vapier · 18 years ago
  15. b4910dc fix from Jeff Bailey to remove redundant make rules by vapier · 18 years ago
  16. 6c53d8e fix from Jeff Bailey to get max pid value at runtime rather than compile time hardcode by vapier · 18 years ago
  17. 721ecd8 dont hardcode test count by vapier · 18 years ago
  18. cc3bc70 fix from Jeff Bailey to remove extraneous include by vapier · 18 years ago
  19. e24e35c fixes from Jeff Bailey to just use syscall() for everyone by vapier · 18 years ago
  20. dbbefc1 just use syscall() for everyone by vapier · 18 years ago
  21. 20dd791 fix whitespace by vapier · 18 years ago
  22. 631d16c fix from Jeff Bailey to get the pid max value at runtime rather than hardcoded compiletime by vapier · 18 years ago
  23. 241ec18 Adding files for Mitsuru Chinen for network tests by mreed10 · 18 years ago
  24. 81534c3 A fix by Jane, Lv that fixes tests crashing on uClinux by mreed10 · 18 years ago
  25. 552b7eb Updated the change log for this file by mreed10 · 18 years ago
  26. 1746693 A fix for Bug 24841. The ping test is now skipped on SLES, but does not affect by mreed10 · 18 years ago
  27. 01dd4ac This is a Fix for Bug 21134 with SLES 10. Now the syslog tests will test syslog-ng or syslogd depending on which one is present. The update was made for syslog01 - syslog10. by mreed10 · 18 years ago
  28. 1ddbf90 A fix for bug 25542, that now gets the PID_MAX value from /proc/sys/kernel/pid-max by mreed10 · 18 years ago
  29. 4c0befd re-order testcases a little to account for uclinux by vapier · 18 years ago
  30. 0c7769a A fix to include the x86_64 archtiecture to build on latest version RHEL by mreed10 · 18 years ago
  31. 1be1c0c Corrected name of testcase in code...was incorrectly called signal_test_03 by robbiew · 18 years ago
  32. 85944b7 Corrected the copyright information to reflect SGI, instead of Cray, which by robbiew · 18 years ago
  33. 3ca3d7a The loop to determine which ethernet interface is needed was moved to ensure that the correct ethernet interface was selected. This is still a fix for Bug 25273 by mreed10 · 18 years ago
  34. dd071dd A fix for Bug 25273. The test now uses [ae]th[01] in the ping command using the -I option. by mreed10 · 18 years ago
  35. aff5e06 Changes for the July release of LTP by mreed10 · 18 years ago
  36. f37d2a9 Adding files for Mitsuru Chinen for the nfs patch. by mreed10 · 18 years ago
  37. 97903da Adding files for Mitsuru's nfs patch by mreed10 · 18 years ago
  38. 01153c2 Adding files for Mitsuru's Chinen's nfs patch by mreed10 · 18 years ago
  39. b5ed3ef Changed the value of MAXIDS for the specific machine by reading by mreed10 · 18 years ago
  40. ad04980 A change submitted by Liang Shuang that fixes this testcase for the arm architecture. by mreed10 · 18 years ago
  41. 7faccb3 A patch submitted by Jacky Malcles that fixes the problem where i0_getevents() return value is not checked and may return 0 if no events are available and may generate a SIGSEGV by mreed10 · 18 years ago
  42. d85bace A fix submitted to Jacky Malcles that fixes this testcase. The lseek function allows the file offset to be set beyond the end of the existing end-of-file of the file. If data is later written at this point, subsequent reads of the data is in the gap returns bytes of zeros until data is actually written into the gap. by mreed10 · 18 years ago
  43. 0aa7815 A fix submitted by Jacky Malcles that fixes this testcase by setting envp by mreed10 · 18 years ago
  44. 8af2363 A patch created by Mitsuru Chinen that created some addtional network stress tests. by mreed10 · 18 years ago
  45. d709235 A fix submitted by Amit K. Amora that initializes the alarm recieved code and allows the test to pass more than just once on 2.6.17-rc6 by mreed10 · 18 years ago
  46. 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
  47. c0363b2 The attached tarball is a replacement for by mreed10 · 18 years ago
  48. 8c10664 A fix for bug 25085 to allow the testsuite to build on rhel5 by mreed10 · 18 years ago
  49. fa569e4 cast TEST_RETURN to gid_t to avoid implicit casts which screw up the tests by vapier · 18 years ago
  50. 4f2a708 A fix for failures in fcntl27 and fcntl28 for bugs 21614 and 23235. by mreed10 · 18 years ago
  51. 57c212c eat broken whitespace by vapier · 18 years ago
  52. 0d37bdd clean up makefile funkiness by vapier · 18 years ago
  53. da6657a accept(2) takes a socklen_t, not an int by vapier · 18 years ago
  54. a10017b Added code to ignore looking for PID_MAX on __powerpc__ platforms. by robbiew · 18 years ago
  55. 5ede20c Backed out the _USC_LIB_ change, b/c it was breaking on PowerPC platform under FC6-Test1. by robbiew · 18 years ago
  56. 4b60c72 Will Newton writes: this is a library so define _USC_LIB_ by vapier · 18 years ago
  57. 6a4a0d2 -D_USC_LIB_ can be used on all arches, not just COLDFIRE by vapier · 18 years ago
  58. 7999352 Will Newton writes: Attached are a few more gcc 2.95.2 compatibility changes. by vapier · 18 years ago
  59. 6549070 Will Newton writes: declare zoo_error storage in zoolib.c instead of zoolib.h by vapier · 18 years ago
  60. 6ca958c Added PID_MAX definition for __powerpc__ by robbiew · 18 years ago
  61. a1b04db Applied fix for __powerpc__ by robbiew · 18 years ago
  62. e6b8d4e Corrected definition section for __powerpc__ by robbiew · 18 years ago
  63. 63e9bfb Added __powerpc__ to syscall() #define case by robbiew · 18 years ago
  64. 40a9acd Fixed ColdFire Makefile mistake. by robbiew · 18 years ago
  65. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  66. 9e28c8f use memcpy() instead of bcopy() by vapier · 18 years ago
  67. 847ee1c add a note fore uClinux users by vapier · 18 years ago
  68. c91cdfa use memcpy, not bcopy by vapier · 18 years ago
  69. fbe2eca Adding another change to the June Change Log by mreed10 · 18 years ago
  70. 16bbc95 Entering the changes for the June release by mreed10 · 18 years ago
  71. b3d31be A patch submitted by Derek Wong to reduce the memory requirements of pounder's ramsnaketest by mreed10 · 18 years ago
  72. 87300e0 patch from Mike Gahagan <mgahagan@redhat.com> to cleanup a Makefile with by plars · 18 years ago
  73. 038e4bc Patch from Olof Johansson <olof@lixom.net> by plars · 18 years ago
  74. bed036a pull the [gs]etre* prototypes from headers rather than defining them ourself by vapier · 18 years ago
  75. e45cbcc semun utilizes an array of unsigned shorts instead of shorts by vapier · 18 years ago
  76. c4e1c24 use uid_t instead of int where appropriate by vapier · 18 years ago
  77. dd6349e use gid_t instead of int where appropriate by vapier · 18 years ago
  78. a9f7340 profil deals in u_short, not in short by vapier · 18 years ago
  79. 1968aef use socklen_t instead of int where appropriate by vapier · 18 years ago
  80. 33acea5 mincore deals in unsigned pointers by vapier · 18 years ago
  81. aa35472 dont declare setup/cleanup extern since they arent by vapier · 18 years ago
  82. e555fd6 add missing ; by vapier · 18 years ago
  83. 6064c3a rather than forcing every test file to declare Tst_count extern, move it to the common header by vapier · 18 years ago
  84. 59c097e fix whitespace/style by vapier · 18 years ago
  85. 408c823 Zak (Isaac Wilcox): dont call cleanup() recursively by vapier · 18 years ago
  86. e4623c9 dont bother resetting errno to 0 since TEST() does it for us by vapier · 18 years ago
  87. 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
  88. 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
  89. 5ef7d2f cleanup whitespace/style by vapier · 18 years ago
  90. 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
  91. 683ba03 Zak (Isaac Wilcox) writes: Another of these flush-before-fork buglets. by vapier · 18 years ago
  92. d17884d Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  93. cbb7415 Zak (Isaac Wilcox) writes: fixes a couple of typos by vapier · 18 years ago
  94. 6c4e16b Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  95. 874e701 Zak (Isaac Wilcox) writes: by vapier · 18 years ago
  96. 22858b2 cleanup whitespace and long unwrapped lines by vapier · 18 years ago
  97. 31d7dda dont bother duplicating -std=c99 and -std=gnu99 in CFLAGS by vapier · 18 years ago
  98. 0e787b2 add support for custom CFLAGS and change INCLUDE logic to CPPFLAGS by vapier · 18 years ago
  99. 388d9cd kill pointless cat|grep in LDFLAGS by vapier · 18 years ago
  100. 7d48bc3 Corrected typos by mreed10 · 18 years ago