aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/repquota
Commit message (Collapse)AuthorAgeFilesLines
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-021-28/+14
| | | | Notes: svn path=/head/; revision=180187
* Change the header to indicate which type of id is being displayed,Mike Pritchard2007-09-191-2/+2
| | | | | | | | | "User" or "Group", instead of identifying them all as "User". Approved by: re (bmah) Notes: svn path=/head/; revision=172235
* If two files systems, /a and /b are marked as having quotas enabledMike Pritchard2007-02-041-8/+22
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=166485
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
| | | | Notes: svn path=/head/; revision=140442
* Allocate an additional white space in a username column forMaxim Konovalov2004-12-191-3/+3
| | | | | | | | | | | a long (UT_NAMESIZE) login names. PR: bin/75259 Submitted by: Matthew D.Fuller MFC after: 2 weeks Notes: svn path=/head/; revision=139043
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
| | | | | | | (with permission of addtional copyright holders where appropriate) Notes: svn path=/head/; revision=133249
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-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 Notes: svn path=/head/; revision=124830
* Add support for a -n argument which displays user and group IDsBrooks Davis2003-07-072-5/+14
| | | | | | | | | numerically rather than converting to a user or group name. MFC After: 1 week Notes: svn path=/head/; revision=117318
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
| | | | Notes: svn path=/head/; revision=114601
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-7/+7
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
| | | | Notes: svn path=/head/; revision=99968
* WARNS=4, de-__P()Alfred Perlstein2002-07-112-9/+7
| | | | Notes: svn path=/head/; revision=99822
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-162-4/+4
| | | | Notes: svn path=/head/; revision=96705
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-1/+1
| | | | | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Removed unused include of <sys/stat.h>. Only its pollution was used. Notes: svn path=/head/; revision=91233
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=87629
* WARNS=2 cleanup.Mike Heffner2001-12-102-12/+17
| | | | | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks Notes: svn path=/head/; revision=87597
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* Print "-" instead of "" in the grace field if there is no graceDima Dorfman2001-06-191-2/+2
| | | | | | | | | | period; this keeps the number of whitespace-separated fields constant. PR: 15739, 23908 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> Notes: svn path=/head/; revision=78452
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68965
* DescriptionJulian Elischer1999-11-011-3/+14
| | | | | | | | | | | repquota reports softlimits, hardlimits and ``used'' field incorrectly, namely those numbers get wrapped modulo 4Gbytes. PR: bin/8164 Submitted by: Anton Berezin <tobez@plab.ku.dk> Notes: svn path=/head/; revision=52734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48791
* Larger, space separated fields in the output of repquota.Joseph Koshy1999-06-111-5/+5
| | | | | | | | PR: 8730 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=47875
* Make it compatible with long usernamesAndrey A. Chernov1998-06-141-4/+9
| | | | Notes: svn path=/head/; revision=36993
* Use err(3). Add prototypes.Philippe Charnier1997-10-132-21/+33
| | | | Notes: svn path=/head/; revision=30373
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8857
* Fix 3 fatal mismatches in format args involving dbtob() and 7 nonfatalBruce Evans1995-05-071-9/+9
| | | | | | | mismatches. Notes: svn path=/head/; revision=8326
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+488
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553