1. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  2. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  3. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  4. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  5. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  6. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  7. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  8. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  9. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  10. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  11. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  12. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  13. 344d5c3 Rohit Verma <rohit.170309@gmail.com> reported: I think there is a bug in the source code. In both the cases the string variable "Type" is not null- terminated. This variable ("Type") indicates the filesystem type, which is used later in the code. In the above said lines of code, I can observe that 'strlen(fstype)' is used within strncpy. Now, strlen returns the length of string excluding the null character. Man page of strncpy states that the 'dest' string is null terminated only if it is present in first 'n' bytes of the 'src'. In our case, since strlen returns lenght excluding the null character the string "Type" is not null terminated. by subrata_modak · 15 years ago
  14. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  15. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  16. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  17. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 19 years ago
  18. eb275f5 Added umount() tests created by Nirmala Devi Dhanasekar <nirmala.devi@wipro.com>. by robbiew · 22 years ago