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. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 years ago
  4. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  5. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  6. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  9. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  10. c585a27 Fix testcases and make the overall cp operations consistent. by Garrett Cooper · 14 years ago
  11. 775c33d Fix attempt at cleaning up execve testcases. by Garrett Cooper · 14 years ago
  12. 0ae003b Fix remaining compilation errors. by Garrett Cooper · 14 years ago
  13. 5cf94a2 Turn reminder into a comment from a syntax error. by Garrett Cooper · 14 years ago
  14. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  15. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  16. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  17. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  18. 5374050 Merge branch 'master' into ltp-broom 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. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  21. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  22. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  23. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  24. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  25. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  26. ddd0f94 Find attached patchset which address some serious compiler warning fixes spotted by GCC4.1 (SLES10 SP2) and GCC4.3 (openSUSE Factory). Fix warning about _is_ unused variable (note the difference between "may" and "is" unused!). Unintended mixup with *pwd and *path. *path never gets set. by subrata_modak · 16 years ago
  27. e272235 execve02 checks that execve() fails if the caller does not have executable permission on the file. However, in case the test fails and execve() succeeds, the default binary (test3) has return code 0, which is interpreted as test success. We get output like that: by subrata_modak · 16 years ago
  28. 4374a71 This patch fix a concurrency issue in execve02. In case of concurrent executions, all tasks was using the same file, changing its mode and leading to invalid mode for some of them. This patch creates a private tmp directory for each task, copies the test file in it and performs all the tests using this private file. Regards Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 16 years ago
  29. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  30. f9cb916 warnings cleanup by robbiew · 21 years ago
  31. f7dc1be Applied patch from Andreas Jaeger: by robbiew · 21 years ago
  32. da85874 fix error with child not exiting properly in execve02.c from Colin Gibbs by plars · 22 years ago
  33. b079c39 Corrected the retval updating code. by robbiew · 23 years ago
  34. b851d7b Corrected the race condition. by robbiew · 23 years ago
  35. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago