1. c572e87 include atomic.h is needed for compiling on some distros by plars · 21 years ago
  2. 5be6259 *** empty log message *** by plars · 21 years ago
  3. 99a68d0 Ported new aio01 test to LTP, based on aiotest1 written by Narasimha Sharoff by plars · 21 years ago
  4. 8da3f7b Added code to record the output from all the tests to files in TMPBASE. by robbiew · 21 years ago
  5. f550564 Added code to fork at 3GB for 64bit machines, instead of 1GB. by robbiew · 21 years ago
  6. bd3f806 Added code to allow for a higher max memory allocation for 64bit machines. by robbiew · 21 years ago
  7. b544be1 Applied powerpc64 patch created by Steve Munroe. See ltp Bug #740520. by robbiew · 21 years ago
  8. 1782eb2 Added instructions for testcase setup and warnings by mridge · 21 years ago
  9. 6a09e9c Fixed a problem with the sched_stress tests segfaulting reported by Andi Kleen. by plars · 21 years ago
  10. 4d99c84 Made Makefile honor top-level LOADLIBES... by robbiew · 21 years ago
  11. 3ceaed5 Fix missing front slash in path by mridge · 21 years ago
  12. fc361e6 Fix script to run from the testscripts directory by mridge · 21 years ago
  13. 234177f relocated from the top-level directory. by robbiew · 21 years ago
  14. 3e207cb Moved yesenter.txt to testscripts. by robbiew · 21 years ago
  15. 9bd2f23 Added code to the clone() tests to allow them to build on s390/s390x. by robbiew · 21 years ago
  16. bad8e03 This test was using setuid() to switch to a non-root user and test that the by robbiew · 21 years ago
  17. 48be10f *** empty log message *** by robbiew · 21 years ago
  18. d79b007 typo by robbiew · 21 years ago
  19. 9827066 Applied patch from Aniruddha: by robbiew · 21 years ago
  20. e9b9da4 Added a modified version of the procps package, to allow users to have a by robbiew · 21 years ago
  21. 75696ed Added check to make sure our version of top is installed if "-T" option used. by robbiew · 21 years ago
  22. 7aa5b4e typo by robbiew · 21 years ago
  23. 6e8efc9 Added option to use our modified 'top' tool to record data. by robbiew · 21 years ago
  24. 94a8bf1 Rewrote this test to run on large memory machines. by robbiew · 21 years ago
  25. a61a7a3 Enabled all scripts to be able to be executed from the "testscripts" directory, by robbiew · 21 years ago
  26. acddaae Enabled the script to be executed on large memory machines. Also, added by robbiew · 21 years ago
  27. 5260137 mmap2 and mmap3 had the same problem, unlink the files after open so that they get removed, otherwise we end up with a lot of 1GB+ files lingering around and by plars · 21 years ago
  28. 3907cba fixed mmap1 to remove files after it was done with them, otherwise you could end up with some really large files after the run. by plars · 21 years ago
  29. 2008c2c Changing limits of how much memory can be malloc'd by robbiew · 21 years ago
  30. e860e70 Removed the nasty /proc/meminfo parsing code and replaced with sysinfo() usage. by robbiew · 21 years ago
  31. 5a8d368 Removed unused "buf" variable. by robbiew · 21 years ago
  32. b572e78 *** empty log message *** by robbiew · 21 years ago
  33. ee0bd50 Fix small bug in ltpServer.c by plars · 21 years ago
  34. 8810328 Replaced _exit calls with exit() and added stdlib.h as in included header file. by robbiew · 21 years ago
  35. d4a6148 Commented out kill13, due to hang issues. by robbiew · 21 years ago
  36. ca03b9d typo by robbiew · 21 years ago
  37. 82d72cc Replaced calls to exit() with calls to _exit(). by robbiew · 21 years ago
  38. 826d940 Unset the CC flag. by robbiew · 21 years ago
  39. fcb5af2 Added code to define PATH_MAX if not defined. by robbiew · 21 years ago
  40. 1e8c822 replaced SSIZE_MAX with INT_MAX by robbiew · 21 years ago
  41. 387fe90 Defined PTHREAD_THREADS_MAX if already not defined. by robbiew · 21 years ago
  42. 17f6949 Replaced "cc" with "$(CC)" by robbiew · 21 years ago
  43. 8c799a7 Added code to define _POSIX_PATH_MAX if not defined. by robbiew · 21 years ago
  44. 0154fbd *** empty log message *** by robbiew · 21 years ago
  45. 3c4780d Added code to handle cases where direct I/O is not supported. by robbiew · 21 years ago
  46. 9b40a45 Replaced use of SSIZE_MAX with INT_MAX. by robbiew · 21 years ago
  47. 87b5055 *** empty log message *** by robbiew · 21 years ago
  48. ed005cf relocated runpan.sh to testscripts by robbiew · 21 years ago
  49. 30d1bed Applied patch from Jacky Malcles that allows the test to catch SIGSEGV and by robbiew · 21 years ago
  50. 5e83f22 Per Ulrich Drepper's note, I changed all %gs references to %fs: by robbiew · 21 years ago
  51. 325a72a *** empty log message *** by robbiew · 21 years ago
  52. e9e0f1a Updated the header to allow the timer tests to build in 2.5 by robbiew · 21 years ago
  53. 2692f9e Added 2 tests for clock_settime() from Aniruddha. by robbiew · 21 years ago
  54. 52580e8 *** empty log message *** by robbiew · 21 years ago
  55. b312bf3 Added new tests for clock_gettime() from Aniruddha. by robbiew · 21 years ago
  56. bc67001 *** empty log message *** by robbiew · 21 years ago
  57. 38ff3c4 Removed README file. by robbiew · 21 years ago
  58. 082a332 Added 2 more tests for timer_settime() from Aniruddha by robbiew · 21 years ago
  59. 666839a *** empty log message *** by robbiew · 21 years ago
  60. b0da3a0 relocated defines by robbiew · 21 years ago
  61. 874abba relocated defines by robbiew · 21 years ago
  62. f85fea0 relocated defines to posixtests.h by robbiew · 21 years ago
  63. 6840b5a Relocated definitions to posixtests.h by robbiew · 21 years ago
  64. c8bd0fa Added header file to allow tests to build. by robbiew · 21 years ago
  65. 4bf979a *** empty log message *** by robbiew · 21 years ago
  66. 4ed1fe4 Added header file for POSIX tests. by robbiew · 21 years ago
  67. f9d3350 *** empty log message *** by robbiew · 21 years ago
  68. 259e4cf Added header file to allow tests to build. by robbiew · 21 years ago
  69. b54ad7f Added new timer_delete() tests from Wipro and created header file for POSIX tests. by robbiew · 21 years ago
  70. f334677 Created header file for Open POSIX Test Suite tests. by robbiew · 21 years ago
  71. 1d819a8 Added timer_create() tests from Aniruddha. by robbiew · 21 years ago
  72. 37bad3e Amos Waterland fixed the kill problem with this tool. Merging changes by iyermanoj · 21 years ago
  73. 62cbba0 Modified tests to check for existance of /var/log/<logfiles> and syslogd etc before running the tests by iyermanoj · 21 years ago
  74. ba13ae7 Modified test to use api-commands and also fixed bugs by iyermanoj · 21 years ago
  75. d447b0e Had test return PTS_UNRESOLVED if SIGSEGV caught. by robbiew · 21 years ago
  76. 9c6fce0 Modified unresolved section. by robbiew · 21 years ago
  77. b4ac445 Modified test to return a PTS_UNRESOLVED if a SIGSEGV is caught. by robbiew · 21 years ago
  78. 3cf7ba0 Updated unresolved section. by robbiew · 21 years ago
  79. 7856269 modified testcase to start lo device, test fails if lo is not up. by iyermanoj · 21 years ago
  80. c0119fe Removed extra fclose() that was causing segfaults in NPTL. by robbiew · 21 years ago
  81. 277951d Converted to use tst_kvercmp() API. by robbiew · 21 years ago
  82. 7596496 indentation correction by robbiew · 21 years ago
  83. fc7ee75 Corrected NPTL section. by robbiew · 21 years ago
  84. 16c1ca2 corrected NPTL section. by robbiew · 21 years ago
  85. ce633d1 NPTL section correction. by robbiew · 21 years ago
  86. 821d0b2 Added scenario file for 2.4. modules test. by robbiew · 21 years ago
  87. 2384ab6 Ported test to work under busybox by iyermanoj · 21 years ago
  88. 9ca3950 Increased the size of the INVALID_ADDRESS for 64bit arch. by robbiew · 21 years ago
  89. 4edbd06 Increased the size of the MAXMODSIZE to ensure correct execution on 64bit archs. by robbiew · 21 years ago
  90. 16abc43 Added code to catch SIGSEGV and return PASS. by robbiew · 21 years ago
  91. f68ad33 *** empty log message *** by robbiew · 21 years ago
  92. f5137b4 *** empty log message *** by robbiew · 21 years ago
  93. 43fc249 *** empty log message *** by robbiew · 21 years ago
  94. 3b324ef Changed results section. See changelog in header by robbiew · 21 years ago
  95. adc1c01 Fixed indentation. by robbiew · 22 years ago
  96. 9435059 Added code to handle NPTL. by robbiew · 22 years ago
  97. eeea7f0 Added code to handle NPTL. by robbiew · 22 years ago
  98. 32d492b Relocated the NPTL checking code to the top-level makefile, so the flag is by robbiew · 22 years ago
  99. 9820042 Removed the linking to pthreads from all tests, except sigaction01 which needs it. by robbiew · 22 years ago
  100. 574aab0 *** empty log message *** by robbiew · 22 years ago