summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon
Commit message (Collapse)AuthorAgeFilesLines
* Simply use getprogname() to obtain the name of the process.ed2012-01-031-4/+2
|
* IFH@204581des2010-03-042-5/+1
|\
| * The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
| |
| * ANSIfy some more tools in usr.sbin/.ed2010-01-021-4/+1
| | | | | | | | | | Most of these tools build with WARNS=6, except for their use of K&R function declarations.
* | Convert quotaon/quotaoff to use the new quotafile functions.mckusick2009-11-162-96/+29
|/
* Drag this code kicking and screaming into the twenty-first century.des2008-07-021-12/+6
|
* If two files systems, /a and /b are marked as having quotas enabledmpp2007-02-041-8/+21
| | | | | | | | | | | | | in fstab and they are normally mounted as /a/b, if /b is not mounted, the various quota utilities will incorrectly operate with the quotas on /a (silently) when operations are attemted on /b. Sync up all the hasquota() routines between all the different quota utilities and change it to detect if the file system we are attempting to perform quota operations on is not currently mounted and warn the user accordingly. PR: bin/38918
* Display the name of the quota data file in verbose mode.mpp2007-01-241-2/+2
|
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-072-8/+0
| | | | (with permission of addtional copyright holders where appropriate)
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-2/+2
| | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
|
* Uniformly refer to a file system as "file system".ru2002-12-121-12/+12
| | | | Approved by: re
* The .Nm utilitycharnier2002-07-141-6/+10
|
* WARNS=4, de-__P()alfred2002-07-112-10/+10
|
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-162-3/+3
|
* Remove a duplicate word.murray2001-11-191-2/+1
| | | | | | PR: docs/32087 Submitted by: setantae@submonkey.net MFC After: 2 days
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtints (e.g., exit, strcmp).
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Use err(3). Add prototypes. Cosmetic in usage string.charnier1997-10-132-29/+41
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-263-0/+398
OpenPOWER on IntegriCloud