1. ddf8b0f make install for open_posix_testsuite isn't ready for primetime yet. by Garrett Cooper · 14 years ago
  2. 68f8953 Testcase "nfs02" fails with following message by Garrett Cooper · 14 years ago
  3. 125d98b While running networktest for nfs; nfsstress & nfsstat01 test gets by Garrett Cooper · 14 years ago
  4. 851e779 Testcase "nfs02" fails as script does not able to find following files by Garrett Cooper · 14 years ago
  5. adbddc0 Keep on going with make test! by Garrett Cooper · 14 years ago
  6. d393231 Be pedantic about the ret. code from timer_create. by Garrett Cooper · 14 years ago
  7. 4fe1dbd This test only requires -lrt. by Garrett Cooper · 14 years ago
  8. 49c75d6 Might as well add distclean... by Garrett Cooper · 14 years ago
  9. 9a56903 Break non-POSIX tests. by Garrett Cooper · 14 years ago
  10. b7385b9 pthread_kill obviously requires -lpthread. by Garrett Cooper · 14 years ago
  11. 4be025c Adjust LDLIBS files. by Garrett Cooper · 14 years ago
  12. 4ce871e Use a value built off $(abs_top_srcdir) for top_srcdir. by Garrett Cooper · 14 years ago
  13. dc78660 Fix linker errors on Fedora 13. by Garrett Cooper · 14 years ago
  14. b46cce6 Commit integrate Make rules under test. by Garrett Cooper · 14 years ago
  15. f8d3588 If t0 isn't present or exec'able - game over. by Garrett Cooper · 14 years ago
  16. 2ba63f2 Sync checks for sys/mman.h w/ posixtest HEAD. by Garrett Cooper · 14 years ago
  17. ec55578 Commit more runtime checks for aio_* on FreeBSD. by Garrett Cooper · 14 years ago
  18. 88cc8f1 Clean up headers and whitespace. by Garrett Cooper · 14 years ago
  19. 50e63b3 Update FreeBSD configuration documentation. by Garrett Cooper · 14 years ago
  20. 6b6f81b Check for support w/ sysconf(_SC_ASYNCHRONOUS_IO). by Garrett Cooper · 14 years ago
  21. 26b17d1 Fix alignment as per posixtest HEAD. by Garrett Cooper · 14 years ago
  22. 0554dd8 Commit fixes from posixtest CVS HEAD. by Garrett Cooper · 14 years ago
  23. 5a8278a Make a note about subdirectory CFLAGS, LDFLAGS, LDLIBS. by Garrett Cooper · 14 years ago
  24. 5e3aabb Update directions, get the changelog closer to posixtest HEAD. by Garrett Cooper · 14 years ago
  25. 17b3085 No sense in needlessly specifying the timeout twice. by Garrett Cooper · 14 years ago
  26. f225519 Add a note about open_hpi_testsuite in the UCLINUX block. by Garrett Cooper · 14 years ago
  27. 22a524f Disable open* by default in the build. by Garrett Cooper · 14 years ago
  28. 9c0f1be Remove dummy file now that it's served its purpose. by Garrett Cooper · 14 years ago
  29. dcedae8 Update directions a bit. by Garrett Cooper · 14 years ago
  30. 7e3f5ef Dummy commit to note major changes done to the open_posix_testsuite: by Garrett Cooper · 14 years ago
  31. b0c59c7 Merge branch 'master' of ssh://subrata_modak@ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Subrata Modak · 14 years ago
  32. 91e1c95 Fix hugeshmget01. Sorry!! I mistook to make following patch for hugetlb tests: http://www.mail-archive.com/ltp-list@lists.sourceforge.net/msg10249.html, After the patch was applied, hugeshmget01 test will FAIL under the condition that hugepages isn't effective. In this patch, I moved the timing of "setup()" calling after the judgment of hugepages. by Subrata Modak · 14 years ago
  33. 9080a1a add types for functions in fs-bench. Attached patch adds types for functions in sources for fs-bench just because when function doesn't have return type it defaults to int and this causes problems (for example when doing return from such function without value). Signed-off-by: Cyril Hrubis chrubis@suse.cz. by Subrata Modak · 14 years ago
  34. 848f376 Changes till July 3rd 2010, but will be release as 20100630 ;-). Signed-of-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  35. e3bc375 [PATCH v4] Remove files which does not have a dmesg entry by Subrata Modak · 14 years ago
  36. 9e365e8 semctl01 and shmctl01 will hang during uClinux test: ltp test case shmctl01 and semctl01 can not execute. When press ctrl and c, it can not exist. by Subrata Modak · 14 years ago
  37. 65f7070 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  38. 785ef40 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  39. bd2dce1 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  40. a9e2238 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  41. 5305c4a From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  42. a21dab2 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  43. b4f57c7 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  44. 76a720a While executing the ltp on an nfs root mounted system, I faced a problem with some of the ltp test cases. These tests either did not close their file descriptors or did no unmap the mmaped files. This results in a failures while trying to clean up the temporary directory of the testcase. I have fixed all of the above tests with the following patch. Signed-off-by: Darshak P Shah<darshaks@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  45. 13adcb0 ima_measure doesn't build correctly. It needs config.h to determine whether openssl headers are present, and verbose needs to be global. Broken by commit ef77253961f909f87e82e6d2b620e87af33e9665. by Subrata Modak · 14 years ago
  46. b5087af Merge branch 'pu' by Garrett Cooper · 14 years ago
  47. 5ef445b Align the summary output stats. by Garrett Cooper · 14 years ago
  48. 5f103ec Be quiet when setting up and exec'ing run.sh though. by Garrett Cooper · 14 years ago
  49. b236795 Generate run.sh only once, and exec run.sh in test again. by Garrett Cooper · 14 years ago
  50. 6a905a2 Prefix test output with the path and don't truncate the logfile. by Garrett Cooper · 14 years ago
  51. 6fefad5 Install run.sh, and remove some unneeded bits. by Garrett Cooper · 14 years ago
  52. d10869f Move compilation and installation to appropriate Makefiles. by Garrett Cooper · 14 years ago
  53. 9a0582e Bye useless script. by Garrett Cooper · 14 years ago
  54. 81ecf3a Don't use shift in generate_makefiles. by Garrett Cooper · 14 years ago
  55. f695577 Remove dupe finds by restricting searches. by Garrett Cooper · 14 years ago
  56. 28e174e Assume everything in functional/ is a test. by Garrett Cooper · 14 years ago
  57. a29a396 Enable compilation and traversal of more tests. by Garrett Cooper · 14 years ago
  58. 5511b27 Compile open_posix_testsuite for UCLINUX. by Garrett Cooper · 14 years ago
  59. 1b92c89 Chase the run-test.sh -> run-tests.sh commit. by Garrett Cooper · 14 years ago
  60. bec80d8 Fix oversight with `test tools'. by Garrett Cooper · 14 years ago
  61. d4a84ce Rename run-test.sh to run-tests.sh for clarity. by Garrett Cooper · 14 years ago
  62. ef12476 Rename for clarity. by Garrett Cooper · 14 years ago
  63. 7abc390 Mute compile. by Garrett Cooper · 14 years ago
  64. 3b6aeea Apply test make environment to make test. by Garrett Cooper · 14 years ago
  65. d680c87 Fix up run-test.sh further. by Garrett Cooper · 14 years ago
  66. 515be58 Quiet down make test. by Garrett Cooper · 14 years ago
  67. 2aec45d Correct script location; improve harness. by Garrett Cooper · 14 years ago
  68. f8e6d24 Add missing target. by Garrett Cooper · 14 years ago
  69. 8ddfef1 Push -j1 down in targets, remove obsolete comment. by Garrett Cooper · 14 years ago
  70. 59cfa75 Update run.sh when Makefile changes, and fix path. by Garrett Cooper · 14 years ago
  71. 7da13d4 Remove another [now] autogenerated file. by Garrett Cooper · 14 years ago
  72. f993a1d Remove [now] autogenerated file. by Garrett Cooper · 14 years ago
  73. a6a5dba Improve usability in test harness script. by Garrett Cooper · 14 years ago
  74. dd845c2 You aren't needed anymore. by Garrett Cooper · 14 years ago
  75. 84e052d Bye bye useless script... by Garrett Cooper · 14 years ago
  76. d8dd970 Clean up run.sh, fix shebang, whitespace. by Garrett Cooper · 14 years ago
  77. e7160e7 Remove some run.sh scripts. by Garrett Cooper · 14 years ago
  78. 3b808b4 Add install target; shuffle around/cleanup code. by Garrett Cooper · 14 years ago
  79. 0cc96cc Use generated run.sh instead in Makefile for test. by Garrett Cooper · 14 years ago
  80. a3acfa7 Shuffle around code; generate run.sh for install. by Garrett Cooper · 14 years ago
  81. 070138c Improve wording. by Garrett Cooper · 14 years ago
  82. d212516 Get the compile to pass. by Garrett Cooper · 14 years ago
  83. 096c450 Remove dead code. by Garrett Cooper · 14 years ago
  84. 85d7f26 Make 2-2-buildonly less strict on #defines. by Garrett Cooper · 14 years ago
  85. 0414c8f Properly conditionalize XSR constants. by Garrett Cooper · 14 years ago
  86. 0894865 Mute grep output checking for Linux. by Garrett Cooper · 14 years ago
  87. 446cd01 Mute noise. by Garrett Cooper · 14 years ago
  88. 8d295e3 Make Makefile generation static again; add needed includes. by Garrett Cooper · 14 years ago
  89. d8140e2 Make Makefile gen. depend on the global var defs. by Garrett Cooper · 14 years ago
  90. 8b376ab Commit dummy files. by Garrett Cooper · 14 years ago
  91. 393822a Make the _POSIX_SPORADIC_SERVER checks uniform. by Garrett Cooper · 14 years ago
  92. 1510cbb Commit as many missing LDLIBS files as possible. by Garrett Cooper · 14 years ago
  93. 01680d5 Remove _XOPEN_SOURCE. by Garrett Cooper · 14 years ago
  94. 8d78db8 Fix non-format based printf. by Garrett Cooper · 14 years ago
  95. 0b83e63 Commit more missing LDLIBS files. More to come... by Garrett Cooper · 14 years ago
  96. 6da95a6 Commit another missing LDLIBS file. by Garrett Cooper · 14 years ago
  97. d98cc91 Typo snuck in. by Garrett Cooper · 14 years ago
  98. ca761d6 Makefile has been rewritten; change license note. by Garrett Cooper · 14 years ago
  99. 10a39e8 s/run\.sh/run-test\.sh/ by Garrett Cooper · 14 years ago
  100. 617f4f5 Tone down noise. by Garrett Cooper · 14 years ago