1. bf531a8 Polish off some rough edges with previous fixup. by Garrett Cooper · 14 years ago
  2. 2a9ad0b Fix aio_return conformance testcases. by Garrett Cooper · 14 years ago
  3. 519c437 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  4. c8319c8 Make non-existent pid subtestcase more robust. by Garrett Cooper · 14 years ago
  5. a224a0f Whitespace (ish). by Garrett Cooper · 14 years ago
  6. 64dd8a7 Improve mount check and fix inverted logic. by Garrett Cooper · 14 years ago
  7. a714316 More testcase cleanup. by Garrett Cooper · 14 years ago
  8. 0c74e7d WiP to cleanup testcase reporting. by Garrett Cooper · 14 years ago
  9. 5ea51bb Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  10. 8906808 Print strerror for ret, not errno for aio_error. by Garrett Cooper · 14 years ago
  11. 8d39ce7 Simplify testcase. Print ret, not errno. by Garrett Cooper · 14 years ago
  12. db8ddc2 Whitespace. by Garrett Cooper · 14 years ago
  13. 4b88b85 Use time_t instead of unsigned long / int. by Garrett Cooper · 14 years ago
  14. ff691cc Merge branch 'master' of ssh://subrata_modak@ltp.git.sourceforge.net/gitroot/ltp/ltp by Subrata Modak · 14 years ago
  15. dbef4ee Add ftrace-stress-test to LTP: We test ftrace by forking processes to simultaneously and constantly read/write different tracing files in debugfs and procfs. This stress test aims at revealing races in various corner cases. The test will be skipped if the kernel is older than 2.6.34, mainly because it can crash old kernels. The test will run by default and will run for 90 seconds. To run this test only: by Subrata Modak · 14 years ago
  16. acf9a54 Convert \r\n to \n to fix script. by Garrett Cooper · 14 years ago
  17. e959aa8 Bugfixes. by Garrett Cooper · 14 years ago
  18. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  19. 12bb83d securebits: add secure_keepcaps testcases. by Subrata Modak · 14 years ago
  20. 1aba4c6 Remove cruft from clone_platform.h. by Garrett Cooper · 14 years ago
  21. 4895bc8 Fix comment. by Garrett Cooper · 14 years ago
  22. 8985355 Fix loopback device command invocation. by Garrett Cooper · 14 years ago
  23. e879610 Fix bad sync() invocation. by Garrett Cooper · 14 years ago
  24. 1e6f86c Increase buf size and use tmp var in sprintf. by Garrett Cooper · 14 years ago
  25. abb3495 Make fix consistent in the error output. by Garrett Cooper · 14 years ago
  26. 065b003 Fix partition/mountpoint parsing for ftruncate04. by Garrett Cooper · 14 years ago
  27. ec204e2 Properly clean up shmid for hugeshmget05 on exit. by Garrett Cooper · 14 years ago
  28. a235018 Fix the permissions on the test scripts. by Garrett Cooper · 14 years ago
  29. 6c1c5ac Remove multibyte noise in shebang. by Garrett Cooper · 14 years ago
  30. dc46c6d Ok... status quo works. Done. by Garrett Cooper · 14 years ago
  31. 6d5338b Ok, back to status quo with Subrata in the lead! by Garrett Cooper · 14 years ago
  32. 920e264 Hmmm... experiment failed. Let's try again! by Garrett Cooper · 14 years ago
  33. f5490a2 Let's try one more time as an experiment. by Garrett Cooper · 14 years ago
  34. 02c30a4 One last time.. by Garrett Cooper · 14 years ago
  35. a7aea52 Let's try one more time. by Garrett Cooper · 14 years ago
  36. 489bbc7 Another test commit. by Garrett Cooper · 14 years ago
  37. 42e5407 Test commit. by Garrett Cooper · 14 years ago
  38. 2d65413 TPASS<->TFAIL were backwards in this test. by Garrett Cooper · 14 years ago
  39. a74a9f2 Update MaintNotes file for transition. by Garrett Cooper · 14 years ago
  40. 8b0ca7e Enable the HTT tests on amd64. by Garrett Cooper · 14 years ago
  41. c9bccfa Don't assume we know the value of __NR_cacheflush. by Garrett Cooper · 14 years ago
  42. 88bf535 Add missing return code. by Garrett Cooper · 14 years ago
  43. 121ad2a Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  44. 4e69f59 Make errors w/ bsd and gnu code into warnings for end-users. by Garrett Cooper · 14 years ago
  45. 9b9a6bb Patch suggested inside LTP memcg stress test case 'memcg_stress_test.sh': by Subrata Modak · 14 years ago
  46. de04652 Hi, by Subrata Modak · 14 years ago
  47. c362a1a Again, bad search and replace -_-. by Garrett Cooper · 14 years ago
  48. 7f2982c Fix typos. by Garrett Cooper · 14 years ago
  49. 10c2d5e Fix bad search and replace. by Garrett Cooper · 14 years ago
  50. cc5f6b7 Honor $TMP, instead of using /test . by Garrett Cooper · 14 years ago
  51. b97df9e Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  52. d469610 Update assertions for access(2). by Garrett Cooper · 14 years ago
  53. e295ae8 Honor $TMP instead of using /test. by Garrett Cooper · 14 years ago
  54. ad771b0 Fix testcase through simplification. by Garrett Cooper · 14 years ago
  55. f600812 Use key_t, not int for the shm key. by Garrett Cooper · 14 years ago
  56. 7aa9dbd Return key_t, not int shm keys are key_t type. by Garrett Cooper · 14 years ago
  57. 9e318b3 Get rid of n/a message content. by Garrett Cooper · 14 years ago
  58. 7aebf80 Make testcase consistent with ideal code form & fn by Garrett Cooper · 14 years ago
  59. 144a209 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  60. a9a04b5 Fix signalfd4 tests on mips*. by Garrett Cooper · 14 years ago
  61. d31e427 Most automated testing systems have no tty when running tests, so the utimensat01 test may fail with the following error msg: by Subrata Modak · 14 years ago
  62. 63bb953 Changes from July-01-2010 till August-31-2010. Signed-off-by: Subrata Modak<subrata@linux.vnet.ibm.com>. by Subrata Modak · 14 years ago
  63. 91054d6 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  64. dd59d49 The cacheflush system call does not return EINVAL in the latest Linux by Garrett Cooper · 14 years ago
  65. ebea45b Get rid of unnecessary style divergence. by Garrett Cooper · 14 years ago
  66. 08640ca Add more assertions. by Garrett Cooper · 14 years ago
  67. 3cdde2f Note which timer failed in output. by Garrett Cooper · 14 years ago
  68. 207f47c Update some assertions for raise(2) to SUSv4 reqs. by Garrett Cooper · 14 years ago
  69. 9c6d2b4 Fix bad syntax that I thought I hadn't committed. by Garrett Cooper · 14 years ago
  70. 414747c Forgot the sleeps. by Garrett Cooper · 14 years ago
  71. f8197db Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  72. 3222fbe Remove bogus comment. by Garrett Cooper · 14 years ago
  73. 7187f09 Repeat robustness work done to 1-1 for 1-2 and 1-3. by Garrett Cooper · 14 years ago
  74. 6c2750a Make test more robust. by Garrett Cooper · 14 years ago
  75. 873f6e5 Fix ltp-aiodio.sh script so it execs aio-stress. by Garrett Cooper · 14 years ago
  76. 4fd9218 I've prepared a patch for at_allow01 that essentially duplicates the by Garrett Cooper · 14 years ago
  77. 217d9b7 Chain cmds together to avoid intermediate errors. by Garrett Cooper · 14 years ago
  78. 47f2811 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  79. 9eeea79 Fix error message (was hardcoded to SIGALARM). by Garrett Cooper · 14 years ago
  80. 99b7a68 ltp setrlimit testcase patch for RLIMIT_FSIZE resource: Current testcase for setrlimit resource RLIMIT_FSIZE is using a global integer variable to communicate the number of bytes from child to parent which is incorrect. This has been corrected by introducing a pipe to transfer this information from child to parent process. Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  81. b83a9d6 Rt_sigprocmask01 test case caused "segment fault" on x86: This is a similar problem as rt_sigsuspend01 which has been fix before. by Subrata Modak · 14 years ago
  82. 440ca11 fix tst_unzip_file.zip permissions: When creating package, the buildsysem freaks out on file tst_unzip_file.zip because it has world writeable permission, however this is not necessary for the test itself to work. Patch attached. Signed-off-by: Cyril Hrubis chrubis@suse.cz, by Subrata Modak · 14 years ago
  83. a589d12 Fix at_deny01 in positive and negative cases. by Garrett Cooper · 14 years ago
  84. 228b250 Add comment about stack size change. by Garrett Cooper · 14 years ago
  85. c6390b8 Clean up testcases. Increase stacksize for printf. by Garrett Cooper · 14 years ago
  86. 0b94a97 Add mq_open/mq_unlink fn def. conformance tests. by Garrett Cooper · 14 years ago
  87. 34e01e0 Fix typo. by Garrett Cooper · 14 years ago
  88. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  89. 3e8b451 Make a target to spoof .DEFAULT_GOAL on make 3.80. by Garrett Cooper · 14 years ago
  90. e5387ce Fix whitespace pointed out by Mike Frysinger. by Garrett Cooper · 14 years ago
  91. 591f8fe Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  92. a98d813 Fix compile with UCLINUX platforms. by Garrett Cooper · 14 years ago
  93. a8e1a60 Fix ad hoc errno definitions. by Garrett Cooper · 14 years ago
  94. e8ad463 start a nommu guide for ltp programmers by Mike Frysinger · 14 years ago
  95. fad9f94 update gitignore by Mike Frysinger · 14 years ago
  96. c1896c7 lchown02: drop useless cast by Mike Frysinger · 14 years ago
  97. 28606c1 lib: pull in config.h in some files by Mike Frysinger · 14 years ago
  98. 9bd940b nommu/linux: add some configure checks to automate things by Mike Frysinger · 14 years ago
  99. b49b375 Make test pass with undoc'ed sysctl(2) behavior. by Garrett Cooper · 14 years ago
  100. 31f870e Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago