1. d2a2909 Applied Vasan Sundar's patch: by robbiew · 21 years ago
  2. ef95751 *** empty log message *** by robbiew · 21 years ago
  3. bc4094c Applied Airong Zhang's updates to allow use on ext3 and reiserfs filesystems. by robbiew · 21 years ago
  4. 2ad1d84 Removed the module tests. by robbiew · 21 years ago
  5. 5f30b5d Move *_module tests under /testcases/kernel by plars · 21 years ago
  6. 81486c0 remove *_module tests from syscalls directory by plars · 21 years ago
  7. 6b855bb remove *_module syscall tests from runalltests by plars · 21 years ago
  8. 5178c4e Nate Straz found the fix for the "config_must_be_included_before_module" build error by plars · 21 years ago
  9. cdf1336 Made small change to PASS/FAIL messages. by robbiew · 21 years ago
  10. b31b137 Applied Chris Dearman's patch to move generate() into main.c. Also, fixed by robbiew · 21 years ago
  11. a253737 Applied patch from Chris Dearman for better stack management. by robbiew · 21 years ago
  12. f75e232 Applied x86-64 specific patch from Andi Kleen. by robbiew · 21 years ago
  13. 3226028 Applied patch from Andi Kleen: by robbiew · 21 years ago
  14. f872946 Fix swapon02 failure to build on some systems by plars · 21 years ago
  15. 7b6d773 Export symbols from kernel modules. This is needed on ia64 or it will by nstraz · 21 years ago
  16. 417cad2 Don't build broken unzip test for now by plars · 21 years ago
  17. 3b2ec26 *** empty log message *** by robbiew · 21 years ago
  18. eb6ba52 Corrected float_ stuff. by robbiew · 21 years ago
  19. 5888432 *** empty log message *** by robbiew · 21 years ago
  20. dee3679 Applied patch sent by Chris Dearman: by robbiew · 21 years ago
  21. 1ff31c5 Applied patch from Chris Dearman: by robbiew · 21 years ago
  22. de7e942 Applied patch from Susanne Wintenberger: by robbiew · 21 years ago
  23. 2d439ff Made test GCC 3.3 compliant. by robbiew · 21 years ago
  24. 66ea9a8 Made changes to allow non-root users to perform a 'make install'. by robbiew · 21 years ago
  25. fb8c7b3 Added testcase for testing xinetd by iyermanoj · 21 years ago
  26. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  27. 91e170f Redirected stderr to /dev/null. by robbiew · 21 years ago
  28. c48afe3 These tests are already located under /testcases/kernel/fs/inode by robbiew · 21 years ago
  29. 9a8b055 Corrected stupid mistake...thanks Nate. by robbiew · 21 years ago
  30. 4299030 Removed uneccesary code from the install section. by robbiew · 21 years ago
  31. 38a7d39 Changed the datafile path settings for the float_ tests. by robbiew · 21 years ago
  32. b40e2d2 Removed some lint stuff. by robbiew · 21 years ago
  33. 6b680cc Moved the chmod to the make install section. by robbiew · 21 years ago
  34. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  35. a54f6cb Added and include for wait.h. by robbiew · 21 years ago
  36. 6577b13 Added code to not generate the file if it already exists. by robbiew · 21 years ago
  37. 0de1c92 Removed mistakenly checked in binary from CVS by robbiew · 21 years ago
  38. 8b95b2c Added code so that the datafiles are created at execution time, instead by robbiew · 21 years ago
  39. 4a953d4 Added tests to test unzip command by iyermanoj · 21 years ago
  40. d697eab added new tests to test traceroute command by iyermanoj · 21 years ago
  41. b755b28 Use sigaction() instead of signal() by nstraz · 21 years ago
  42. 9f3b64c check to see that we are not running >= 2.5.48 in query_module01.c query_module02.c query_module03.c by plars · 21 years ago
  43. e09477b detect if we are running >= 2.5.48 in delete_module01.c delete_module02.c delete_module03.c by plars · 21 years ago
  44. 9d7533a Add check for kernel version in create_module01 and create_module02 by plars · 21 years ago
  45. 878713c what was I smoking? by plars · 21 years ago
  46. 255c352 rename tst_kver to tst_kvercmp by plars · 21 years ago
  47. b734b22 Minor mods by iyermanoj · 21 years ago
  48. cefffa7 Added code to only prompt for id creation if the user is root. by robbiew · 21 years ago
  49. 4483a71 Added flock06 test. by robbiew · 21 years ago
  50. 39714a2 Added new flock() test from Matthew Wilcox: by robbiew · 21 years ago
  51. 11f3755 Added ustat tests. by robbiew · 21 years ago
  52. 3c55732 Added tests for ustat() by Aniruddha Marathe. by robbiew · 21 years ago
  53. 3a28088 Made test GCC 3.3 compliant. by robbiew · 21 years ago
  54. 5d39f8a Made changes to make tests GCC 3.3 compliant. by robbiew · 21 years ago
  55. f9b980d Changed to be GCC 3.3 compliant. by robbiew · 21 years ago
  56. c4f35fc I was not removing tst_logrotate.658 correctly. Fixed the code. by iyermanoj · 21 years ago
  57. 1f1949e Modified. Test case to use functions. by iyermanoj · 21 years ago
  58. 8ce0c39 Fixed bug - test was exiting with false success when dhcpd is not already running on the test machine. by iyermanoj · 21 years ago
  59. 3446edd updated descriptions for test05 and test06 by iyermanoj · 21 years ago
  60. 6f4f5a7 added test05 adn test05 by iyermanoj · 21 years ago
  61. 2245234 Applied patch from Jacky Malcles: by robbiew · 21 years ago
  62. 35e1f6d Removed an incorrect line. by robbiew · 21 years ago
  63. fea599e Added tst_kver() ltp function to test for what version of the kernel you are running. This is useful for 2.5 only tests, and tests that use obsolete kernel api's (such as create_module, query_module, etc). by plars · 21 years ago
  64. 056df34 *** empty log message *** by robbiew · 21 years ago
  65. ea696e0 Add header file lines for get_kver and tst_kver functions by plars · 21 years ago
  66. 0f00545 Added Open POSIX* Testsuite test: timer_settime by robbiew · 21 years ago
  67. 34b32b2 Added Open POSIX* Testsuite test: timer_gettime by robbiew · 21 years ago
  68. 1b8aab4 Added Open POSIX* Testsuite test: timer_getoverrun by robbiew · 21 years ago
  69. 2e3b996 Added Open POSIX* Testsuite test: timer_delete by robbiew · 21 years ago
  70. c11f331 Added Open POSIX* Testsuite test: timer_create by robbiew · 21 years ago
  71. 4d6486a Added Open POSIX* Testsuite test: clock_settime by robbiew · 21 years ago
  72. 64942af Added Open POSIX* Testsuite test: clock_nanosleep by robbiew · 21 years ago
  73. 1bd5bc5 Added Open POSIX* Testsuite test: clock_gettime by robbiew · 21 years ago
  74. 963d69f Added Open POSIX* Testsuite test: clock_getcpuclockid by robbiew · 21 years ago
  75. 958aaa9 Added Makefile for directory. by robbiew · 21 years ago
  76. ebc87a7 Added neccessary include file for the high res timers tests. by robbiew · 21 years ago
  77. 74ec62a Added this readme file to explain why this directory is NOT automatically built. by robbiew · 21 years ago
  78. ced11ae added test04 by iyermanoj · 21 years ago
  79. 90e1504 added nanosleep05 by robbiew · 21 years ago
  80. f9e8ec3 Added additional nanosleep() test from the Open POSIX* Testsuite. by robbiew · 21 years ago
  81. afcd48c descriptions of iproute tests. by iyermanoj · 21 years ago
  82. a17656b makefile for ip_tests.sh by iyermanoj · 21 years ago
  83. f8de536 Added line about requiring 'lex' by robbiew · 21 years ago
  84. 81db222 Added test03 by iyermanoj · 21 years ago
  85. 7cd714b Added sigismember tests. by robbiew · 21 years ago
  86. 626aee9 Added Open POSIX* Test: sigismember by robbiew · 21 years ago
  87. 8a8bda4 Added sigemptyset to list. by robbiew · 21 years ago
  88. cb5de6b Added Open POSIX* test: sigemptyset by robbiew · 21 years ago
  89. 2845acb Added sigdelset() tests. by robbiew · 21 years ago
  90. 21b3ac2 Added Open POSIX* testsuite test: sigdelset by robbiew · 21 years ago
  91. ee78cc5 Added sigaddset() tests. by robbiew · 21 years ago
  92. 78bf8fe Added Open POSIX* Testsuite: sigaddset by robbiew · 21 years ago
  93. e6811a5 Added sigfillset test. by robbiew · 21 years ago
  94. cee7eb1 Added Open POSIX* Test: sigfillset by robbiew · 21 years ago
  95. 1a228e0 Added sigpending tests. by robbiew · 21 years ago
  96. ea65f45 Added sigpending01 from Open POSIX* Testsuite. by robbiew · 21 years ago
  97. 6e44e6a Added Open POSIX* test: clock by robbiew · 21 years ago
  98. 74f7bca Added _GNU_SOURCE definition. by robbiew · 21 years ago
  99. 21ea874 Added required header file for Open POSIX* Testsuite. by robbiew · 21 years ago
  100. 8de823b Added _GNU_SOURCE definition by robbiew · 21 years ago