1. 7aa5b4e typo by robbiew · 21 years ago
  2. 6e8efc9 Added option to use our modified 'top' tool to record data. by robbiew · 21 years ago
  3. 94a8bf1 Rewrote this test to run on large memory machines. by robbiew · 21 years ago
  4. a61a7a3 Enabled all scripts to be able to be executed from the "testscripts" directory, by robbiew · 21 years ago
  5. acddaae Enabled the script to be executed on large memory machines. Also, added by robbiew · 21 years ago
  6. 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
  7. 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
  8. 2008c2c Changing limits of how much memory can be malloc'd by robbiew · 21 years ago
  9. e860e70 Removed the nasty /proc/meminfo parsing code and replaced with sysinfo() usage. by robbiew · 21 years ago
  10. 5a8d368 Removed unused "buf" variable. by robbiew · 21 years ago
  11. b572e78 *** empty log message *** by robbiew · 21 years ago
  12. ee0bd50 Fix small bug in ltpServer.c by plars · 21 years ago
  13. 8810328 Replaced _exit calls with exit() and added stdlib.h as in included header file. by robbiew · 21 years ago
  14. d4a6148 Commented out kill13, due to hang issues. by robbiew · 21 years ago
  15. ca03b9d typo by robbiew · 21 years ago
  16. 82d72cc Replaced calls to exit() with calls to _exit(). by robbiew · 21 years ago
  17. 826d940 Unset the CC flag. by robbiew · 21 years ago
  18. fcb5af2 Added code to define PATH_MAX if not defined. by robbiew · 21 years ago
  19. 1e8c822 replaced SSIZE_MAX with INT_MAX by robbiew · 21 years ago
  20. 387fe90 Defined PTHREAD_THREADS_MAX if already not defined. by robbiew · 21 years ago
  21. 17f6949 Replaced "cc" with "$(CC)" by robbiew · 21 years ago
  22. 8c799a7 Added code to define _POSIX_PATH_MAX if not defined. by robbiew · 21 years ago
  23. 0154fbd *** empty log message *** by robbiew · 21 years ago
  24. 3c4780d Added code to handle cases where direct I/O is not supported. by robbiew · 21 years ago
  25. 9b40a45 Replaced use of SSIZE_MAX with INT_MAX. by robbiew · 21 years ago
  26. 87b5055 *** empty log message *** by robbiew · 21 years ago
  27. ed005cf relocated runpan.sh to testscripts by robbiew · 21 years ago
  28. 30d1bed Applied patch from Jacky Malcles that allows the test to catch SIGSEGV and by robbiew · 21 years ago
  29. 5e83f22 Per Ulrich Drepper's note, I changed all %gs references to %fs: by robbiew · 21 years ago
  30. 325a72a *** empty log message *** by robbiew · 21 years ago
  31. e9e0f1a Updated the header to allow the timer tests to build in 2.5 by robbiew · 21 years ago
  32. 2692f9e Added 2 tests for clock_settime() from Aniruddha. by robbiew · 21 years ago
  33. 52580e8 *** empty log message *** by robbiew · 21 years ago
  34. b312bf3 Added new tests for clock_gettime() from Aniruddha. by robbiew · 21 years ago
  35. bc67001 *** empty log message *** by robbiew · 21 years ago
  36. 38ff3c4 Removed README file. by robbiew · 21 years ago
  37. 082a332 Added 2 more tests for timer_settime() from Aniruddha by robbiew · 21 years ago
  38. 666839a *** empty log message *** by robbiew · 21 years ago
  39. b0da3a0 relocated defines by robbiew · 21 years ago
  40. 874abba relocated defines by robbiew · 21 years ago
  41. f85fea0 relocated defines to posixtests.h by robbiew · 21 years ago
  42. 6840b5a Relocated definitions to posixtests.h by robbiew · 21 years ago
  43. c8bd0fa Added header file to allow tests to build. by robbiew · 21 years ago
  44. 4bf979a *** empty log message *** by robbiew · 21 years ago
  45. 4ed1fe4 Added header file for POSIX tests. by robbiew · 21 years ago
  46. f9d3350 *** empty log message *** by robbiew · 21 years ago
  47. 259e4cf Added header file to allow tests to build. by robbiew · 21 years ago
  48. b54ad7f Added new timer_delete() tests from Wipro and created header file for POSIX tests. by robbiew · 21 years ago
  49. f334677 Created header file for Open POSIX Test Suite tests. by robbiew · 21 years ago
  50. 1d819a8 Added timer_create() tests from Aniruddha. by robbiew · 21 years ago
  51. 37bad3e Amos Waterland fixed the kill problem with this tool. Merging changes by iyermanoj · 21 years ago
  52. 62cbba0 Modified tests to check for existance of /var/log/<logfiles> and syslogd etc before running the tests by iyermanoj · 21 years ago
  53. ba13ae7 Modified test to use api-commands and also fixed bugs by iyermanoj · 21 years ago
  54. d447b0e Had test return PTS_UNRESOLVED if SIGSEGV caught. by robbiew · 21 years ago
  55. 9c6fce0 Modified unresolved section. by robbiew · 21 years ago
  56. b4ac445 Modified test to return a PTS_UNRESOLVED if a SIGSEGV is caught. by robbiew · 21 years ago
  57. 3cf7ba0 Updated unresolved section. by robbiew · 21 years ago
  58. 7856269 modified testcase to start lo device, test fails if lo is not up. by iyermanoj · 21 years ago
  59. c0119fe Removed extra fclose() that was causing segfaults in NPTL. by robbiew · 21 years ago
  60. 277951d Converted to use tst_kvercmp() API. by robbiew · 21 years ago
  61. 7596496 indentation correction by robbiew · 21 years ago
  62. fc7ee75 Corrected NPTL section. by robbiew · 21 years ago
  63. 16c1ca2 corrected NPTL section. by robbiew · 21 years ago
  64. ce633d1 NPTL section correction. by robbiew · 21 years ago
  65. 821d0b2 Added scenario file for 2.4. modules test. by robbiew · 21 years ago
  66. 2384ab6 Ported test to work under busybox by iyermanoj · 21 years ago
  67. 9ca3950 Increased the size of the INVALID_ADDRESS for 64bit arch. by robbiew · 21 years ago
  68. 4edbd06 Increased the size of the MAXMODSIZE to ensure correct execution on 64bit archs. by robbiew · 21 years ago
  69. 16abc43 Added code to catch SIGSEGV and return PASS. by robbiew · 21 years ago
  70. f68ad33 *** empty log message *** by robbiew · 21 years ago
  71. f5137b4 *** empty log message *** by robbiew · 21 years ago
  72. 43fc249 *** empty log message *** by robbiew · 21 years ago
  73. 3b324ef Changed results section. See changelog in header by robbiew · 21 years ago
  74. adc1c01 Fixed indentation. by robbiew · 21 years ago
  75. 9435059 Added code to handle NPTL. by robbiew · 21 years ago
  76. eeea7f0 Added code to handle NPTL. by robbiew · 21 years ago
  77. 32d492b Relocated the NPTL checking code to the top-level makefile, so the flag is by robbiew · 21 years ago
  78. 9820042 Removed the linking to pthreads from all tests, except sigaction01 which needs it. by robbiew · 21 years ago
  79. 574aab0 *** empty log message *** by robbiew · 21 years ago
  80. 0c87cd8 Applied patch from Jacky Malcles to handle architectures that send a SIGSEGV by robbiew · 21 years ago
  81. 142da2e Applied fix from Andreas Jaeger: by robbiew · 21 years ago
  82. 06d2abd Changed the "invalid socket lenght" to -1. by robbiew · 21 years ago
  83. 46faba6 Applied Andreas Jaeger's patch and changed the "invalid socket length" to -1. by robbiew · 21 years ago
  84. b1cae06 Applied patch from Andreas Jaeger. by robbiew · 21 years ago
  85. d4b9f6c Initial drop of sockets code by mridge · 21 years ago
  86. df45043 Added code to handle situations where NPTL is installed. by robbiew · 21 years ago
  87. 6b01d68 *** empty log message *** by robbiew · 21 years ago
  88. 45d057a Removed include of atomic.h by robbiew · 21 years ago
  89. 63b2f6c Applied the MSG_CMSG_COMPAT fix for 2.5 64-bit kernels. Bryan Logan by robbiew · 21 years ago
  90. 6131b36 3rd times the charm!!!!! by robbiew · 21 years ago
  91. daafaa0 Applied the MSG_CMSG_COMPAT fix. by robbiew · 21 years ago
  92. ddbe0ce Corrected the MSG_CMSG_COMPAT fix. by robbiew · 21 years ago
  93. 3cd04d4 Corrected the way inwhich the SUBDIRS is created. by robbiew · 21 years ago
  94. 9df745f *** empty log message *** by robbiew · 21 years ago
  95. 9fa7309 Added #ifdef code to handle 2.5 kernel w/64bit machines. by robbiew · 21 years ago
  96. 50a1f4a *** empty log message *** by robbiew · 21 years ago
  97. 219abb4 Test uses obsolete functions that perform 48-bit arithmetic....yuck!! Also by robbiew · 21 years ago
  98. 4b26447 corrected the indentation on these tests. by robbiew · 21 years ago
  99. 0d77717 Corrected so 'make' won't run menu. by robbiew · 21 years ago
  100. 13ac9af *** empty log message *** by robbiew · 21 years ago