1. a18250c The attached patch (from Carol Hebert) corrects some errors and adds by mreed10 · 18 years ago
  2. 12a0704 A patch from Yi Xu to add a nanosleep between the first gettimeofday and by mreed10 · 18 years ago
  3. 4ce4707 Corrected problem found by Thomas Schulz. The syslog.conf file is now backed by mreed10 · 18 years ago
  4. 62b16cf random updates from Jane Lv for uClinux by vapier · 18 years ago
  5. df1e99b Removing the Ping test portion of this test because it is unneeded and causes failures. by mreed10 · 18 years ago
  6. 4cd9ff8 Helge Deller writes: when calling open() with O_CREAT, the mode must be specified by vapier · 18 years ago
  7. 27af5d9 tweak CPPFLAGS so we can find all of our headers by vapier · 18 years ago
  8. 44bff1f as pointed out by Helge Deller, make sure we only check the number of bytes that we wrote by vapier · 18 years ago
  9. cebf295 Changes for Dec by mreed10 · 18 years ago
  10. 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
  11. 9e78ade do not use variable names the same as system functions (like stime() or utime()) by vapier · 18 years ago
  12. 9932ebd cleanup flags by vapier · 18 years ago
  13. 347414b Rename mknod01.c to mknodat01.c for bug # 30083 by mreed10 · 18 years ago
  14. ddba097 tweak cnt decrement to be POSIX friendly by vapier · 18 years ago
  15. 8a94b8b this uses bashisms so make sure we require bash by vapier · 18 years ago
  16. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  17. 460cd5e fix from Steven J. Hill use memset() instead of bzero() by vapier · 18 years ago
  18. 63f55aa use syscall() instead of _syscall#() by vapier · 18 years ago
  19. 696d721 cleanup makefile by vapier · 18 years ago
  20. 949f2e5 scrub references to _syscall2 by vapier · 18 years ago
  21. a926580 fix by Will Newton to just use a normal anonymous mapping by vapier · 18 years ago
  22. ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
  23. f860d9e A fix for Bug 29489 that updates syslogtst.c for syslog-ng on SLES 10 by mreed10 · 18 years ago
  24. be6c5bb cleanup style by vapier · 18 years ago
  25. b6e3857 fix from Jane Lv: large buffers on the stack make uClinux cry by vapier · 18 years ago
  26. c552b4b Changes for the Nov release by mreed10 · 18 years ago
  27. 4798ac0 A patch by Jacky Malcles (The IA-64 architecture sets SHMLBA to 1MB and) by mreed10 · 18 years ago
  28. 7beb025 The random syscall generator has a bug on x86-64 where it only generates by mreed10 · 18 years ago
  29. 87b3aa0 This patch makes the pounder control program handle SIGHUP by killing by mreed10 · 18 years ago
  30. 0937d25 Removed an invalid errno value check. by robbiew · 18 years ago
  31. 5815348 Backed out the "fix" in Bug 1592647, b/c I don't think the testcase is by robbiew · 18 years ago
  32. a0fa9ea Applied fix for Bugs item #1592647 by robbiew · 18 years ago
  33. c360edb A patch by Suzuki Kp, that removed the definition of HZ from user space for Bug # 28023. by mreed10 · 18 years ago
  34. 65e67ea touchup code a little to make the expected behavior of test4 more obvious by vapier · 18 years ago
  35. 003eb18 Disable this test case for kernels below 2.6.17 and not 2.6.16. by mreed10 · 18 years ago
  36. 57aa9f4 fix from Jane Lv to move large arrays off the stack and into global data section by vapier · 18 years ago
  37. 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
  38. 66370df Made a change to a comment above the change for 1.11 by mreed10 · 18 years ago
  39. 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
  40. 1813bfa dynamically calculate TST_TOTAL rather than hardcoding it by vapier · 18 years ago
  41. 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
  42. 5bc4e4e The readme file has been updated for nfs by mreed10 · 18 years ago
  43. ca57379 Comment out set -x to remove debug output by mreed10 · 18 years ago
  44. 42f36e0 This patch amends pounder to build kernel 2.6.18 instead of 2.6.15. by mreed10 · 18 years ago
  45. 1379f57 This is a patch that allows pounder to record the contents of by mreed10 · 18 years ago
  46. fa0c2d6 Changes for Oct. Release of LTP by mreed10 · 18 years ago
  47. 43ff366 descend into timers subdir when cleaning by vapier · 18 years ago
  48. 352a8ae Removed the ":" after 'v' in the getopts line because it is not using optarg. by mreed10 · 18 years ago
  49. 05272bc Correcting error messages by mreed10 · 18 years ago
  50. 1430d82 A fix for bug #27618 that addresses two issues: by mreed10 · 18 years ago
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 1e26c7f Changing include <posixtest.h> to include "posixtest.h" by mreed10 · 18 years ago
  57. 8c6e72c A fix for bugs 27174 and 27177. This fixes the problem of reading HugePages_Free by mreed10 · 18 years ago
  58. d5ff89d Ssem_post/5.-1.c by mreed10 · 18 years ago
  59. 1c06925 A patch by David Stevens that fixes: by mreed10 · 18 years ago
  60. 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
  61. 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
  62. b481c5f This file was accidently added to LTP. I am removing it now. by mreed10 · 18 years ago
  63. 0585c41 An update to the Change Log for the sept release by mreed10 · 18 years ago
  64. 7140f6d Changes for Sept. release of LTP by mreed10 · 18 years ago
  65. 807cfe5 Added code to disable tests that will not run on kernels below 2.6.16 by mreed10 · 18 years ago
  66. c728546 Changed the patch around tst_resm to ./tst_resm for execution in bin directory by mreed10 · 18 years ago
  67. ed3af43 Partially address the failures for Bug 26888 by mreed10 · 18 years ago
  68. 457567e Adding support for ppc64 and fixing resolving Bug # 26883 by mreed10 · 18 years ago
  69. 8699a12 Changed Makefile to standard LTP makefile and fixed a build problem by mreed10 · 18 years ago
  70. b680a8c Just executed dos2unix to avoid potential problems by mreed10 · 18 years ago
  71. 2a61af9 Changes made by Jacky Malcles that let ltp-aiodio.sh fun this scenario by mreed10 · 18 years ago
  72. 360d14b A patch by Jacky Malcles that frees the second partion when the extended stress by mreed10 · 18 years ago
  73. acb1046 A patch that sets the constant PAGE_SIZE to the kernel its running on by mreed10 · 18 years ago
  74. 71de603 Removing the executable file by mreed10 · 18 years ago
  75. 576cd14 A patch that addes new functionality into the NFSvf lock tests. by mreed10 · 18 years ago
  76. 0be0dc3 Adding files for Mitsur's networking tests by mreed10 · 18 years ago
  77. 46f7634 Adding files for Mitsu's networking tests. by mreed10 · 18 years ago
  78. 5205d93 This patch adds brackets because some versions of ssh requires square brackes around the IPv6 address. by mreed10 · 18 years ago
  79. 8df2191 Added a patch by Mitsuru Chinen that added the Absolute path to execute sshd daemon by mreed10 · 18 years ago
  80. fbb1319 add phony install target by vapier · 18 years ago
  81. 0b10879 new vmsplice test from Yi CDL Yang by vapier · 18 years ago
  82. e8202f0 declare splice for new vmsplice test by vapier · 18 years ago
  83. e52ada4 Mitsuru Chinen writes: by vapier · 18 years ago
  84. 073ad12 new faccessat test from Yi CDL Yang by vapier · 18 years ago
  85. 6c81d77 new fchmodat test from Yi CDL Yang by vapier · 18 years ago
  86. 8a63ecb new readlinkat test from Yi CDL Yang by vapier · 18 years ago
  87. 460557a new symlinkat test from Yi CDL Yang by vapier · 18 years ago
  88. aab2ac0 new linkat test from Yi CDL Yang by vapier · 18 years ago
  89. b0493c8 new renameat test from Yi CDL Yang by vapier · 18 years ago
  90. 3688c12 new unlinkat test from Yi CDL Yang by vapier · 18 years ago
  91. 9cf96d8 use common header for __NR defines by vapier · 18 years ago
  92. fd20190 descend into new include dir by vapier · 18 years ago
  93. 51f039e break out ugly linux __NR_ logic here by vapier · 18 years ago
  94. 6209170 Applied a patch to fix bug #14744 by mreed10 · 18 years ago
  95. 380d3e6 Added code so that these test would compile on kernel versions lower than 2.6.17 by mreed10 · 18 years ago
  96. 1ab6be9 Change log update for Aug. by mreed10 · 18 years ago
  97. 1712631 jiang guowei writes: by vapier · 18 years ago
  98. d2816c4 add new fstatat test by Yi CDL Yang by vapier · 18 years ago
  99. 6eeb151 add new futimesat test by Yi CDL Yang by vapier · 18 years ago
  100. b5ed1f6 some more uClinux fixes from Jane Lv by vapier · 18 years ago