1. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 15 years ago
  2. 73e23f6 Convert from tools/ to bin/. by yaberauneya · 15 years ago
  3. c3b7298 1. Install missing html_report_header.txt . by yaberauneya · 15 years ago
  4. d8f1f5d Convert everything over to bin from tools because it's breaking install-in-build-tree. by yaberauneya · 15 years ago
  5. e55c0b5 Update comment. by yaberauneya · 15 years ago
  6. 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
  7. 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
  8. 73e5a24 Checkin pull-build-test scripts. by yaberauneya · 15 years ago
  9. 1068fa8 Better conditionalize setup -> test -> cleanup, and fix issue noted by Stephen... by yaberauneya · 15 years ago
  10. 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
  11. 41fe8bd Add selinux-testsuite to the default build if -lselinux is set, as the selinux-tesuite is fixed now. by yaberauneya · 15 years ago
  12. 6982b8c Grab absolute path for $LTPROOT to avoid cases where the script was called from by yaberauneya · 15 years ago
  13. 36926e8 When the aio_suspend/3-1.test ran, SIGSEGV occured with following message by yaberauneya · 15 years ago
  14. aaef823 Fix another reporting inconsistency. by yaberauneya · 15 years ago
  15. 8f955fc Fix an inconsistency with the reporting in this script. by yaberauneya · 15 years ago
  16. 308229a Perform the last set of fixups for the selinux test suite. by yaberauneya · 15 years ago
  17. d54dae0 Checkin the runtest file, as noted by Stephen. by yaberauneya · 15 years ago
  18. f70f7be Yank runtest.sh because it's out of sync with test_selinux.sh. by yaberauneya · 15 years ago
  19. 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
  20. b76b389 Remove a space. by yaberauneya · 15 years ago
  21. 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
  22. f7246b8 Convert all of these scripts over to tst_resm(1), and address a few improperly coded paths. by yaberauneya · 15 years ago
  23. ed1fcf3 1. runtest/selinux : Adjust install path for test scripts and binaries. by yaberauneya · 15 years ago
  24. de31b81 Solve several compile issues discovered when trying to compile the selinux test suite on Fedora 12. by yaberauneya · 15 years ago
  25. 012df45 Fix awk print expression so that expr(1) evaluation is corrected, and thus the tests pass. Please see the comment for get_cpu_usage as to why this is an issue... by yaberauneya · 15 years ago
  26. e957075 Fix a probable typo in mc_commo, causing attempts to run nonexistent binaries by yaberauneya · 15 years ago
  27. 03da622 Another stupid typo noticed by Nicolas. I need to go to sleep... by yaberauneya · 15 years ago
  28. fbe799a Fix addprefix call that was causing build errors because it was suffixing `.' to the directory name instead of `/.'. by yaberauneya · 15 years ago
  29. 7ed9a6c 1. Unblock quota v1 (as best possible). by yaberauneya · 15 years ago
  30. 1f4b6b6 Enable make 3.80 compatibility support in mainline. by yaberauneya · 15 years ago
  31. 87d7bfc Commit needed shims for make 3.80 compatibility mode. by yaberauneya · 15 years ago
  32. f4fe6aa Neuter test if linux/mempolicy.h isn't present. by yaberauneya · 15 years ago
  33. 397ae83 Effectively neuter all tests that require mempolicy support on systems that don't have mempolicy. by yaberauneya · 15 years ago
  34. ae5fbc9 Make lex disabled by default. by yaberauneya · 15 years ago
  35. 340292d Update instructions because bison/yacc is only required for ltp-scanner, not the entire program set in pan. by yaberauneya · 15 years ago
  36. 21aab12 Make ltp-scanner (the only item that requires bison/flex), optional. by yaberauneya · 15 years ago
  37. 7ad64b1 Resolve remaining hacks for make 3.80 installs to work. It isn't warning clean, nor is it as parallel make safe as the 3.81 solution, but it works. by yaberauneya · 15 years ago
  38. 7206e3e Clean up comment about OUT_OF_BUILD_TREE. by yaberauneya · 15 years ago
  39. 57ac712 Remove test -d ... || mkdir -p ... by yaberauneya · 15 years ago
  40. 0388c85 Correct make 3.80 incompatibility issue. by yaberauneya · 15 years ago
  41. bdb9b36 1. Remove generate_install_rule_dir_dep. by yaberauneya · 15 years ago
  42. b053ea9 No reason why a define should be required for generate_install_rule_dir_dep. Just do the right thing inline with a mkdir rule for the directories. by yaberauneya · 15 years ago
  43. cc52c3b Remove other generate_vpath_rule calls because they cause problems with make 3.80. by yaberauneya · 15 years ago
  44. 2592e98 Don't run make install for libs unless make install is specifically called in the subdir. by yaberauneya · 15 years ago
  45. b44084c Continue work on make 3.80... by yaberauneya · 15 years ago
  46. e07e668 1. Remove generate_vpath_rule call and replace with vpath %.c. 2. Add comments. by yaberauneya · 15 years ago
  47. 56b6558 $(MAKE_TARGETS) should depend on lib-all, not lib-install because we shouldn't install libltp until install is called. by yaberauneya · 15 years ago
  48. debd999 1. `make' doesn't call `make all', even though .DEFAULT_GOAL is set via 3.80. by yaberauneya · 15 years ago
  49. 9ca6bef Clean up Makefile a bit... by yaberauneya · 15 years ago
  50. b52d5d9 1. Remove generate_vpath_rule because it wreaks havoc with make 3.80. by yaberauneya · 15 years ago
  51. a777028 Remove generate_vpath_rule because it wreaks havoc with make 3.80. by yaberauneya · 15 years ago
  52. 22f1ee5 Add copyright tort to script. by yaberauneya · 15 years ago
  53. b84a005 Check in the remaining changes suggested by Stephen... by yaberauneya · 15 years ago
  54. 714aac7 Check in remainder of changes suggested by Stephen @ NSA for test_selinux.sh. by yaberauneya · 15 years ago
  55. 7703688 Uhhhhhhhh... checked in the wrong file. I don't want this Makefile.selinux dealie and I actually checked in the changes for refpolicy/Makefile as suggested by Steven @ NSA. by yaberauneya · 15 years ago
  56. 817b0c4 Remove these Makefile.selinux. by yaberauneya · 15 years ago
  57. 6cc019f Further diff on top of the prior one to resolve a few remaining issues by yaberauneya · 15 years ago
  58. 36b038c Install Makefile.selinux, not Makefile. by yaberauneya · 15 years ago
  59. a92a506 Keep on working on fixing the selinux-testsuite... by yaberauneya · 15 years ago
  60. eed5403 Move the build scripts to the build directory as well. by yaberauneya · 15 years ago
  61. 8e89cb9 Check in skeleton scripts for testing out LTP, end-to-end, from scratch -- that way less trivial issues will get into the tree. by yaberauneya · 15 years ago
  62. 35997ed Note the reasoning for the -- before CLEAN_TARGETS :)... by yaberauneya · 15 years ago
  63. d5f00d2 Get rid of $(DIR) variable in define block. Never should have bloody been there in the first place... stupid stupid. by yaberauneya · 15 years ago
  64. a711dc1 1. Fix an out-of-sync variable (automake.mk), and an incorrect clean (*.in needs to be cleaned with ac-maintainer-clean, NOT distclean). by yaberauneya · 15 years ago
  65. f6380f4 1. Resolve some compatibility issues with make 3.80. by yaberauneya · 15 years ago
  66. 618f41a Finish this mempolicy crud off for good, after a fair amount of tweaking. by yaberauneya · 15 years ago
  67. 8990a20 Properly resolve mbind stuff... it was actually mempolicy tests... and it was present in more than just mbind01.c by yaberauneya · 15 years ago
  68. 24d2011 Add improved checks for mbind(2) syscalls, because... by yaberauneya · 15 years ago
  69. 0f4f8b8 Make autotools seems to break on more recent versions without this. by yaberauneya · 15 years ago
  70. 3687aa5 Don't do load as part of a normal make operation. This splits the make into 2 stages: by yaberauneya · 15 years ago
  71. 6707863 Error out when /etc/selinux/.../policy/src isn't found. by yaberauneya · 15 years ago
  72. 8a95385 We need to install the Makefiles into the tree as well so the test scripts can run make load. by yaberauneya · 15 years ago
  73. 6081ae2 Things have worked out ok so far for the Makefiles, so let's keep on going trying to fix the selinux test suite (as requested by Steven)... by yaberauneya · 15 years ago
  74. 7377f2e Make my choice of AC_MSG_ERROR more apparent. by yaberauneya · 15 years ago
  75. 2e86d9e cpuset_syscall_test: delete '0x' from hex string: By the latest ltp version, the following fail message outputted on my x86_64 box. by subrata_modak · 15 years ago
  76. 81c8f3e kill unneeded chmod calls on created tmp directory: The following patch kills some unneeded chmod(2) calls on newly created temporary directory; the tst_tmpdir() function do already set the correct permissions. Signed-off-by: Nicolas Joly <njoly@pasteur.fr>. by subrata_modak · 15 years ago
  77. 1ec675a Fix a lot of compile warnings. by yaberauneya · 15 years ago
  78. 84d5f51 Fix some missing headers and missing #define _GNU_SOURCE defs. by yaberauneya · 15 years ago
  79. bbe16a32f Remove numaif.h as noticed by Mitani-san. by yaberauneya · 15 years ago
  80. cff9508 ltp-pan is installed in bin/ not pan/ now as noticed by Serge. by yaberauneya · 15 years ago
  81. 5049b7a Move $(OUT_OF_BUILDTREE), and $(IN_BUILD_TREE) checks above config.mk include as correctly noted by Mitani-san. by yaberauneya · 15 years ago
  82. c2a3ba5 Get closer to getting a working quotactl01 test. There were many setup related items missing, and I'm still bumbling around in the dark trying to figure out how this works, but I'm getting closer to an answer at least... by yaberauneya · 15 years ago
  83. 88fe99f 1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful... by yaberauneya · 15 years ago
  84. b33a7c8 Remove return code printout. by yaberauneya · 15 years ago
  85. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  86. 6d4a861 1. Print out the return code. by yaberauneya · 15 years ago
  87. 4d66038 lib-all shouldn't depend on include-install now... by yaberauneya · 15 years ago
  88. beb3786 Remove uclinux target warning, considering that no uclinux targets exist anymore.. by yaberauneya · 15 years ago
  89. 70e8b01 Properly test for whether or not the update string is embedded in the release file with Redhat, and thus properly omit the release version if you're using a non-update version of Redhat or Fedora. by yaberauneya · 15 years ago
  90. e3be197 1. Change omit_minor_version to omit_redhat_minor_version, as it only applies to redhat's versioning scheme. by yaberauneya · 15 years ago
  91. 4f930ce Don't nuke some files that are checked in for test_policy... by yaberauneya · 15 years ago
  92. 67a0ec9 Make a step to properly fix up the Makefile and policy file items... next step would be to template the Makefile to get rid of the ad hoc Makefile in policy_files/redhat-5. by yaberauneya · 15 years ago
  93. e0c58e6 Stupid... move VERSION set outside of minor version check. by yaberauneya · 15 years ago
  94. 9890b56 Improve usability through -d ($DESTDIR) and -m (omit minor version) options. by yaberauneya · 15 years ago
  95. f4d67e2 Modify script to properly separate major and minor versions with Redhat. by yaberauneya · 15 years ago
  96. 9ff96fc Add a basic Linux distro detection script. by yaberauneya · 15 years ago
  97. 4425e03 1. Fix the all target. by yaberauneya · 15 years ago
  98. 2e15c6b Fix missing #include. by yaberauneya · 15 years ago
  99. f938ae7 Here is a patch/attachment to fix the error number and error message, when the capset() syscall fails. by subrata_modak · 15 years ago
  100. f61899f Fix the bug of the smaller cpu_set_t's length in sched_getaffinity01. sched_getaffinity01 test failed because the len of cpu_set_t in the glibc is smaller than the length of the cpumask in the kernel. So we must use the dynamically sized CPU sets instead of the standard cpu_set_t. This patch fix this problem. Before using this patch, the test result is following: by subrata_modak · 15 years ago