1. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  2. 699dc9e Fix warning. by Garrett Cooper · 14 years ago
  3. 685b8e7 Clean up crud. by Garrett Cooper · 14 years ago
  4. 48219b1 Clean up some messages. by Garrett Cooper · 14 years ago
  5. 0bf16ef Fix test compile. by Garrett Cooper · 14 years ago
  6. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  7. 62383b8 Some tst_brk* cleanup. by Garrett Cooper · 14 years ago
  8. 7772831 Remove libevent package from LTP. by Garrett Cooper · 14 years ago
  9. 2e27803 Only check endianness with 32-bit archs. by Garrett Cooper · 14 years ago
  10. 5e8be51 Readd #else statement for all unhandled archs. by Garrett Cooper · 14 years ago
  11. d2eaa50 Remove unused variables. by Garrett Cooper · 14 years ago
  12. 58843d2 More 80 col cleanup and simplification. by Garrett Cooper · 14 years ago
  13. f5f23a3 Remove unreachable code and clean up for 80 cols. by Garrett Cooper · 14 years ago
  14. 2860f4b Fix some indentation in the tests. by Garrett Cooper · 14 years ago
  15. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  16. cb2dde7 Use relative path to mqueue to avoid EACCES. by Garrett Cooper · 14 years ago
  17. f01306b Fix compile errors, and more warnings. by Garrett Cooper · 14 years ago
  18. 7a73eab En masse cleanup part one. by Garrett Cooper · 14 years ago
  19. aa8f37a Get rid of bitrotted pcllib. by Garrett Cooper · 14 years ago
  20. c0167cc Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  21. cd1163b Fix obvious problems with cap_bounds compilation. by Garrett Cooper · 14 years ago
  22. 882ad81 Remove pcllib from configure; it wasn't being compiled. by Garrett Cooper · 14 years ago
  23. 40be648 Use HAVE_QUOTA instead of HAS_QUOTA. by Garrett Cooper · 14 years ago
  24. 020a4da Complete keyctl01 work. by Garrett Cooper · 14 years ago
  25. da4e7d6 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  26. 4b25821 Remove carriage returns. by Garrett Cooper · 14 years ago
  27. 0c86929 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  28. e99ebbc Add autoconf tests for keyctl01 required features. by Garrett Cooper · 14 years ago
  29. 14cb289 More autoconf fun! by Garrett Cooper · 14 years ago
  30. 4143857 Actually need to add this because this target doesn't by Garrett Cooper · 14 years ago
  31. f7c158b Actually, this is autogenerated; remove it. by Garrett Cooper · 14 years ago
  32. bb25e6f Modified config.h.in. by Garrett Cooper · 14 years ago
  33. c7c7600 Readd / modify some pcllib stuff required so autotools passes. by Garrett Cooper · 14 years ago
  34. 183c6e4 Security cleanup / fixup part 3. by Garrett Cooper · 14 years ago
  35. 19cc7b7 Remove autotools generated files. by Garrett Cooper · 14 years ago
  36. 4f71cae Commit security enabling cleanup part 2 by Garrett Cooper · 14 years ago
  37. 6340c2a Forgot sys/types.h in last commit... by Garrett Cooper · 14 years ago
  38. 4e77264 Fix build error. by Garrett Cooper · 14 years ago
  39. da90805 Correct the keyctl01 negative testcase. by Garrett Cooper · 14 years ago
  40. ad8ba95 Update syscalls. by Garrett Cooper · 14 years ago
  41. dd65a99 Clean up arch-specific `functionality tests'. by Garrett Cooper · 14 years ago
  42. e060c49 Use endian.h for __BYTE_ORDER macros; sort headers by Garrett Cooper · 14 years ago
  43. 9bed07c Properly deal with sync_file_range support on arm. by Garrett Cooper · 14 years ago
  44. 519c437 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  45. c8319c8 Make non-existent pid subtestcase more robust. by Garrett Cooper · 14 years ago
  46. a224a0f Whitespace (ish). by Garrett Cooper · 14 years ago
  47. 64dd8a7 Improve mount check and fix inverted logic. by Garrett Cooper · 14 years ago
  48. a714316 More testcase cleanup. by Garrett Cooper · 14 years ago
  49. 0c74e7d WiP to cleanup testcase reporting. by Garrett Cooper · 14 years ago
  50. 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
  51. acf9a54 Convert \r\n to \n to fix script. by Garrett Cooper · 14 years ago
  52. e959aa8 Bugfixes. by Garrett Cooper · 14 years ago
  53. 12bb83d securebits: add secure_keepcaps testcases. by Subrata Modak · 14 years ago
  54. 1aba4c6 Remove cruft from clone_platform.h. by Garrett Cooper · 14 years ago
  55. 8985355 Fix loopback device command invocation. by Garrett Cooper · 14 years ago
  56. abb3495 Make fix consistent in the error output. by Garrett Cooper · 14 years ago
  57. 065b003 Fix partition/mountpoint parsing for ftruncate04. by Garrett Cooper · 14 years ago
  58. ec204e2 Properly clean up shmid for hugeshmget05 on exit. by Garrett Cooper · 14 years ago
  59. 6c1c5ac Remove multibyte noise in shebang. by Garrett Cooper · 14 years ago
  60. 2d65413 TPASS<->TFAIL were backwards in this test. by Garrett Cooper · 14 years ago
  61. 8b0ca7e Enable the HTT tests on amd64. by Garrett Cooper · 14 years ago
  62. c9bccfa Don't assume we know the value of __NR_cacheflush. by Garrett Cooper · 14 years ago
  63. 88bf535 Add missing return code. by Garrett Cooper · 14 years ago
  64. 9b9a6bb Patch suggested inside LTP memcg stress test case 'memcg_stress_test.sh': by Subrata Modak · 14 years ago
  65. de04652 Hi, by Subrata Modak · 14 years ago
  66. b97df9e Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  67. e295ae8 Honor $TMP instead of using /test. by Garrett Cooper · 14 years ago
  68. ad771b0 Fix testcase through simplification. by Garrett Cooper · 14 years ago
  69. f600812 Use key_t, not int for the shm key. by Garrett Cooper · 14 years ago
  70. 7aa9dbd Return key_t, not int shm keys are key_t type. by Garrett Cooper · 14 years ago
  71. 9e318b3 Get rid of n/a message content. by Garrett Cooper · 14 years ago
  72. 7aebf80 Make testcase consistent with ideal code form & fn by Garrett Cooper · 14 years ago
  73. 144a209 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  74. a9a04b5 Fix signalfd4 tests on mips*. by Garrett Cooper · 14 years ago
  75. 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
  76. dd59d49 The cacheflush system call does not return EINVAL in the latest Linux by Garrett Cooper · 14 years ago
  77. 47f2811 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  78. 9eeea79 Fix error message (was hardcoded to SIGALARM). by Garrett Cooper · 14 years ago
  79. 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
  80. 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
  81. 591f8fe Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  82. a98d813 Fix compile with UCLINUX platforms. by Garrett Cooper · 14 years ago
  83. a8e1a60 Fix ad hoc errno definitions. by Garrett Cooper · 14 years ago
  84. c1896c7 lchown02: drop useless cast by Mike Frysinger · 14 years ago
  85. b49b375 Make test pass with undoc'ed sysctl(2) behavior. by Garrett Cooper · 14 years ago
  86. 31f870e Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  87. 62899c9 Fix compile warning with global symbols in pread01 by Garrett Cooper · 14 years ago
  88. 93cbfd6 Clean up arguments passed in sighold02. by Garrett Cooper · 14 years ago
  89. fde5772 Use MAXPATHLEN to avoid path truncation. by Garrett Cooper · 14 years ago
  90. 8e71ff7 Fix the address offset for hugeshmat0[12] on mips. by Garrett Cooper · 14 years ago
  91. b47b875 drop test pidns03 ? by Subrata Modak · 14 years ago
  92. ece5dea Fix the sigset_t size value for mips*. by Garrett Cooper · 14 years ago
  93. c729e56 Fix general protection fault in uninitialized mem. by Garrett Cooper · 14 years ago
  94. be5c788 Allow swapon03 to pass when max_swapfiles unknown. by Garrett Cooper · 14 years ago
  95. d0908cb Sorry for my late answer. by Garrett Cooper · 14 years ago
  96. bc4f41a Restore file unnecessarily deleted back in Nov. by Garrett Cooper · 14 years ago
  97. 4717497 clock_getres01: remove TERRNO flag for overall test result: The attached patch remove the TERRNO flag for the overall clock_getres01 test status. It is wrong because, if one of the test fails, the reported errno will always be the one from the last case05 test (even 0 if this one was successful). Upon failure, the output will be: by Subrata Modak · 14 years ago
  98. 4fffe0e Commit the 20% check. by Garrett Cooper · 14 years ago
  99. ba7ee42 A 10% threshold was too low. Bump up to 20%: by Garrett Cooper · 14 years ago
  100. 956d771 Use better precision accounting for pselect01. by Garrett Cooper · 14 years ago