summaryrefslogtreecommitdiff
path: root/usr.sbin/repquota
AgeCommit message (Collapse)Author
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
From Jan Stary. OK deraadt@
2016-03-17Remove needless DIAGNOSTICS sections saying only "Various messages aboutmmcc
inaccessible files; self-explanatory." ok jmc@
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
Feedback millert@ kettenis@
2015-10-26Put repquota in line with other utilities: you either wants list everyting,Vadim Zhukov
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@
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
ok millert krw
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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)
2013-11-12ensure there are prototypesTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2007-09-07Fix use of arguments in usage().Marc Balmer
ok winiger
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage(); partly from Igor SobradoJason McIntyre
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
ok deraadt@
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
it so). pointed out by janc@cyberspace.org, pr 3956
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-30pull in stdlib.h to avoid implicit decl of calloc(); ok henningJason Wright
2003-03-30boring nothing commit from cloderTheo de Raadt
2003-03-30snprintf; millert okTheo de Raadt
2002-09-06cope with INITQFNAMES without a ;Theo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-06-25Minor fixes, including duplicate and missing words; Brian PooleTodd C. Miller
2002-05-29more sprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-01-15Revert previous patch.Angelos D. Keromytis
2001-01-14Handle quotas over 4G, PR 1534 (bob@prophecy.lu)Angelos D. Keromytis
2000-12-21Print quotas > 4G correctly; be a little more paranoid with a few buffers.Paul Janzen
2000-09-11Fix pasto: repquota does not report user quotas when a volume argument is givenTodd C. Miller
and there are no group quotas set. canacar@eee.metu.edu.tr
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-11cleanupAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-12fix a typical use; -WallTheo de Raadt
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-01-07accept either ffs or ufs for filesystem nameTheo de Raadt
1995-11-06Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)Theo de Raadt
1995-10-24ufs -> ffsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt