1. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  4. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  5. c585a27 Fix testcases and make the overall cp operations consistent. by Garrett Cooper · 14 years ago
  6. 775c33d Fix attempt at cleaning up execve testcases. by Garrett Cooper · 14 years ago
  7. 0ae003b Fix remaining compilation errors. by Garrett Cooper · 14 years ago
  8. 5cf94a2 Turn reminder into a comment from a syntax error. by Garrett Cooper · 14 years ago
  9. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  10. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  11. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  12. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  13. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  14. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  15. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  16. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  17. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  18. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  19. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  20. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  21. 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
  22. 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
  23. 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 · 17 years ago
  24. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  25. f9cb916 warnings cleanup by robbiew · 22 years ago
  26. f7dc1be Applied patch from Andreas Jaeger: by robbiew · 22 years ago
  27. da85874 fix error with child not exiting properly in execve02.c from Colin Gibbs by plars · 22 years ago
  28. b079c39 Corrected the retval updating code. by robbiew · 23 years ago
  29. b851d7b Corrected the race condition. by robbiew · 23 years ago
  30. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago