1. 23f869f Integrating "KDUMP" testcases to LTP Test Suite as Submitted by 'sachinp@linux.vnet.ibm.com' by subrata_modak · 17 years ago
  2. df723e4 Applied Patch as submitted by "creese123" for bug no. ["1694484", semop01 corrupting get_arr.array] by subrata_modak · 17 years ago
  3. dfd7041 remove silly reliance on -DLINUX by vapier · 17 years ago
  4. 0885aa0 Fix for Bug No. 1427780 (link07 fails) as pointed out correctly by 'Patrick Wyzorski' by subrata_modak · 17 years ago
  5. 1464bc2 Carmelo AMOROSO writes: &bad_addr is passed to sysfs when in reality we want to pass bad_addr by vapier · 17 years ago
  6. 238755b cleanup by vapier · 17 years ago
  7. eb7c5db cleanup tests, revert nanosleep() workaround for broken kernels, and fix time comparison as pointed out by Helge Deller by vapier · 17 years ago
  8. 439af8f Henry Yei writes: Adds malloc check and frees memory during cleanup by vapier · 17 years ago
  9. 99775c2 cleanup code by vapier · 17 years ago
  10. 68b1aed fixup /proc/sys/kernel/sem so it works properly as pointed out by Henry Yei by vapier · 17 years ago
  11. bc2f03f Helge Deller writes: rename parisc to hppa and add tee/vmsplice/splice syscall numbers by vapier · 17 years ago
  12. ab7f81e make sure people dont try and patch the generated file by vapier · 17 years ago
  13. 7738420 Helge Deller writes: use __builtin_return_address(0) rather than "main" to avoid arch-specific details by vapier · 17 years ago
  14. 2e2af47 cleanup code by vapier · 17 years ago
  15. dc72339 Helge Deller writes: add support for hppa by vapier · 17 years ago
  16. bf3b40b Helge Deller writes: use TST_SIZE rather than sizeof(palfa) as sizeof() evaluates to 27 (+1 for the NUL byte) by vapier · 17 years ago
  17. bb6dece Riaz Rahaman writes: make sure the call to malloc() worked by vapier · 17 years ago
  18. 5017bcc use POSIX redirection as pointed out by Will Newton by vapier · 17 years ago
  19. f869945 overhaul test case completely and make sure we reset errno as pointed out by Riaz Rahaman by vapier · 17 years ago
  20. f42d8c4 A fix for Bug #31162. Passes the correct address location to the mincore call. by mreed10 · 17 years ago
  21. fea8b43 Removing the size of negative 1 test. This fixes bug # 28825 by mreed10 · 17 years ago
  22. 3e2802c Removing the size of negative 1 test. This fixes bug # 28825 by mreed10 · 17 years ago
  23. 8308866 A fix for Bug 29304. The test has been adjusted to handle PPC. Also in file07 a change was made to check for "tar archive" instead of "GNU tar archive" because sometimes a "POSIX tar archive" is created. by mreed10 · 17 years ago
  24. a022808 A patch by Ricardo Salveti De Araujo that corrects the problem of by mreed10 · 17 years ago
  25. 9e9306f A patch submitted by Raghuveer Raghavendra to fix the problem of a Child process is waiting for the SIGTERM signal. by mreed10 · 17 years ago
  26. b605150 A fix for bug #29491. Made more robust for use with the use of initgroups by mreed10 · 17 years ago
  27. f7b226b Cleaned up lines 161 - 171. Reading the pid-max value from /proc/sys/kernel/pid_max by mreed10 · 17 years ago
  28. a18250c The attached patch (from Carol Hebert) corrects some errors and adds by mreed10 · 17 years ago
  29. 12a0704 A patch from Yi Xu to add a nanosleep between the first gettimeofday and by mreed10 · 17 years ago
  30. 4ce4707 Corrected problem found by Thomas Schulz. The syslog.conf file is now backed by mreed10 · 17 years ago
  31. 62b16cf random updates from Jane Lv for uClinux by vapier · 17 years ago
  32. df1e99b Removing the Ping test portion of this test because it is unneeded and causes failures. by mreed10 · 18 years ago
  33. 4cd9ff8 Helge Deller writes: when calling open() with O_CREAT, the mode must be specified by vapier · 18 years ago
  34. 27af5d9 tweak CPPFLAGS so we can find all of our headers by vapier · 18 years ago
  35. 44bff1f as pointed out by Helge Deller, make sure we only check the number of bytes that we wrote by vapier · 18 years ago
  36. 619c711 put -L path to ltp in LDLIBS for now (even though it is wrong) ... need to find out what LDFLAGS isnt properly being incremented by vapier · 18 years ago
  37. 9e78ade do not use variable names the same as system functions (like stime() or utime()) by vapier · 18 years ago
  38. 9932ebd cleanup flags by vapier · 18 years ago
  39. 347414b Rename mknod01.c to mknodat01.c for bug # 30083 by mreed10 · 18 years ago
  40. ddba097 tweak cnt decrement to be POSIX friendly by vapier · 18 years ago
  41. 8a94b8b this uses bashisms so make sure we require bash by vapier · 18 years ago
  42. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  43. 460cd5e fix from Steven J. Hill use memset() instead of bzero() by vapier · 18 years ago
  44. 63f55aa use syscall() instead of _syscall#() by vapier · 18 years ago
  45. 696d721 cleanup makefile by vapier · 18 years ago
  46. 949f2e5 scrub references to _syscall2 by vapier · 18 years ago
  47. a926580 fix by Will Newton to just use a normal anonymous mapping by vapier · 18 years ago
  48. ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
  49. f860d9e A fix for Bug 29489 that updates syslogtst.c for syslog-ng on SLES 10 by mreed10 · 18 years ago
  50. be6c5bb cleanup style by vapier · 18 years ago
  51. b6e3857 fix from Jane Lv: large buffers on the stack make uClinux cry by vapier · 18 years ago
  52. 4798ac0 A patch by Jacky Malcles (The IA-64 architecture sets SHMLBA to 1MB and) by mreed10 · 18 years ago
  53. 7beb025 The random syscall generator has a bug on x86-64 where it only generates by mreed10 · 18 years ago
  54. 87b3aa0 This patch makes the pounder control program handle SIGHUP by killing by mreed10 · 18 years ago
  55. 0937d25 Removed an invalid errno value check. by robbiew · 18 years ago
  56. 5815348 Backed out the "fix" in Bug 1592647, b/c I don't think the testcase is by robbiew · 18 years ago
  57. a0fa9ea Applied fix for Bugs item #1592647 by robbiew · 18 years ago
  58. c360edb A patch by Suzuki Kp, that removed the definition of HZ from user space for Bug # 28023. by mreed10 · 18 years ago
  59. 65e67ea touchup code a little to make the expected behavior of test4 more obvious by vapier · 18 years ago
  60. 003eb18 Disable this test case for kernels below 2.6.17 and not 2.6.16. by mreed10 · 18 years ago
  61. 57aa9f4 fix from Jane Lv to move large arrays off the stack and into global data section by vapier · 18 years ago
  62. e42b448 Disabling the ping test for now. The test can pass without this additional check and can cause failures on some distros. by mreed10 · 18 years ago
  63. 66370df Made a change to a comment above the change for 1.11 by mreed10 · 18 years ago
  64. 4b4ed0a Fixed the setting of LTPROOT for the bin directory, not just the ltp/testcase/network/multicast/mc_cmds directory for bug 25273 by mreed10 · 18 years ago
  65. 1813bfa dynamically calculate TST_TOTAL rather than hardcoding it by vapier · 18 years ago
  66. 77b9372 Since 2.6.17, _syscall* isn't exported into the user space any more, so all the test cases using _syscall* will fail to be compiled by mreed10 · 18 years ago
  67. 5bc4e4e The readme file has been updated for nfs by mreed10 · 18 years ago
  68. ca57379 Comment out set -x to remove debug output by mreed10 · 18 years ago
  69. 42f36e0 This patch amends pounder to build kernel 2.6.18 instead of 2.6.15. by mreed10 · 18 years ago
  70. 1379f57 This is a patch that allows pounder to record the contents of by mreed10 · 18 years ago
  71. 43ff366 descend into timers subdir when cleaning by vapier · 18 years ago
  72. 1430d82 A fix for bug #27618 that addresses two issues: by mreed10 · 18 years ago
  73. 825b214 A fix for Bug 23587 where the connectathon test failed on linux client with cifs mount to Windows2003 R2 server by mreed10 · 18 years ago
  74. 04233ae For Linux, 3 is a valide value for the scheduler, as found in the /linux/includ/sched.h file. For testing and invalid_policy, the invalid_policy value should not be 3 by mreed10 · 18 years ago
  75. 503e4b3 When calling pthread_attr_setscope, PHREAD_SCOPE_PROCESS is not supported by linux, change it to PHTREAD-SCOPE_SYSTEM for testing and then the test passes. by mreed10 · 18 years ago
  76. 48dab0b When calling pthread_attr_setscope, PTHREAD_SCOPE_PROCESS is not supported by linux, change it to PTHREAD_SCOPE_SYSTEM for testing by mreed10 · 18 years ago
  77. f4eed7a When calling pthread_attr_setscope, PHREAD_SCOPE_PROCESS is not supported by linux, change it to PTHREAD_SCOPE_SYSTEM and the test will pass by mreed10 · 18 years ago
  78. 1e26c7f Changing include <posixtest.h> to include "posixtest.h" by mreed10 · 18 years ago
  79. 8c6e72c A fix for bugs 27174 and 27177. This fixes the problem of reading HugePages_Free by mreed10 · 18 years ago
  80. d5ff89d Ssem_post/5.-1.c by mreed10 · 18 years ago
  81. 1c06925 A patch by David Stevens that fixes: by mreed10 · 18 years ago
  82. 513cd2e A patch by Darrick Wong that adds a set of rudimentary IPMI tests to pounder. They check that the in-kernel IPMI driver can access the machine's BMC/SP (if there is one), query it for status and check for various IPMI 2.0 features. by mreed10 · 18 years ago
  83. f3259bf This patch by Darrick Wong fixes complier warnings and overflow problems related to the use of large number #defines on some architectures. by mreed10 · 18 years ago
  84. 807cfe5 Added code to disable tests that will not run on kernels below 2.6.16 by mreed10 · 18 years ago
  85. c728546 Changed the patch around tst_resm to ./tst_resm for execution in bin directory by mreed10 · 18 years ago
  86. ed3af43 Partially address the failures for Bug 26888 by mreed10 · 18 years ago
  87. 457567e Adding support for ppc64 and fixing resolving Bug # 26883 by mreed10 · 18 years ago
  88. 8699a12 Changed Makefile to standard LTP makefile and fixed a build problem by mreed10 · 18 years ago
  89. acb1046 A patch that sets the constant PAGE_SIZE to the kernel its running on by mreed10 · 18 years ago
  90. 71de603 Removing the executable file by mreed10 · 18 years ago
  91. 576cd14 A patch that addes new functionality into the NFSvf lock tests. by mreed10 · 18 years ago
  92. 0be0dc3 Adding files for Mitsur's networking tests by mreed10 · 18 years ago
  93. 46f7634 Adding files for Mitsu's networking tests. by mreed10 · 18 years ago
  94. 5205d93 This patch adds brackets because some versions of ssh requires square brackes around the IPv6 address. by mreed10 · 18 years ago
  95. 8df2191 Added a patch by Mitsuru Chinen that added the Absolute path to execute sshd daemon by mreed10 · 18 years ago
  96. fbb1319 add phony install target by vapier · 18 years ago
  97. 0b10879 new vmsplice test from Yi CDL Yang by vapier · 18 years ago
  98. e8202f0 declare splice for new vmsplice test by vapier · 18 years ago
  99. 073ad12 new faccessat test from Yi CDL Yang by vapier · 18 years ago
  100. 6c81d77 new fchmodat test from Yi CDL Yang by vapier · 18 years ago