1. c8bd0fa Added header file to allow tests to build. by robbiew · 21 years ago
  2. 4bf979a *** empty log message *** by robbiew · 21 years ago
  3. 4ed1fe4 Added header file for POSIX tests. by robbiew · 21 years ago
  4. f9d3350 *** empty log message *** by robbiew · 21 years ago
  5. 259e4cf Added header file to allow tests to build. by robbiew · 21 years ago
  6. b54ad7f Added new timer_delete() tests from Wipro and created header file for POSIX tests. by robbiew · 21 years ago
  7. f334677 Created header file for Open POSIX Test Suite tests. by robbiew · 21 years ago
  8. 1d819a8 Added timer_create() tests from Aniruddha. by robbiew · 21 years ago
  9. 37bad3e Amos Waterland fixed the kill problem with this tool. Merging changes by iyermanoj · 21 years ago
  10. 62cbba0 Modified tests to check for existance of /var/log/<logfiles> and syslogd etc before running the tests by iyermanoj · 21 years ago
  11. ba13ae7 Modified test to use api-commands and also fixed bugs by iyermanoj · 21 years ago
  12. d447b0e Had test return PTS_UNRESOLVED if SIGSEGV caught. by robbiew · 21 years ago
  13. 9c6fce0 Modified unresolved section. by robbiew · 21 years ago
  14. b4ac445 Modified test to return a PTS_UNRESOLVED if a SIGSEGV is caught. by robbiew · 21 years ago
  15. 3cf7ba0 Updated unresolved section. by robbiew · 21 years ago
  16. 7856269 modified testcase to start lo device, test fails if lo is not up. by iyermanoj · 21 years ago
  17. c0119fe Removed extra fclose() that was causing segfaults in NPTL. by robbiew · 21 years ago
  18. 277951d Converted to use tst_kvercmp() API. by robbiew · 21 years ago
  19. 7596496 indentation correction by robbiew · 21 years ago
  20. fc7ee75 Corrected NPTL section. by robbiew · 21 years ago
  21. 16c1ca2 corrected NPTL section. by robbiew · 21 years ago
  22. ce633d1 NPTL section correction. by robbiew · 21 years ago
  23. 821d0b2 Added scenario file for 2.4. modules test. by robbiew · 21 years ago
  24. 2384ab6 Ported test to work under busybox by iyermanoj · 21 years ago
  25. 9ca3950 Increased the size of the INVALID_ADDRESS for 64bit arch. by robbiew · 21 years ago
  26. 4edbd06 Increased the size of the MAXMODSIZE to ensure correct execution on 64bit archs. by robbiew · 21 years ago
  27. 16abc43 Added code to catch SIGSEGV and return PASS. by robbiew · 21 years ago
  28. f68ad33 *** empty log message *** by robbiew · 21 years ago
  29. f5137b4 *** empty log message *** by robbiew · 21 years ago
  30. 43fc249 *** empty log message *** by robbiew · 21 years ago
  31. 3b324ef Changed results section. See changelog in header by robbiew · 21 years ago
  32. adc1c01 Fixed indentation. by robbiew · 21 years ago
  33. 9435059 Added code to handle NPTL. by robbiew · 21 years ago
  34. eeea7f0 Added code to handle NPTL. by robbiew · 21 years ago
  35. 32d492b Relocated the NPTL checking code to the top-level makefile, so the flag is by robbiew · 21 years ago
  36. 9820042 Removed the linking to pthreads from all tests, except sigaction01 which needs it. by robbiew · 21 years ago
  37. 574aab0 *** empty log message *** by robbiew · 21 years ago
  38. 0c87cd8 Applied patch from Jacky Malcles to handle architectures that send a SIGSEGV by robbiew · 21 years ago
  39. 142da2e Applied fix from Andreas Jaeger: by robbiew · 21 years ago
  40. 06d2abd Changed the "invalid socket lenght" to -1. by robbiew · 21 years ago
  41. 46faba6 Applied Andreas Jaeger's patch and changed the "invalid socket length" to -1. by robbiew · 21 years ago
  42. b1cae06 Applied patch from Andreas Jaeger. by robbiew · 21 years ago
  43. d4b9f6c Initial drop of sockets code by mridge · 21 years ago
  44. df45043 Added code to handle situations where NPTL is installed. by robbiew · 21 years ago
  45. 6b01d68 *** empty log message *** by robbiew · 21 years ago
  46. 45d057a Removed include of atomic.h by robbiew · 21 years ago
  47. 63b2f6c Applied the MSG_CMSG_COMPAT fix for 2.5 64-bit kernels. Bryan Logan by robbiew · 21 years ago
  48. 6131b36 3rd times the charm!!!!! by robbiew · 21 years ago
  49. daafaa0 Applied the MSG_CMSG_COMPAT fix. by robbiew · 21 years ago
  50. ddbe0ce Corrected the MSG_CMSG_COMPAT fix. by robbiew · 21 years ago
  51. 3cd04d4 Corrected the way inwhich the SUBDIRS is created. by robbiew · 21 years ago
  52. 9df745f *** empty log message *** by robbiew · 21 years ago
  53. 9fa7309 Added #ifdef code to handle 2.5 kernel w/64bit machines. by robbiew · 21 years ago
  54. 50a1f4a *** empty log message *** by robbiew · 21 years ago
  55. 219abb4 Test uses obsolete functions that perform 48-bit arithmetic....yuck!! Also by robbiew · 21 years ago
  56. 4b26447 corrected the indentation on these tests. by robbiew · 21 years ago
  57. 0d77717 Corrected so 'make' won't run menu. by robbiew · 21 years ago
  58. 13ac9af *** empty log message *** by robbiew · 21 years ago
  59. 0a5de76 Relocated ltpdmmapper.sh to the /testscripts directory. by robbiew · 21 years ago
  60. d7184e6 typo: $TPROOT changed to $LTPROOT by robbiew · 21 years ago
  61. 5cc1381 Added code to allow redirecting output to a file and specifying execution by robbiew · 21 years ago
  62. 877d188 Added ability to run 'make menuconfig' by simply calling `ltpmenu` when executed. by robbiew · 21 years ago
  63. 23c9daa Initial drop of sockets testcases by mridge · 21 years ago
  64. 6e59794 Added code to prompt for RHOST and PASSWD when network test selected. by robbiew · 21 years ago
  65. 0f1a57c Initial drop of Device Mapper tests by mridge · 21 years ago
  66. a362bdc *** empty log message *** by robbiew · 21 years ago
  67. b467e3f *** empty log message *** by robbiew · 21 years ago
  68. 6039c69 warnings cleanup by robbiew · 21 years ago
  69. 2b46b42 Added posixtestsuite 0.9.0 message queue tests for: by robbiew · 21 years ago
  70. 29e5267 Added README file to help users find the required library and kernel patch by robbiew · 21 years ago
  71. c070f36 *** empty log message *** by robbiew · 21 years ago
  72. 12940f3 Added 0.9.0 tests for mq_close() by robbiew · 21 years ago
  73. b8adac6 warnings cleanup by robbiew · 21 years ago
  74. 516e41d Finally got the correct resolution on the POSIX issue from Mark Brown: by robbiew · 21 years ago
  75. 92c87cc Undoing my previous commit.... by robbiew · 21 years ago
  76. 6999ae9 updated to 0.9.0 by robbiew · 21 years ago
  77. 156c611 Corrected test to be EXACTLY POSIX compliant by robbiew · 21 years ago
  78. 8682db4 *** empty log message *** by robbiew · 21 years ago
  79. a0f20f5 updated to 0.9.0 by robbiew · 21 years ago
  80. b189c37 Updated to 0.9.0 by robbiew · 21 years ago
  81. 0c8de73 moved POSIX compliant tests from "ipc" and put into seperate "posix_sem" scenario by robbiew · 21 years ago
  82. 308bda4 updated to 0.9.0 by robbiew · 21 years ago
  83. 33c49c8 update to 0.9.0 by robbiew · 21 years ago
  84. a60c803 updated to 0.9.0 by robbiew · 21 years ago
  85. caf1625 updated 0.9.0 by robbiew · 21 years ago
  86. eeee008 updated to 0.9.0 by robbiew · 21 years ago
  87. 0e4a7ed *** empty log message *** by robbiew · 21 years ago
  88. 7b36c54 *** empty log message *** by robbiew · 21 years ago
  89. 5cbbcbc *** empty log message *** by robbiew · 21 years ago
  90. a286243 *** empty log message *** by robbiew · 21 years ago
  91. dbb094f *** empty log message *** by robbiew · 21 years ago
  92. 4c79ccf Added stdint.h as header file. by robbiew · 21 years ago
  93. 5660f88 *** empty log message *** by robbiew · 21 years ago
  94. 44cdb09 *** empty log message *** by robbiew · 21 years ago
  95. 7d336ca Removed code that will never execute. by robbiew · 21 years ago
  96. 98bc0a2 warnings cleanup by robbiew · 21 years ago
  97. 09db971 warnings cleanup by robbiew · 21 years ago
  98. 79794a8 warnings cleanup by robbiew · 21 years ago
  99. 79ce8da Added a rand() call to decrease odds of unique filename generation failing. by robbiew · 21 years ago
  100. aead6ba warnings cleanup by robbiew · 21 years ago