1. 7c66f46 Silence warnings. by Garrett Cooper · 14 years ago
  2. 3483b6e Fix warning. by Garrett Cooper · 14 years ago
  3. 38097ab Fix warnings and style. by Garrett Cooper · 14 years ago
  4. d37c25c Fix warning. by Garrett Cooper · 14 years ago
  5. bb557c6 Add initial work for generating .gitignore on the fly. by Garrett Cooper · 14 years ago
  6. c6fd0e4 Make get_tst_tmpdir failures a bit more sensical. by Garrett Cooper · 14 years ago
  7. abf8e53 Minor cleanup. by Garrett Cooper · 14 years ago
  8. 8afc5e2 Style and consistency. by Garrett Cooper · 14 years ago
  9. 80b3110 Fix style and a test bug checking fcntl()'s return value for O_WRONLY. by Garrett Cooper · 14 years ago
  10. 7e20b26 Make clone02 make more sense. by Garrett Cooper · 14 years ago
  11. 9d571b8 Style. by Garrett Cooper · 14 years ago
  12. a2e4248 Missed a spot in the last commit. by Garrett Cooper · 14 years ago
  13. fbb2014 Fix clone tests. by Garrett Cooper · 14 years ago
  14. f23dd41 Fix chroot tests. by Garrett Cooper · 14 years ago
  15. 87bc45c Fix tests. by Garrett Cooper · 14 years ago
  16. 7b98b69 Fix testcases and make more consistent. by Garrett Cooper · 14 years ago
  17. 1f3c236 More whitespace and consistency changes. by Garrett Cooper · 14 years ago
  18. 22cd8d1 Disable hugemmap05 for now. by Garrett Cooper · 14 years ago
  19. dc2793f setuid back to root so the tmpdir can be removed. by Garrett Cooper · 14 years ago
  20. aab7c00 Fix undefined references to libltp APIs. by Garrett Cooper · 14 years ago
  21. 23060f4 Fix style, types, and remove libltp API calls. by Garrett Cooper · 14 years ago
  22. 79d9513 Simplify testcase so that it functions properly. by Garrett Cooper · 14 years ago
  23. 870d30e Fix bugs with unshare changes. by Garrett Cooper · 14 years ago
  24. fbf7f53 Remove bogus externs. by Garrett Cooper · 14 years ago
  25. 55535b8 Simplify tst_brkm messages. by Garrett Cooper · 14 years ago
  26. 4290211 Fix bad merge. by Garrett Cooper · 14 years ago
  27. 715bca6 Turn on -Werror by default for now to catch tst_exit missing, etc bugs. by Garrett Cooper · 14 years ago
  28. 13431b6 Check for NULL from malloc(3), not !NULL. by Garrett Cooper · 14 years ago
  29. eacf2a3 Account for reporting flags appended to ttype in tst_brk. by Garrett Cooper · 14 years ago
  30. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  31. 936344f Fix typo in comment. by Garrett Cooper · 14 years ago
  32. 1acf471 Remove stray brace. by Garrett Cooper · 14 years ago
  33. 2fc478b Fix more tst_exit breakage. by Garrett Cooper · 14 years ago
  34. a872124 Fix overly ambitious addition of tst_exit to source. by Garrett Cooper · 14 years ago
  35. 47a197c Merge branch 'master', remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  36. 3aacede Add runtest entries for pwrite_*64. by Garrett Cooper · 14 years ago
  37. f08f9b6 ignore generated syscall tests by Mike Frysinger · 14 years ago
  38. 88dd0ee ignore more main ltp generated files by Mike Frysinger · 14 years ago
  39. 9ae0519 pwrite: enable 64bit tests by Vivi Li · 14 years ago
  40. cfc0103 realtime: add gitignore by Mike Frysinger · 14 years ago
  41. 47b678e Merge branch 'master', remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  42. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  43. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  44. ad14e90 Style and consistency. by Garrett Cooper · 14 years ago
  45. e7a0940 Remove useless casts. by Garrett Cooper · 14 years ago
  46. 619e6a7 Modify style. by Garrett Cooper · 14 years ago
  47. bc5a46f Fix style. by Garrett Cooper · 14 years ago
  48. 9ad5b97 Fix style. by Garrett Cooper · 14 years ago
  49. 771ff61 Fix style and unnecessary 0x before %p. by Garrett Cooper · 14 years ago
  50. 0af5ba5 Whitespace. by Garrett Cooper · 14 years ago
  51. d0c6f14 Whitespace. by Garrett Cooper · 14 years ago
  52. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  53. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  54. d8c5cc5 Only install .run-test files. by Garrett Cooper · 14 years ago
  55. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  56. ff64846 Fix compile and other warnings disguised by crappy casts. by Garrett Cooper · 14 years ago
  57. 9f2555e Screw it. Just call tst_exit at the end of each tst_brkm invocation now. by Garrett Cooper · 14 years ago
  58. 5da3dbf Remove ballista *sigh*. by Garrett Cooper · 14 years ago
  59. 2aa29cf Oh well, since I'm here I might as well remove brkloop*. by Garrett Cooper · 14 years ago
  60. d720444 Crap. Checked in code on the wrong branch. by Garrett Cooper · 14 years ago
  61. 858bf87 Fix conflicts. by Garrett Cooper · 14 years ago
  62. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  63. 970711c Whitespace and style. by Garrett Cooper · 14 years ago
  64. 7ec1c89 Style. by Garrett Cooper · 14 years ago
  65. 5b87544 Fix errors and warnings in previous set of commits. by Garrett Cooper · 14 years ago
  66. 2ddcc1b Whitespace, style, and some simplifications... by Garrett Cooper · 14 years ago
  67. 8798ebf Remove all loop related logic. by Garrett Cooper · 14 years ago
  68. d0d4a65 Remove dead APIs and vars. by Garrett Cooper · 14 years ago
  69. 16e681e Intentionally exit when tst_exit == NULL. by Garrett Cooper · 14 years ago
  70. 62f2675 Whitespace, style. by Garrett Cooper · 14 years ago
  71. 495d520 Whitespace, style. by Garrett Cooper · 14 years ago
  72. 203d18a Whitespace, style. by Garrett Cooper · 14 years ago
  73. f4b7b4f Use `tar [..] .' instead of `tar [..] *'. by Garrett Cooper · 14 years ago
  74. 3b4d3ce Resolve whitespace conflict merge issues. by Garrett Cooper · 14 years ago
  75. 705b501 More whitespace merges. by Garrett Cooper · 14 years ago
  76. a126241 Merge remote branch 'origin' into ltp-broom by Garrett Cooper · 14 years ago
  77. 1964f86 Merge branch 'ltp-broom' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp into ltp-broom by Garrett Cooper · 14 years ago
  78. f09527b Bug reports should go to ltp-list not ltp-results by Garrett Cooper · 14 years ago
  79. 9e9e2ff Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  80. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  81. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  82. d009721 Use better declarations for CLEANUP, et all. by Garrett Cooper · 14 years ago
  83. 355093c Clean up some of the containers tests. by Garrett Cooper · 14 years ago
  84. a9670cd First crack at cleanup in this subdir. by Garrett Cooper · 14 years ago
  85. 40ba2ec Remove all remaining references to libevent. by Garrett Cooper · 14 years ago
  86. e9f9b88 Disable pedanticness in origin. by Garrett Cooper · 14 years ago
  87. b9e8d8f Don't call tst_res APIs from forked proc. by Garrett Cooper · 14 years ago
  88. b88371d Don't call tst_res APIs from forked proc. by Garrett Cooper · 14 years ago
  89. 7acc5b0 Remove debug printf. by Garrett Cooper · 14 years ago
  90. d2f1667 Don't exec tst_res APIs in spawned PIDs. by Garrett Cooper · 14 years ago
  91. 60cd167 Fix stupid errors. by Garrett Cooper · 14 years ago
  92. f40832b Merge branch 'master' of ssh://ltp.git.sf.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  93. d3e6e8f Fail quickly w/ tst_res* APIs from non-main proc. by Garrett Cooper · 14 years ago
  94. d400518 Fix fork/7-1 test: by Garrett Cooper · 14 years ago
  95. a99df35 Fix/cleanup lchown tests. by Garrett Cooper · 14 years ago
  96. 2cdbd01 More style fixes. by Garrett Cooper · 14 years ago
  97. 0130feb More style. by Garrett Cooper · 14 years ago
  98. 717fb2c Add cpuset01 testcase. by Garrett Cooper · 14 years ago
  99. e9410df More style commits. by Garrett Cooper · 14 years ago
  100. 8814c27 Another style commit. by Garrett Cooper · 14 years ago