summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/quota.c
Commit message (Expand)AuthorAgeFilesLines
* Assign the result of getopt() to an int rather than to a char.stefanf2004-08-071-2/+1
* Remove redundant declarations.das2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-17/+0
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.iedowse2002-08-091-4/+10
* Fix a few compiler warnings, sort options and make the usage()iedowse2002-08-091-16/+17
* Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS serversiedowse2002-06-031-1/+8
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,markm2002-04-281-88/+59
* remove __Pimp2002-03-221-2/+2
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-261-7/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Local filesystems are ufs not ffsache1998-06-111-2/+2
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-2/+2
* Converted to Lite2 mount interface - decide filesystem types by namebde1998-01-201-3/+3
* Use err(3). Cosmetic in usage string. Typo in man page.charnier1997-08-041-41/+31
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Code clean up. Prototypes, casting, and parentheses around assignmentsalex1996-06-151-18/+48
* fixed some printf format mismatches and some lines exceeding 80 col'sgraichen1996-01-091-16/+20
* Obtained from: NetBSDgraichen1996-01-051-86/+273
* Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatalbde1995-05-071-11/+14
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+510
OpenPOWER on IntegriCloud