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. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  4. cf0d626 Remove all useless NULL casts. by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  7. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  8. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  9. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  10. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  11. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  12. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  13. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  14. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  15. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  16. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  17. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  18. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  19. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  20. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  21. 40be648 Use HAVE_QUOTA instead of HAS_QUOTA. by Garrett Cooper · 14 years ago
  22. 7ed9a6c 1. Unblock quota v1 (as best possible). by yaberauneya · 15 years ago
  23. c2a3ba5 Get closer to getting a working quotactl01 test. There were many setup related items missing, and I'm still bumbling around in the dark trying to figure out how this works, but I'm getting closer to an answer at least... by yaberauneya · 15 years ago
  24. 88fe99f 1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful... by yaberauneya · 15 years ago
  25. b33a7c8 Remove return code printout. by yaberauneya · 15 years ago
  26. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  27. 6d4a861 1. Print out the return code. by yaberauneya · 15 years ago
  28. b8709bf 1. Fix the 2.x quota autoconf test by yaberauneya · 15 years ago
  29. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  30. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  31. a0ca8a0 quotactl01: Replace hardcoded 258 by __NR_set_tid_address: The call signature seems to match the set_tid_address() syscall. Also remove the comment about calling quotactl, as it's obviously bogus. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  32. 04583fa quotactl01: Fix tst_resm() format causing crash: When the quotactl syscall fails, quotactl01 crashes with a segmentation fault due to an incorrect printf()-style format. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  33. bdb9a15 Add/Port quotactl01 test for quotactl() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago