1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  4. 8b35601 Remove tst_exit() that follows tst_brkm() by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  7. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  8. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  9. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  10. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  11. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  12. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  13. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  14. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  15. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  16. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  17. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  18. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  19. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  20. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  21. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  22. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  23. 0d7102a clean up printf strings and errno handling, and punt useless errnochoose() by vapier · 15 years ago
  24. 14e1ef9 Fix bad strerror calls in testcases/kernel/syscalls/waitid01.c: For whatever reason the original author was using int casts to the strerror strings. That's just plain wrong. This corrects the issue by feeding back the proper strerror output, which reduces noise at compile time and results in the same desired behavior (because we shouldn't be negative testing strerror(3) in waitid01.c: Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  25. d97cb8e Add/Port waitid01 test for waitid() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago