1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 9fa8ad0 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  3. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  4. 4e2bab8 Make use of NULL by Cyril Hrubis · 10 years ago
  5. 371cf0a Remove returns that follows tst_exit() by Cyril Hrubis · 10 years ago
  6. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 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. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  11. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  12. 76a720a While executing the ltp on an nfs root mounted system, I faced a problem with some of the ltp test cases. These tests either did not close their file descriptors or did no unmap the mmaped files. This results in a failures while trying to clean up the temporary directory of the testcase. I have fixed all of the above tests with the following patch. Signed-off-by: Darshak P Shah<darshaks@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  13. 88c166c Test library cleanups: Removing no longer used code from test.h eg. test_error.c is no longer in ltp, and the same for t_res.c so there is no need to include function prototypes for these. Adding void to functions that doesn't take any parameters; tst_exit() -> tst_exit(void); so code that pases parameters to these is not compileable any more. Also fixes all test broken by that change. As parameters passed to tst_exit() are ignored anyway it's quite safe to just remove them; but I'would rather see someone take a closer look. Code cleanups and fixes in tst_res.c: by subrata_modak · 15 years ago
  14. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  15. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  16. 134e896 fix return(1) -> return 1. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  17. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  18. ae1b395 The following patch Integrates the remaining MMAPSTRESS into runltp. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  19. 97e67c9 Here is some small correction in memory map stress testcases. Result before applying patch: by subrata_modak · 16 years ago
  20. 4be9098 Added check to see if roundup() is defined, if so, undefine and use by robbiew · 21 years ago
  21. d1d1237 warnings cleanup by robbiew · 21 years ago
  22. 8445709 Added mmapstress testsuite ported by Ananda Venkataraman. by robbiew · 22 years ago