summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota/repquota.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Put repquota in line with other utilities: you either wants list everyting,zhuk2015-10-261-1/+1
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-1/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+1
* ensure there are prototypesderaadt2013-11-121-1/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-11/+0
* Fix use of arguments in usage().mbalmer2007-09-071-3/+2
* tidy up synopsis and usage(); partly from Igor Sobradojmc2007-02-181-4/+4
* Report quotas > 10GB in a readable way. Diff based on PR 2836.otto2005-04-031-3/+3
* these commands said "blocks" when they meant "KBytes" (they even calculatedderaadt2005-04-011-2/+2
* strict proto cleanupsderaadt2003-06-261-2/+2
* ansideraadt2003-06-251-27/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 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
* more sprintfderaadt2002-05-291-4/+5
* kill more registers.mpech2002-03-141-11/+11
* 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
* no need to extern int errno if errno.h is includedderaadt2000-02-011-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
* 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-181-0/+381