1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  3. 563a8b7 syscalls/symlink01: Fix test messages by Cyril Hrubis · 10 years ago
  4. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. 9c31ad2 lib, tests: Rename get_tst_tmpdir() to tst_get_tmpdir() by Cyril Hrubis · 10 years ago
  7. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 11 years ago
  8. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 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. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  12. 0ae003b Fix remaining compilation errors. by Garrett Cooper · 14 years ago
  13. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  14. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  15. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  16. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  17. 923b23f Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes: by subrata_modak · 15 years ago
  18. e5fce93 fix/cleanup most printf strings and errno handling by vapier · 15 years ago
  19. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  20. 054a7f3 Symlink01: Not Run Invalid Tests v2: Renumber testcases in the symlink01 file, reflecting some added tests: http://article.gmane.org/gmane.linux.ltp/6987. Enabled 2 seems invalid tests, which caused link01 and rename01A test cases failure,Looking from the code, the first failure looks indeed broken according to its own comment,The second one is because it makes assumption that the link and target files are located in different filesystems, which is incorrect.This patch reverts some parts of the above patch, and return it to its original behavior. I have also added some comments there to explain so. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  21. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  22. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  23. a926306 Fix return(NULL) -> return NULL. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  24. 134e896 fix return(1) -> return 1. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  25. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  26. 62f3d67 Renumber testcases in the symlink01 file, reflecting some added tests: The indexes of tests in th symlink01 test are incorrect, which causes broken test results due to eg. unlink test invoked as part of the chmod tests. This patch fixes that. Signed-Off-By: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  27. cc378eb The problem is noticed only for these 2 tests lstat01A_64 and stat04_64. Analysis of the problem showed that these tests are called from runtest/syscall file. The problem is noticed because the symlink01.c file doesn't have implementation to take care lstat01A_64 and stat04_64 arguments that are passed in the file runtest/syscall. Solution: Simple solution is to remove lines. by subrata_modak · 16 years ago
  28. 44d51c3 When compiling with -D_FORTIFY_SOURCE=2 following buffer-overflow gets detected: by subrata_modak · 16 years ago
  29. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  30. ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
  31. e555fd6 add missing ; by vapier · 18 years ago
  32. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 19 years ago
  33. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  34. 066dbd4 Applied long path name patch from Michael Vieths: by robbiew · 20 years ago
  35. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 22 years ago
  36. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago