1. cd72458 Turn off -Werror for now. by Garrett Cooper · 14 years ago
  2. 400c836 Commit more safe macros missing from the sourcebase. by Garrett Cooper · 14 years ago
  3. ca43592 Expand SAFE_* macros and functions. by Garrett Cooper · 14 years ago
  4. 68d76e0 Make tst_brk reentrant. by Garrett Cooper · 14 years ago
  5. c674396 Move C code to libltp and fix unittest. by Garrett Cooper · 14 years ago
  6. 1c2939f Add safe macros to LTP. by Garrett Cooper · 14 years ago
  7. 0bf0ed7 Add a macro for __attribute__((warn_unused_result)). by Garrett Cooper · 14 years ago
  8. 107ff98 Reenable set -e with trunk targets. by Garrett Cooper · 14 years ago
  9. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  10. e911d38 Remove references to Tst_nobuf. by Garrett Cooper · 14 years ago
  11. aec33cd Clean up and export Forker_pids to cut down on useless extern cruft. by Garrett Cooper · 14 years ago
  12. bb557c6 Add initial work for generating .gitignore on the fly. by Garrett Cooper · 14 years ago
  13. 715bca6 Turn on -Werror by default for now to catch tst_exit missing, etc bugs. by Garrett Cooper · 14 years ago
  14. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  15. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  16. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  17. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  18. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  19. 9e9e2ff Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  20. d009721 Use better declarations for CLEANUP, et all. by Garrett Cooper · 14 years ago
  21. 40ba2ec Remove all remaining references to libevent. by Garrett Cooper · 14 years ago
  22. 654ba38 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  23. 4a40bd1 Remove more tst_brkloop* references. by Garrett Cooper · 14 years ago
  24. 1afb27a Clean up features.mk by Garrett Cooper · 14 years ago
  25. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  26. 92dfd5b Add --with-* package enable knobs via automake. by Garrett Cooper · 14 years ago
  27. 882ad81 Remove pcllib from configure; it wasn't being compiled. by Garrett Cooper · 14 years ago
  28. 14cb289 More autoconf fun! by Garrett Cooper · 14 years ago
  29. 183c6e4 Security cleanup / fixup part 3. by Garrett Cooper · 14 years ago
  30. 4f71cae Commit security enabling cleanup part 2 by Garrett Cooper · 14 years ago
  31. 96edd18 Include features.mk in the build. by Garrett Cooper · 14 years ago
  32. 1b04e49 Try to fix security feature autoconf bits. by Garrett Cooper · 14 years ago
  33. 29c5c29 Add jar/javac specification support. by Garrett Cooper · 14 years ago
  34. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  35. 4895bc8 Fix comment. by Garrett Cooper · 14 years ago
  36. 34e01e0 Fix typo. by Garrett Cooper · 14 years ago
  37. 2b8e4cb Propogate UCLINUX=1 throughout the build. by Garrett Cooper · 14 years ago
  38. 3e8b451 Make a target to spoof .DEFAULT_GOAL on make 3.80. by Garrett Cooper · 14 years ago
  39. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  40. e6dc1b4 While packaging ltp-full-20100228 I've found out that man files are installed by Rishikesh K Rajak · 14 years ago
  41. 181f8dc Comment on function, and return an appropriate integer value. Update function names as well. by Garrett Cooper · 15 years ago
  42. cdb5d0f Commit version with changes provided by Liubo for the rt_sig* fixup by Garrett Cooper · 15 years ago
  43. c9639c8 Implement simple filter-out mechanism for libraries. by Garrett Cooper · 15 years ago
  44. e332c01 aclocal.m4 shouldn't be removed in ac-clean. by Garrett Cooper · 15 years ago
  45. 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
  46. d1892d7 1. env_pre.mk: Add additional build-tree states and unify them under the $(BUILD_TREE_STATE) variable. by yaberauneya · 15 years ago
  47. 811eb1c Fix a missing endif after a hasty checkin. by yaberauneya · 15 years ago
  48. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 15 years ago
  49. fbe799a Fix addprefix call that was causing build errors because it was suffixing `.' to the directory name instead of `/.'. by yaberauneya · 15 years ago
  50. 1f4b6b6 Enable make 3.80 compatibility support in mainline. by yaberauneya · 15 years ago
  51. ae5fbc9 Make lex disabled by default. by yaberauneya · 15 years ago
  52. 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
  53. 7206e3e Clean up comment about OUT_OF_BUILD_TREE. by yaberauneya · 15 years ago
  54. 57ac712 Remove test -d ... || mkdir -p ... by yaberauneya · 15 years ago
  55. 0388c85 Correct make 3.80 incompatibility issue. by yaberauneya · 15 years ago
  56. bdb9b36 1. Remove generate_install_rule_dir_dep. by yaberauneya · 15 years ago
  57. 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
  58. cc52c3b Remove other generate_vpath_rule calls because they cause problems with make 3.80. by yaberauneya · 15 years ago
  59. b44084c Continue work on make 3.80... by yaberauneya · 15 years ago
  60. e07e668 1. Remove generate_vpath_rule call and replace with vpath %.c. 2. Add comments. by yaberauneya · 15 years ago
  61. debd999 1. `make' doesn't call `make all', even though .DEFAULT_GOAL is set via 3.80. by yaberauneya · 15 years ago
  62. b52d5d9 1. Remove generate_vpath_rule because it wreaks havoc with make 3.80. by yaberauneya · 15 years ago
  63. 35997ed Note the reasoning for the -- before CLEAN_TARGETS :)... by yaberauneya · 15 years ago
  64. 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
  65. 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
  66. 0f4f8b8 Make autotools seems to break on more recent versions without this. by yaberauneya · 15 years ago
  67. 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
  68. 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
  69. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  70. c6fed3d Fix the build for systems with newer versions of libnuma because it causes compilation errors (example: RHEL 5.2). The test was using libnuma 1.x API's and thus needs to be adapted to 2.x's API's. by yaberauneya · 15 years ago
  71. 1c43736 1. Install the testscripts with LTP again. by yaberauneya · 15 years ago
  72. d54919e 1. Fix out-of-build-tree support (hit a few snags). 2. Enable ${bindir} support. by yaberauneya · 15 years ago
  73. 1ffa1d1 1. Make the autotools process more straightforward. by yaberauneya · 15 years ago
  74. 7f140ab Polish up clean logic a bit further. Later versions of gcc (rightfully) whine more about function attributes, et all. by yaberauneya · 15 years ago
  75. 6aa2737 Older versions of binutils / gcc don't properly grok the weak symbols solution I put in before the 200911 release, so instead implement the code using a preprocessor define (CLEANUP), which can be defined before including cleanup.c, and thus the user can specify what cleanup function they wish to use before it's defined. by yaberauneya · 15 years ago
  76. 583b1f3 Some distributions will tack on additional versioning info to the official version, so let's account for that. by yaberauneya · 15 years ago
  77. a4bed68 Add support for a user specified strip application via configure. by yaberauneya · 15 years ago
  78. 7f39874 Hello, by yaberauneya · 15 years ago
  79. 2c6997b testcases/kernel/include/...: by yaberauneya · 15 years ago
  80. 3003b3f Remove useless comment. by yaberauneya · 15 years ago
  81. 402ec1f Commit changes which provide a functional fix for the rt_sigaction(2) tests on x86_64, apart from SIGRTMIN (still crashes, but it keeps on going..). by yaberauneya · 15 years ago
  82. 6b32947 Some local changes bringing back CLEAN_DEPS and also making sure that FILTER_MAKE_TARGETS works even when MAKE_TARGETS is already defined. by yaberauneya · 15 years ago
  83. d26b6ec env_pre.mk: Check in, at bare minimum, the needed pieces to point people in the right direction as far as the make 3.81 requirement is concerned. by yaberauneya · 15 years ago
  84. a2a05e3 What I meant to say in my last commit email was... by yaberauneya · 15 years ago
  85. 89911a1 *** empty log message *** by yaberauneya · 15 years ago
  86. 7b3f222 A simple header which only contains SIGSETSIZE right now, but will contain more items (potentially) later. by yaberauneya · 15 years ago
  87. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  88. f9c2c5f I was REALLY stupid when I made clean dependent on ac-distclean. BAD BAD IDEA. Forcing people to have to call configure every time clean is run is STUPID design. by yaberauneya · 15 years ago
  89. 4d462ae Change += back to := for LDLIBS. I did this for a reason (to make sure that everyone adds the appropriate LDLIBS values after including config.mk // env_pre.mk // testcases.mk). by yaberauneya · 15 years ago
  90. 7ffef3f 1. Don't nuke config.h with clean. ac-clean will do that. by yaberauneya · 15 years ago
  91. 839b463 Update config.h.default to match config.h.in. by yaberauneya · 15 years ago
  92. dae46b2 Having config.h.default automatically replace config.h is a nuisance. People should be directed to go read install again, instead of running into some undefined symbols in autoconf-generated territory, especially because config.h.default is a much smaller subset of config.h generated by autoconf/config.h.in. by yaberauneya · 15 years ago
  93. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  94. 5ac23b1 1. Get rid of psuedo-autoconf scripts in testcases/realtime/scripts. by yaberauneya · 15 years ago
  95. e28a591 testcases.mk: Add a freebie compile for the apicmds, if needed so tests can be run before install. by yaberauneya · 15 years ago
  96. dba7b7d On second thought, the compiler-related variables should be uncommented. by yaberauneya · 15 years ago
  97. 376b121 Add a default config.mk file to ease use for non-autoconf users. by yaberauneya · 15 years ago
  98. 36c8e2d Fix several out-of-build tree issues with CVS HEAD found while building on-site with Cisco. by yaberauneya · 15 years ago
  99. 8092083 Rename BUILD_DEPS to MAKE_DEPS to be more consistent with MAKE_TARGETS. Bleh... I've dealt with our build system here at Cisco far too much (BUILD_DEPS is the variable name...). by yaberauneya · 15 years ago
  100. b9b101d generic_*target.inc: Revive BUILD_DEPS support so dependencies are built prior to building MAKE_TARGETS, for simplicity of design for the end-user. by yaberauneya · 15 years ago