Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
d59a659cd639ca2780b00049d102acd2a783d585
/
testcases
/
kernel
/
syscalls
/
quotactl
/
quotactl01.c
d59a659
s/Tst_count/tst_count/ to avoid CamelCase
by Caspar Zhang
· 12 years ago
359980f
rename syscall() macro to ltp_syscall()
by Jan Stancek
· 12 years ago
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
89af32a
Another semiautomated cleanup.
by Cyril Hrubis
· 12 years ago
4548c6c
Update FSF address
by Wanlong Gao
· 12 years ago
ec6edca
Add missing newline at end of file
by Chris Dearman
· 12 years ago
e683a86
Remove all unwanted references to TESTDIR.
by Garrett Cooper
· 14 years ago
1569799
Fix some tests. Remove all externs to Tst_count.
by Garrett Cooper
· 14 years ago
2c28215
Style and conformance changes.
by Garrett Cooper
· 14 years ago
5374050
Merge branch 'master' into ltp-broom
by Garrett Cooper
· 14 years ago
43088e1
Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp
by Garrett Cooper
· 14 years ago
df3eb16
Deal with a lot of annoying style nits.
by Garrett Cooper
· 14 years ago
60fa801
More meaningful cleanup with making options parsing errors consistent.
by Garrett Cooper
· 14 years ago
40be648
Use HAVE_QUOTA instead of HAS_QUOTA.
by Garrett Cooper
· 14 years ago
7ed9a6c
1. Unblock quota v1 (as best possible).
by yaberauneya
· 15 years ago
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
88fe99f
1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful...
by yaberauneya
· 15 years ago
b33a7c8
Remove return code printout.
by yaberauneya
· 15 years ago
cfb7063
Add block device detection. It's the first step towards getting the quotactl crud to work.
by yaberauneya
· 15 years ago
6d4a861
1. Print out the return code.
by yaberauneya
· 15 years ago
b8709bf
1. Fix the 2.x quota autoconf test
by yaberauneya
· 15 years ago
4df2865
- Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp
by yaberauneya
· 15 years ago
ef77253
1. Please see README.mk-devel for a full description of the changes
by yaberauneya
· 15 years ago
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
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
bdb9a15
Add/Port quotactl01 test for quotactl() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>.
by subrata_modak
· 15 years ago