summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove needless DIAGNOSTICS sections saying only "Various messages aboutmmcc2016-03-171-5/+3
| | | | | | inaccessible files; self-explanatory." ok jmc@
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
| | | | Feedback millert@ kettenis@
* Put repquota in line with other utilities: you either wants list everyting,zhuk2015-10-262-6/+9
| | | | | | | effectively using -a, or you specify filesystems one-by-one. Doing both resulted in a funny error messages, so just don't allow that silly behaviour. okay millert@
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-1/+1
| | | | ok millert krw
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* ensure there are prototypesderaadt2013-11-121-1/+1
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-11/+0
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Fix use of arguments in usage().mbalmer2007-09-071-3/+2
| | | | ok winiger
* convert to new .Dd format;jmc2007-05-311-3/+3
|
* tidy up synopsis and usage(); partly from Igor Sobradojmc2007-02-182-15/+8
|
* Report quotas > 10GB in a readable way. Diff based on PR 2836.otto2005-04-031-3/+3
| | | | ok deraadt@
* these commands said "blocks" when they meant "KBytes" (they even calculatedderaadt2005-04-011-2/+2
| | | | it so). pointed out by janc@cyberspace.org, pr 3956
* strict proto cleanupsderaadt2003-06-261-2/+2
|
* ansideraadt2003-06-251-27/+11
|
* - section reorderjmc2003-06-121-4/+4
| | | | | | - macro fixes - kill whitespace at EOL - new sentence, new line
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* pull in stdlib.h to avoid implicit decl of calloc(); ok henningjason2003-04-301-1/+2
|
* boring nothing commit from cloderderaadt2003-03-301-3/+2
|
* snprintf; millert okderaadt2003-03-301-2/+2
|
* cope with INITQFNAMES without a ;deraadt2002-09-061-2/+2
|
* no ; after INITQFNAMESderaadt2002-09-061-2/+2
|
* Minor fixes, including duplicate and missing words; Brian Poolemillert2002-06-251-3/+3
|
* more sprintfderaadt2002-05-291-4/+5
|
* kill more registers.mpech2002-03-141-11/+11
| | | | millert@ ok
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
|
* Revert previous patch.angelos2001-01-151-11/+8
|
* Handle quotas over 4G, PR 1534 (bob@prophecy.lu)angelos2001-01-141-8/+11
|
* Print quotas > 4G correctly; be a little more paranoid with a few buffers.pjanzen2000-12-211-8/+14
|
* Fix pasto: repquota does not report user quotas when a volume argument is givenmillert2000-09-111-2/+2
| | | | and there are no group quotas set. canacar@eee.metu.edu.tr
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-3/+3
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-2/+3
| | | | cleanup along the way.
* no need to extern int errno if errno.h is includedderaadt2000-02-011-2/+1
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-3/+3
| | | | is used instead; kwesterback@home.com
* cleanupaaron1999-03-111-7/+8
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* fix a typical use; -Wallderaadt1996-12-121-13/+24
|
* allow operation even if fstab does not label filesystem as supportingderaadt1996-05-041-3/+3
| | | | quotas; pointed out by jonny@gaia.coppe.ufrj.br
* permit quotas to work on mfs; problem reported by rdante@pnet.netderaadt1996-04-251-2/+3
|
* sync to netbsd 960418deraadt1996-04-211-3/+4
|
* accept either ffs or ufs for filesystem namederaadt1996-01-071-2/+3
|
* Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)deraadt1995-11-061-1/+1
|
* ufs -> ffsderaadt1995-10-241-2/+2
|
* initial import of NetBSD treederaadt1995-10-183-0/+492