summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot/quot.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow for the last arugment to be the mountpoint of a filesystem,ps2001-03-101-2/+9
| | | | not just the device.
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* /dev/rXXX -> /dev/XXXmsmith2000-05-311-1/+1
|
* Do not repeat the name of the flag. Change alloc to allocate for bettercharnier1999-11-271-3/+3
| | | | spelling of printed messages.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* PR: bin/8624dillon1998-12-131-2/+5
| | | | | Fixed intermediate calculation overflow when reporting users with > 2GB of disk space.
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-6/+2
| | | | | | | | | and the pre-Lite2 vfsconf interfaces. For quot, just back out revs. 1.1 and 1.2 and change MNT_FFS to "ufs", so that vfsconf isn't used at all. Revs. 1.1 and 1.2 were hacks to get around f_fstypename not being in `struct statfs' in Lite1.
* Use err(3). Silent -Wall.charnier1997-10-101-73/+68
|
* Cast argument to lseek() properly to off_t.jkh1997-08-131-2/+2
| | | | | PR: 4246 Obtained from: review of PR and NetBSD sources.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* No need to go back quite _that_ far to the MOUNT_UFS constant when we havepeter1995-11-031-2/+8
| | | | | | a perfectly good getvfsbyname("ufs").. :-) Pointed out by: wollman and bde
* Minor tweaks to get quot to compile on FreeBSD..peter1995-11-031-2/+2
| | | | Basically back-port the dynamic fsname strings back to static constants.
* Import NetBSD's quot command, filling the gap in our sourcespeter1995-11-031-0/+583
(We only have the man page...) Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH.
OpenPOWER on IntegriCloud