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