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. c60a230 syscalls: Make use of tst_umount() by Cyril Hrubis · 10 years ago
  4. 75fb057 fix some syscall tests for 16-bit compat testing by Han Pingtian · 10 years ago
  5. 25f7789 syscalls/fchown04: Convert to tst_acquire_device() by Cyril Hrubis · 10 years ago
  6. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  7. b2d78ac fchown/fchown04.c: add EROFS error number test by Zeng Linggang · 10 years ago
  8. 4d9311e fchown/fchown04.c: cleanup by Zeng Linggang · 11 years ago
  9. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  10. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  11. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  12. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  13. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  14. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  15. 6565b0f Fix testcase. by Garrett Cooper · 14 years ago
  16. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  17. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  18. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  19. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  20. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  21. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  22. 358c3ee Printf-style format string warnings (TEST_RETURN related): this patch fixes some printf-format string warnings, concerning the TEST_RETURN variable. TEST_RETURN is declared as "long", so it is advisable to use "%ld" in printf format string to avoid undefined behaviour. Note that this patch is not complete - it fixes the warnings in files near the beginning of the alphabet only. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  23. 945234b Delete the change_owner binary, as it is an insecure suid root binary; rewrite tests that use it: This patch is based on Jiri's change_owner patch. I removed references in runtest/syscalls and fix some coding style violations. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  24. 814e03c Prevent leaving files in the temporary directory by calling tst_rmdir, or cleanup, where appropriate. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  25. 3221898 Do not call tst_brkm from the cleanup function in some tests: It is bad for the cleanup function to abort by calling tst_brkm, because in that case, further cleanup will not be performed. This patch fixes it in some chmod*, chown*, fchmod* and fchown* tests by substituting tst_resm for tst_brkm. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  26. 37cf54a cleanup code by vapier · 17 years ago
  27. b605150 A fix for bug #29491. Made more robust for use with the use of initgroups by mreed10 · 17 years ago
  28. e71185b Applied patch from Prashant Yendigeri that fixes execution: by robbiew · 20 years ago
  29. 725c280 Small fix to chown03 and fchown04. tst_tmpdir() call was happening in a spot that would cause it to break under certain automation environments. by plars · 20 years ago
  30. 233a992 Added code to set the environment variable, change_owner, if it is not already set. by robbiew · 21 years ago
  31. 58a65bc error checking... getenv() will return null if change_owner environment variable is not set, this will cause the testcase to coredump. by iyermanoj · 21 years ago
  32. e0ad305 Fixed fchown04, the method for determining the path to change_owner didn't seem to work properly causing the test to fail by plars · 21 years ago
  33. f9cb916 warnings cleanup by robbiew · 21 years ago
  34. e3df977 Applied patch submitted by Bull. by robbiew · 22 years ago
  35. 9f75ee2 Did some warnings cleanup. by robbiew · 22 years ago
  36. 968b16d Modified test to run CORRECTLY as root user. by robbiew · 23 years ago
  37. 1087228 Made change so test can run as root. by robbiew · 23 years ago
  38. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago