summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/quota.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
| | | | | | | | | | a ufs filesystem and it may be reporting in K instead of 512b blocks. This is true when using a vxfs filesystem (on a solaris box) for instance. PR: bin/14545 Submitted by: Jim Pirzyk Reviewed by: jkh MFC after: 1 week
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-261-7/+7
| | | | Options: -> The following options are available:
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Local filesystems are ufs not ffsache1998-06-111-2/+2
| | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de>
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-2/+2
| | | | Submitted by: J. Assange a long time ago.
* Converted to Lite2 mount interface - decide filesystem types by namebde1998-01-201-3/+3
| | | | instead of by number.
* 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
| | | | posix standard on the topic.
* Code clean up. Prototypes, casting, and parentheses around assignmentsalex1996-06-151-18/+48
| | | | used as truth value.
* fixed some printf format mismatches and some lines exceeding 80 col'sgraichen1996-01-091-16/+20
| | | | (thanks to bruce)
* Obtained from: NetBSDgraichen1996-01-051-86/+273
| | | | | | replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad
* Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatalbde1995-05-071-11/+14
| | | | mismatches.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+510
OpenPOWER on IntegriCloud