index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
quota
/
quota.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use [u]intmax_t to printf unknown integer types.
dwmalone
2007-05-07
1
-36
/
+31
*
Insert explicit space between the output fields to prevent them
yar
2007-04-23
1
-3
/
+3
*
Add two new options to quota:
mpp
2007-02-11
1
-13
/
+64
*
If a user is over both the soft block limit and soft i-node
mpp
2007-02-04
1
-13
/
+29
*
If two files systems, /a and /b are marked as having quotas enabled
mpp
2007-02-04
1
-7
/
+21
*
Make quota exit with a non-zero status if one more more file
mpp
2007-02-01
1
-30
/
+37
*
- Document the default disk block usage unit.
ru
2006-10-21
1
-15
/
+38
*
Remove an unused #define. md5's with and without this commit match.
ceri
2005-03-13
1
-1
/
+0
*
Assign the result of getopt() to an int rather than to a char.
stefanf
2004-08-07
1
-2
/
+1
*
Remove redundant declarations.
das
2003-08-05
1
-2
/
+0
*
Don't overflow the block quota calculations for NFS mounts.
das
2003-08-05
1
-3
/
+3
*
Now that the kernel access control for quotactl(2) appears to work
rwatson
2003-06-15
1
-32
/
+0
*
Now that the kernel access control for quotactl(2) appears to work
rwatson
2003-06-15
1
-17
/
+0
*
Add a new flag (-l) that suppresses quota checks on NFS filesystems.
iedowse
2002-08-09
1
-4
/
+10
*
Fix a few compiler warnings, sort options and make the usage()
iedowse
2002-08-09
1
-16
/
+17
*
Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers
iedowse
2002-06-03
1
-1
/
+8
*
Fix some low-hanging fruit in the warnings department; ANSIfy functions,
markm
2002-04-28
1
-88
/
+59
*
remove __P
imp
2002-03-22
1
-2
/
+2
*
Changed 'blocks' to 'usage' because we may not be getting quotas from
pirzyk
2001-05-23
1
-1
/
+1
*
Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines
charnier
2000-03-26
1
-7
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Local filesystems are ufs not ffs
ache
1998-06-11
1
-2
/
+2
*
Don't assume that hp->h_lenght == 4. Be conservative in its use.
imp
1998-06-09
1
-2
/
+2
*
Converted to Lite2 mount interface - decide filesystem types by name
bde
1998-01-20
1
-3
/
+3
*
Use err(3). Cosmetic in usage string. Typo in man page.
charnier
1997-08-04
1
-41
/
+31
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Code clean up. Prototypes, casting, and parentheses around assignments
alex
1996-06-15
1
-18
/
+48
*
fixed some printf format mismatches and some lines exceeding 80 col's
graichen
1996-01-09
1
-16
/
+20
*
Obtained from: NetBSD
graichen
1996-01-05
1
-86
/
+273
*
Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatal
bde
1995-05-07
1
-11
/
+14
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+510