Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new flag (-l) that suppresses quota checks on NFS filesystems. | iedowse | 2002-08-09 | 2 | -7/+26 |
| | | | | | PR: bin/12939 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> | ||||
* | Fix a few compiler warnings, sort options and make the usage() | iedowse | 2002-08-09 | 2 | -27/+29 |
| | | | | output match the synopsis. | ||||
* | Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers | iedowse | 2002-06-03 | 1 | -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> | ||||
* | Fix some low-hanging fruit in the warnings department; ANSIfy functions, | markm | 2002-04-28 | 1 | -88/+59 |
| | | | | sort out some const issues. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+7 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -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. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Changed 'blocks' to 'usage' because we may not be getting quotas from | pirzyk | 2001-05-23 | 1 | -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 | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines | charnier | 2000-03-26 | 2 | -13/+12 |
| | | | | Options: -> The following options are available: | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -1/+0 |
| | |||||
* | Local filesystems are ufs not ffs | ache | 1998-06-11 | 1 | -2/+2 |
| | | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de> | ||||
* | Don't assume that hp->h_lenght == 4. Be conservative in its use. | imp | 1998-06-09 | 1 | -2/+2 |
| | | | | Submitted by: J. Assange a long time ago. | ||||
* | Converted to Lite2 mount interface - decide filesystem types by name | bde | 1998-01-20 | 1 | -3/+3 |
| | | | | instead of by number. | ||||
* | Use err(3). Cosmetic in usage string. Typo in man page. | charnier | 1997-08-04 | 2 | -45/+35 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
| | |||||
* | Code clean up. Prototypes, casting, and parentheses around assignments | alex | 1996-06-15 | 1 | -18/+48 |
| | | | | used as truth value. | ||||
* | fixed some printf format mismatches and some lines exceeding 80 col's | graichen | 1996-01-09 | 1 | -16/+20 |
| | | | | (thanks to bruce) | ||||
* | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -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 | ||||
* | Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatal | bde | 1995-05-07 | 1 | -11/+14 |
| | | | | mismatches. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+648 |