1. 541938f Oops i did not know the API has got changed. by Rishikesh K Rajak · 15 years ago
  2. df4e7fb For running container testcase smoothly on older distro, these changes are required by Rishikesh K Rajak · 15 years ago
  3. 2a5fdca Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 15 years ago
  4. 8e1a947 MPOL_* constants were missing as noted by Rishi and Iranna. by Garrett Cooper · 15 years ago
  5. b212df4 Revert "check_pidns_enabled doesn't exist anymore. Just run the test as-is... Noticed by Rishi." by Rishikesh K Rajak · 15 years ago
  6. d025e1f Add a dumb mechanism for creating release tarballs in a clean manner. by Garrett Cooper · 15 years ago
  7. e332c01 aclocal.m4 shouldn't be removed in ac-clean. by Garrett Cooper · 15 years ago
  8. 622eb54 Reviving check_pidns_enabled test. by Garrett Cooper · 15 years ago
  9. 67974b7 Commit changes for out-of-build-tree and install-out-of-build-tree scripts. by Garrett Cooper · 15 years ago
  10. 525c4d2 make 3.80 has been legit since 201001, so let's mark it legit in the by Garrett Cooper · 15 years ago
  11. a6ff305 Update the install-in-build-tree script. by Garrett Cooper · 15 years ago
  12. c2c8d7f Detecting potential fork errors in the test. by root · 15 years ago
  13. 0ebb148 Update README as per recent changes to build / test scripts. by Garrett Cooper · 15 years ago
  14. 0a383ab 1. Fix a bug in the git pull method (wasn't setting srcdir). by Garrett Cooper · 15 years ago
  15. e520c31 Switch all of these Makefiles over to MAKE_DEPS instead of ad hoc by Garrett Cooper · 15 years ago
  16. 225c2e3 Add the library to MAKE_DEPS so it gets built prior to the other goals by Garrett Cooper · 15 years ago
  17. 02f8fe8 Hi, by root · 15 years ago
  18. 031c65b Hi, by root · 15 years ago
  19. ad99f10 Work on the previous buffer overflow problem a bit more; ftest0[38] by root · 15 years ago
  20. d639eef Fix a typo; improve some sentence wording. by Garrett Cooper · 15 years ago
  21. 2aa40f7 Avoid sudo blocking for tty input indefinitely; this issue will need to by Garrett Cooper · 15 years ago
  22. e03cee0 Fix a cosmetic bug where Version wasn't being generated for by Garrett Cooper · 15 years ago
  23. 3fceccb Merge the remote changes, again?? git's really complicated... by Garrett Cooper · 15 years ago
  24. 1ca6b26 Merge the remote changes (!) by Garrett Cooper · 15 years ago
  25. 4c2f39a Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 15 years ago
  26. 103b262 Clean up the TODO. by Garrett Cooper · 15 years ago
  27. 09cbd9c 1. Correct compile time warnings by defining the timeout to 0 sec, 0 by Garrett Cooper · 15 years ago
  28. a2a0763 Update the build_functions script to add clean sanity support, git pull by gcooper · 15 years ago
  29. 5378643 acl_test01 today... by gcooper · 15 years ago
  30. 77ed5b4 Merge branch 'test' by Rishikesh K Rajak · 15 years ago
  31. 98f3812 I've seen failures reporting "return value=0, errno=EACCESS" in the by Rishikesh K Rajak · 15 years ago
  32. 77312d8 In the previous mailx version, the command "echo "d" | mail -u root" will by Rishikesh K Rajak · 15 years ago
  33. d4eb64c Deleted the scratch dir for testing by Rishikesh K Rajak · 15 years ago
  34. 6feffd8 Testing with different branch and merging with main by Rishikesh K Rajak · 15 years ago
  35. e0984c4 Testing with different branch by Rishikesh K Rajak · 15 years ago
  36. dd04033 Correct at least one of these lousy diagnostic messages for not finding by gcooper · 15 years ago
  37. 8686ad7 Correctly consolidate tst_exit() calls in cleanup() as noted by Mitani-san. by gcooper · 15 years ago
  38. 4086783 Added one TODO for conversion of CVS to GIT by Rishikesh K Rajak · 15 years ago
  39. f4f5799 Testing for push to ltp.sf.net by Rishikesh K Rajak · 15 years ago
  40. 1866132 *** empty log message *** by yaberauneya · 15 years ago
  41. dfac29c Remove test file. by yaberauneya · 15 years ago
  42. 2279bf4 Test. by yaberauneya · 15 years ago
  43. 98379aa 1. Simplify smoke test further by only checking to see whether or not the syscall works as opposed to checking the kernel version because people can backport support as seen fit and shouldn't be hindered by a stupid kernel version check... by yaberauneya · 15 years ago
  44. eea384d Not everyone has unshare capability... thanks for the reminder Mitani-san... by yaberauneya · 15 years ago
  45. 903f68f Fixed typo found by Mitani-san. by yaberauneya · 15 years ago
  46. a962b7f Adding runtest entries for rt_sigaction0[23], as noted by Mitani-san, and forgotten by your's truly... by yaberauneya · 15 years ago
  47. 7a0b567 An error occured on my i386 box. by yaberauneya · 15 years ago
  48. 4f16ee0 1. Remove mqns check app check. It no longer exists in the repo and thus gates these tests unnecessarily from being run.. by yaberauneya · 15 years ago
  49. 0d5ca4f This patch makes the test script cd into the tmp directory before running the tests. This makes sure the script does not delete the original utimensat binary, causing the test to fail on a second run. by yaberauneya · 15 years ago
  50. 1590cf0 check_pidns_enabled doesn't exist anymore. Just run the test as-is... Noticed by Rishi. by yaberauneya · 15 years ago
  51. 3ea1ca7 More whitespace only changes. by yaberauneya · 15 years ago
  52. d9746f4 Whitespace only change. by yaberauneya · 15 years ago
  53. 4edbf6d Resolve buffer overflow issue with ftest[37] reported by glibc by changing char* type to void* type. I didn't use caddr_t because caddr_t has its own set of caveats with 32-bit userland vs 64-bit kernel, etc... by yaberauneya · 15 years ago
  54. 5009532 Fix ordering of $(filter-out ) as noted by Stephen. by yaberauneya · 15 years ago
  55. aee37bb Avoid accidental rm -Rf / regression in last release by calling $(*abspath) on $(INSTALL_DIR) beforehand -- sure it sets it to $(abs_top_srcdir), but it's a lot safer safety net to not clean as opposed to blowing away /. by yaberauneya · 15 years ago
  56. 1d7745f Get people to corral into proper make usage, just in case it wasn't 100% clear, so people avoid shooting themselves in the foot by accident. by yaberauneya · 15 years ago
  57. ee80701 testcases/realtime/config.mk isn't a hard requirement for autotools and %clean. by yaberauneya · 15 years ago
  58. cafe6dc Idiot... forgot the : by yaberauneya · 15 years ago
  59. 6b77f08 Add a reference to INSTALL for testcases/realtime's config.mk... by yaberauneya · 15 years ago
  60. 7279a86 Don't clean up the install directory for now until I unfubar this mess. by yaberauneya · 15 years ago
  61. 192b746 Add a safe_rm.sh script and test in light of accidental f-up with Mitani's system... by yaberauneya · 15 years ago
  62. d81e803 Might help if the logic was actually correct... by yaberauneya · 15 years ago
  63. 94ab883 Disable selinux-testsuite for now because the policy file isn't valid on all distros. by yaberauneya · 15 years ago
  64. 83b4b45 Changes for JANUARY 2010. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  65. 472099b Apply the rest of the needed cleanup: by yaberauneya · 15 years ago
  66. 597a379 1. Correct some style notes. by yaberauneya · 15 years ago
  67. b54ee98 1. Make CVSROOT parameterizable. by yaberauneya · 15 years ago
  68. 225c7f3 1. create_swapfile doesn't set errno to any usable value. by yaberauneya · 15 years ago
  69. df533ff Don't forget to call false in the event of setup failure because we don't want things to silently pass if the directories couldn't be created... by yaberauneya · 15 years ago
  70. 71322b1 - Add su / sudo support so test_ltp will try to elevate privileges before running the test, and thus the errors will be a bit more meaningful (reduced the error amount on my machine by ~250 count down to 30 errors). by yaberauneya · 15 years ago
  71. 111fd1b Add superuser exec support so ~280 some tests in the standard set won't fail when you try and execute them. by yaberauneya · 15 years ago
  72. fea5aa1 1. Make summary message more meaningful. by yaberauneya · 15 years ago
  73. d1892d7 1. env_pre.mk: Add additional build-tree states and unify them under the $(BUILD_TREE_STATE) variable. by yaberauneya · 15 years ago
  74. 6d41cc3 This diff wasn't ready for prime time yet... by yaberauneya · 15 years ago
  75. 20f26ff Don't install basic scripts if we're doing install-in-tree. by yaberauneya · 15 years ago
  76. 811eb1c Fix a missing endif after a hasty checkin. by yaberauneya · 15 years ago
  77. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 15 years ago
  78. 73e23f6 Convert from tools/ to bin/. by yaberauneya · 15 years ago
  79. c3b7298 1. Install missing html_report_header.txt . by yaberauneya · 15 years ago
  80. d8f1f5d Convert everything over to bin from tools because it's breaking install-in-build-tree. by yaberauneya · 15 years ago
  81. e55c0b5 Update comment. by yaberauneya · 15 years ago
  82. da03c5d Need to add a check for $(DESTDIR)/usr/share/selinux/devel too so that the refpolicy piece will build properly, and selinux will be omitted in the negative case. by yaberauneya · 15 years ago
  83. b7fe1ae One minor note. policy-devel must be installed in order for the test suite to be compiled by default.. by yaberauneya · 15 years ago
  84. 73e5a24 Checkin pull-build-test scripts. by yaberauneya · 15 years ago
  85. 1068fa8 Better conditionalize setup -> test -> cleanup, and fix issue noted by Stephen... by yaberauneya · 15 years ago
  86. 328370e Fix a SEGV as noted by Stephen because the old code was deref'ing -1 on shmat failure. As per the manpage... by yaberauneya · 15 years ago
  87. 41fe8bd Add selinux-testsuite to the default build if -lselinux is set, as the selinux-tesuite is fixed now. by yaberauneya · 15 years ago
  88. 6982b8c Grab absolute path for $LTPROOT to avoid cases where the script was called from by yaberauneya · 15 years ago
  89. 36926e8 When the aio_suspend/3-1.test ran, SIGSEGV occured with following message by yaberauneya · 15 years ago
  90. aaef823 Fix another reporting inconsistency. by yaberauneya · 15 years ago
  91. 8f955fc Fix an inconsistency with the reporting in this script. by yaberauneya · 15 years ago
  92. 308229a Perform the last set of fixups for the selinux test suite. by yaberauneya · 15 years ago
  93. d54dae0 Checkin the runtest file, as noted by Stephen. by yaberauneya · 15 years ago
  94. f70f7be Yank runtest.sh because it's out of sync with test_selinux.sh. by yaberauneya · 15 years ago
  95. 5833cc6 Revert sourcefiles to older `more functional' copies. They segfault on x86_64, but if someone else wants to fix them, they can clean them up... by yaberauneya · 15 years ago
  96. b76b389 Remove a space. by yaberauneya · 15 years ago
  97. 597f830 Checkin all items to get selinux to work (minus th chcon / chmod call which gets the files past permission denied..). by yaberauneya · 15 years ago
  98. f7246b8 Convert all of these scripts over to tst_resm(1), and address a few improperly coded paths. by yaberauneya · 15 years ago
  99. ed1fcf3 1. runtest/selinux : Adjust install path for test scripts and binaries. by yaberauneya · 15 years ago
  100. de31b81 Solve several compile issues discovered when trying to compile the selinux test suite on Fedora 12. by yaberauneya · 15 years ago