1. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  2. 7d429cd Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  3. 73861bd trivial cleanup to make readdir02 reset errno before test. by plars · 22 years ago
  4. 8aeaa60 PPC fixes from Anton Blanchard to ar Makefile, semctl04, and read02 by plars · 22 years ago
  5. 74948ad Multiple cleanups and fixes from Ihno Krumreich by plars · 22 years ago
  6. 139ced3 Increased the default setting for MAXIDS number to 2048. by robbiew · 22 years ago
  7. 431d94c Test was running to /dev/tty3, which does not exist on some Linux installations. I changed it to /dev/tty for better general use. by robbiew · 22 years ago
  8. c2f4171 Changed tty to ttyS0 for ioctl01 for conformity to ioctl02. by robbiew · 22 years ago
  9. e33e249 Changed the tty on ioctl02 from /dev/tty0 to /dev/ttyS0 to allow for running on machines w/o /dev/tty0 defined (i.e. s390) by robbiew · 22 years ago
  10. eb41772 Changed ioctl01 to run on /dev/tty instead of /dev/tty0 for better compatibility. by robbiew · 22 years ago
  11. 6d0e951 Added create_module tests from Wipro. by robbiew · 22 years ago
  12. 1041526 Corrected mistake in install section. by robbiew · 22 years ago
  13. f8f7820 Add gpl header to gettimeofday02.c by plars · 22 years ago
  14. e63177e Corrected setup for fsxtest02 by robbiew · 22 years ago
  15. c5d0356 Corrected calls to imr_req structures. by robbiew · 22 years ago
  16. d3806a1 Corrected calls to ip_mreq structure. by robbiew · 22 years ago
  17. 16f49f9 Added create_module tests. by robbiew · 22 years ago
  18. cc07a89 Added create_module tests created by Madhu <madhu.tarikere@wipro.com> by robbiew · 22 years ago
  19. 2c94524 Applied warnings patch to syscall tests from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  20. 3711440 Applied float test warnings cleanup patch from Ihno Krumreich <ihno@suse.de> by robbiew · 22 years ago
  21. c5ec442 Corrected typo. by robbiew · 22 years ago
  22. e0104b3 Replaced sigset() with sigaction(). by iyermanoj · 22 years ago
  23. 9297fb8 Added fsstress to list. by robbiew · 22 years ago
  24. c0aaaaf *** empty log message *** by martinjn · 22 years ago
  25. e28e256 Added fsx test to runall. by robbiew · 22 years ago
  26. 4e44118 Added a default test that does not require a /dev device by robbiew · 22 years ago
  27. 92d06b0 Added fsxtest02 that can run fsx-linux on a file in $TCtmp, without requiring a free /dev device. by robbiew · 22 years ago
  28. d758be3 New tests from Saji Kumar - setdomainname01, setdomainname02, setdomainname03 by plars · 22 years ago
  29. 2be4eff New tests from Suresh Babu - sethostname01, sethostname02, and sethostname03 by plars · 22 years ago
  30. 837b76f Changed a 'ps -ef' command to 'ps -ewf' to ensure that a grep finds the info it needs. by robbiew · 22 years ago
  31. 2486040 Fix chdir03.c sf bug #626369 - chdir03 directory name by plars · 22 years ago
  32. 0a0e7fc Fix bug #608275 - readdir01 slightly incorrect errno handling by plars · 22 years ago
  33. a775b98 Fix bug #608249 - waitpid02 uses undefined div by 0 behaviour by plars · 22 years ago
  34. f471e11 Updating the copyright information. This was open sourced by SGI two years ago. by nstraz · 22 years ago
  35. 2212b8f Removed erroneous INTERFACE declaration. by robbiew · 22 years ago
  36. 4bbed6a fix for shmctl01.c from Manfred Spraul to get rid of the shmdt failures in shmctl01 by plars · 22 years ago
  37. 6436da1 Corrected typo...causing false pass. Found by Li Ge <lge@us.ibm.com> by robbiew · 22 years ago
  38. d81249c Fix tools/ltprun to use the new runalltests semantics - from William Jay Huie by plars · 22 years ago
  39. 9657664 This patch was submitted by Andi Kleen, but originated from Andrew Morton. by robbiew · 22 years ago
  40. a531df3 Added code to remove the tmp test dir. by robbiew · 22 years ago
  41. 20bc5f2 Revert writev01.c back to not expect EINVAL when count==0 by plars · 22 years ago
  42. 16b0e34 Back out readv01, readv02 changes to expect EINVAL when count==0. Kernel is going to keep the old behaviour. by plars · 22 years ago
  43. f55ecea *** empty log message *** by robbiew · 22 years ago
  44. ff0568e removed test 8 from diotest4. Opening a directory for dio is not allowed and the test case is invalid. by plars · 22 years ago
  45. 29bcde8 Made writev01 check if it is running on kernel > 2.5.35 and expect EINVAL when count==0 if it is. by plars · 22 years ago
  46. fe29429 Removed test 1 from readv01 and moved it to readv02, added code to check the kernel version and if after 2.5.35 test for EINVAL on readv with count==0. This is a new (but legal) behaviour for readv as of 2.5.35. by plars · 22 years ago
  47. 33b7774 Applied patch from Susanne Wintenberger (swinten@de.ibm.com) that adds a waitpid by robbiew · 22 years ago
  48. 7ce00c2 Add shmctl04 to syscalls runtest command file by plars · 22 years ago
  49. 39166c5 shmctl04 - New test from Mingming Cao to test shmctl with the SHM_INFO cmd. by plars · 22 years ago
  50. 7d1952f fix for fcntl01 to make it work when there might be unknown fd's open messing with how the test thought fd's were going to line up. by plars · 22 years ago
  51. 7e7cdbd undef the personality macro before calling personality() in personality01 - Marcus Meissner by plars · 22 years ago
  52. 85da7aa Allow the checked time in stime01 to be off by +1 second, bug #611605 reported that at least on ppc, it is usually on the next second by the time it gets there. by plars · 22 years ago
  53. da85874 fix error with child not exiting properly in execve02.c from Colin Gibbs by plars · 22 years ago
  54. 3db2143 fix for ppc cross compile issues in shmem_test_04.c by plars · 22 years ago
  55. 85cbba3 fix for ppc cross compile issues with mmap01.c by plars · 22 years ago
  56. 033693b fix for ppc crosscompile errors in pth_str01.c and pth_str03.c by plars · 22 years ago
  57. a700ef5 Fix a compile time warning on IA64. by nstraz · 22 years ago
  58. b6f285e *** empty log message *** by robbiew · 22 years ago
  59. 9569ba9 Readme for LTP automation options by martinjn · 22 years ago
  60. 8c7880d *** empty log message *** by robbiew · 22 years ago
  61. 9b91947 Applied Andrea Arcangeli <andrea@suse.de> patch. Note below: by robbiew · 22 years ago
  62. 1c8f187 *** empty log message *** by plars · 22 years ago
  63. 76a1f97 *** empty log message *** by plars · 22 years ago
  64. ac895d5 Cookbook on how to use ltp_master and autoltp automation for LTP testsuite. by martinjn · 22 years ago
  65. d05638c Added command line options to runalltests.sh to allow: by plars · 22 years ago
  66. a1e518d Fix pids in fcntl11, fcntl19, fcntl20, fcntl21, breaks in 2.5 kernels because they were defined as short instead of pid_t by plars · 22 years ago
  67. be56c85 *** empty log message *** by robbiew · 22 years ago
  68. e4d0d27 Applied patch from Matthew Wilcox <willy@debian.org> by robbiew · 22 years ago
  69. f6f0bd8 Applied patch from Andreas Jaeger <aj@suse.de> by robbiew · 22 years ago
  70. 0d1b9f1 Removed some debug code. by robbiew · 22 years ago
  71. 539b721 *** empty log message *** by robbiew · 22 years ago
  72. f420cc2 Applied Jay Huie's patch <wjhuie@us.ibm.com> by robbiew · 22 years ago
  73. cba8970 Applied patch from Jay Huie <wjhuie@us.ibm.com> by robbiew · 22 years ago
  74. 1e6794a Applied format string warnings patches from Xiao Feng Shi <xiaos@seas.ucla.edu> by robbiew · 22 years ago
  75. dd2c02a Applied patch 3/5 from Steven J. Hill <sjhill@realitydiluted.com> by robbiew · 22 years ago
  76. 4c78d16 replace mktemp with mkstemp by plars · 22 years ago
  77. ca41c6b *** empty log message *** by plars · 22 years ago
  78. 8f4232f More fixing up for replacement of mktemp with mkstemp, and some code cleanup by plars · 22 years ago
  79. 611177e Fix mktemp warnings by converting to mkstemp by plars · 22 years ago
  80. a527461 Added code to handle JFS. by robbiew · 22 years ago
  81. f2f57fc Fix $LOOPS in ltp menu script patch from roverguy bug #580567 by plars · 22 years ago
  82. 4ff11c3 Included file warning of ulimit being an obsolete syscall. by robbiew · 22 years ago
  83. 1293037 Removed ulimit from "all" by robbiew · 22 years ago
  84. b897fbf Applied patch 5 of 5 from Steven J. Hill <sjhill@realitydiluted.com> by robbiew · 22 years ago
  85. 0e1e2a5 Applied patch 4 of 5 from Steven J. Hill <sjhill@realitydiluted.com> by robbiew · 22 years ago
  86. 5e9c69e Applying patch from Steven J. Hill <sjhill@realitydiluted.com>. by nstraz · 22 years ago
  87. b00626b Replace mktemp with mkstemp to reduce warnings by plars · 22 years ago
  88. 19d169e uClibc fix from Steven Hill by plars · 22 years ago
  89. ca67783 uClibc fix from Steven Hill by plars · 22 years ago
  90. 404bea3 uClibc fix from Steven Hill by plars · 22 years ago
  91. fd01159 Comment out stime01, it sets the system time forward and could cause problems with several other tests if it's running at the same time (-x nn). At the very least, it's annoying to watch your system time move forward over a time span of running LTP. by plars · 22 years ago
  92. 1e93c3f trivial fix from Burton Windle to add a couple of \n's by plars · 22 years ago
  93. bd776fd Renamed the fsx-linux test on nfs to "nfsx-linux" by robbiew · 22 years ago
  94. d364afb Fix for bug #597306 - ar01 hangs on full filesystem and some code cleanup on the test by plars · 22 years ago
  95. e3b5775 Applied patch from Susanne Wintenberger (swinten@de.ibm.com) by robbiew · 22 years ago
  96. 1519fa0 Applied patch from Susanne Wintenberger (swinten@de.ibm.com). by robbiew · 22 years ago
  97. 7117d5d Made the diff case insensative for cross-platform compatibility. by robbiew · 22 years ago
  98. 684d44a removed. by iyermanoj · 22 years ago
  99. 35e4906 Applied patches from Jacky Malcles <Jacky.Malcles@bull.net> by robbiew · 22 years ago
  100. e44dba9 Applied patch from Jacky Malcles <Jacky.Malcles@bull.net> by robbiew · 22 years ago