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. ee7667e ftest: Fix tst_brkm() usage. by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. 82ddd5f fs/ftest{04,08}: Remove unused allocated buffer. by Cyril Hrubis · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  9. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  10. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  11. 7d716be Fix testcases. by Garrett Cooper · 14 years ago
  12. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  13. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  14. f01306b Fix compile errors, and more warnings. by Garrett Cooper · 14 years ago
  15. 7a73eab En masse cleanup part one. by Garrett Cooper · 14 years ago
  16. fde5772 Use MAXPATHLEN to avoid path truncation. by Garrett Cooper · 14 years ago
  17. ad99f10 Work on the previous buffer overflow problem a bit more; ftest0[38] by root · 14 years ago
  18. 04f47a1 ftest cleanup II: this is ftest cleanup part II. Most of the functions that were copy & pasted again and again in every file are now in libftest library. Also ftest04, ftest05, ftest06, ftest07 and ftest08 are cleaned. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  19. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  20. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  21. 9320b11 Find attached patchset which address some serious compiler warning fixes spotted by GCC4.1 (SLES10 SP2) and GCC4.3 (openSUSE Factory). ftest08.c calls close() with uninitialized file descriptor variable. Fix warning about _is_ unused variable (note the difference between "may" and "is" unused!). Only child opens the file descriptor, once forked. by subrata_modak · 16 years ago
  22. af64a87 cut extraneous newlines from test output by vapier · 18 years ago
  23. e3180f2 kill off unused strings msg1 and msg2 by vapier · 18 years ago
  24. c398e4f use errno.h instead of doing extern int errno by vapier · 18 years ago
  25. f81795e remove duplicated errno.h includes and just include errno.h, not sys/errno.h by vapier · 18 years ago
  26. 24e30ab Added filesystem testsuite, ftest, ported by Airong Zhang. by robbiew · 22 years ago