1. f73d2ae quotactl01: replace int comparison with memcmp by Jan Stancek · 8 years ago
  2. 00b4cde syscalls/*: fix TERRNO by Xiao Yang · 8 years ago
  3. d40d74e syscalls/quotatcl01.c: Rewrite && Convert to new API by Xiao Yang · 8 years ago
  4. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  5. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 10 years ago
  6. 167dbdb Cleanup nice01, quotactl01, setgroups01 and setgroups02 syscalls by Nicolas Joly · 10 years ago
  7. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  8. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  9. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  10. cf0d626 Remove all useless NULL casts. by Cyril Hrubis · 10 years ago
  11. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  12. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 11 years ago
  13. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  14. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  15. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 12 years ago
  16. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  17. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  18. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  19. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  20. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  21. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  22. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  23. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  24. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  25. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  26. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  27. 40be648 Use HAVE_QUOTA instead of HAS_QUOTA. by Garrett Cooper · 14 years ago
  28. 7ed9a6c 1. Unblock quota v1 (as best possible). by yaberauneya · 15 years ago
  29. 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
  30. 88fe99f 1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful... by yaberauneya · 15 years ago
  31. b33a7c8 Remove return code printout. by yaberauneya · 15 years ago
  32. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  33. 6d4a861 1. Print out the return code. by yaberauneya · 15 years ago
  34. b8709bf 1. Fix the 2.x quota autoconf test by yaberauneya · 15 years ago
  35. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  36. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  37. 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
  38. 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
  39. bdb9a15 Add/Port quotactl01 test for quotactl() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago