summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota/repquota.c
Commit message (Collapse)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-10/+9
| | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
* Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-1/+1
|
* Fix warnings + indentation + utmpxdes2010-03-041-23/+25
|
* Claen up format when doing non-humanized output.mckusick2009-10-201-2/+4
|
* Update to work with quotafile functions in -libutil.mckusick2009-10-201-118/+78
| | | | Add -h flag to provide humanized output.
* Drag this code kicking and screaming into the twenty-first century.des2008-07-021-28/+14
|
* Change the header to indicate which type of id is being displayed,mpp2007-09-191-2/+2
| | | | | | "User" or "Group", instead of identifying them all as "User". Approved by: re (bmah)
* If two files systems, /a and /b are marked as having quotas enabledmpp2007-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
* Allocate an additional white space in a username column formaxim2004-12-191-3/+3
| | | | | | | | a long (UT_NAMESIZE) login names. PR: bin/75259 Submitted by: Matthew D.Fuller MFC after: 2 weeks
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+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
* Add support for a -n argument which displays user and group IDsbrooks2003-07-071-5/+9
| | | | | | numerically rather than converting to a user or group name. MFC After: 1 week
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
|
* WARNS=4, de-__P()alfred2002-07-111-8/+6
|
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* #include <time.h> for the definition of time functions instead ofbde2002-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.
* WARNS=2 cleanup.mikeh2001-12-101-12/+15
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Print "-" instead of "" in the grace field if there is no gracedd2001-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>
* Descriptionjulian1999-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>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Larger, space separated fields in the output of repquota.jkoshy1999-06-111-5/+5
| | | | | PR: 8730 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Make it compatible with long usernamesache1998-06-141-4/+9
|
* Use err(3). Add prototypes.charnier1997-10-131-20/+32
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Fix 3 fatal mismatches in format args involving dbtob() and 7 nonfatalbde1995-05-071-9/+9
| | | | mismatches.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+379
OpenPOWER on IntegriCloud