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