aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/quota
Commit message (Collapse)AuthorAgeFilesLines
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.Ian Dowse2002-08-092-7/+26
| | | | | | | | PR: bin/12939 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=101545
* Fix a few compiler warnings, sort options and make the usage()Ian Dowse2002-08-092-27/+29
| | | | | | | output match the synopsis. Notes: svn path=/head/; revision=101544
* Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS serversIan Dowse2002-06-031-1/+8
| | | | | | | | | | | are down. Avoid trying to send RPCs to the pidXXX@machine names used in the special amd(8) mounts. PR: bin/6183 Submitted by: Petr Lampa <lampa@fee.vutbr.cz> Notes: svn path=/head/; revision=97764
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,Mark Murray2002-04-281-88/+59
| | | | | | | sort out some const issues. Notes: svn path=/head/; revision=95624
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+7
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92921
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+2
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Changed 'blocks' to 'usage' because we may not be getting quotas fromJim Pirzyk2001-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 Notes: svn path=/head/; revision=77047
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
| | | | Notes: svn path=/head/; revision=68963
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linesPhilippe Charnier2000-03-262-13/+12
| | | | | | | Options: -> The following options are available: Notes: svn path=/head/; revision=58618
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | Notes: svn path=/head/; revision=39495
* Local filesystems are ufs not ffsAndrey A. Chernov1998-06-111-2/+2
| | | | | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de> Notes: svn path=/head/; revision=36880
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-2/+2
| | | | | | | Submitted by: J. Assange a long time ago. Notes: svn path=/head/; revision=36792
* Converted to Lite2 mount interface - decide filesystem types by nameBruce Evans1998-01-201-3/+3
| | | | | | | instead of by number. Notes: svn path=/head/; revision=32651
* Use err(3). Cosmetic in usage string. Typo in man page.Philippe Charnier1997-08-042-45/+35
| | | | Notes: svn path=/head/; revision=27888
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18718
* Code clean up. Prototypes, casting, and parentheses around assignmentsAlexander Langer1996-06-151-18/+48
| | | | | | | used as truth value. Notes: svn path=/head/; revision=16379
* fixed some printf format mismatches and some lines exceeding 80 col'sThomas Graichen1996-01-091-16/+20
| | | | | | | (thanks to bruce) Notes: svn path=/head/; revision=13365
* Obtained from: NetBSDThomas Graichen1996-01-053-89/+291
| | | | | | | | | 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 Notes: svn path=/head/; revision=13236
* Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatalBruce Evans1995-05-071-11/+14
| | | | | | | mismatches. Notes: svn path=/head/; revision=8327
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+648
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590