Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller | |
From Jan Stary. OK deraadt@ | |||
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc | |
inaccessible files; self-explanatory." ok jmc@ | |||
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback | |
Feedback millert@ kettenis@ | |||
2015-10-26 | Put 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-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt | |
ok millert krw | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo 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-12 | ensure there are prototypes | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-07 | Fix use of arguments in usage(). | Marc Balmer | |
ok winiger | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); partly from Igor Sobrado | Jason McIntyre | |
2005-04-03 | Report quotas > 10GB in a readable way. Diff based on PR 2836. | Otto Moerbeek | |
ok deraadt@ | |||
2005-04-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt | |
it so). pointed out by janc@cyberspace.org, pr 3956 | |||
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-25 | ansi | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-30 | pull in stdlib.h to avoid implicit decl of calloc(); ok henning | Jason Wright | |
2003-03-30 | boring nothing commit from cloder | Theo de Raadt | |
2003-03-30 | snprintf; millert ok | Theo de Raadt | |
2002-09-06 | cope with INITQFNAMES without a ; | Theo de Raadt | |
2002-09-06 | no ; after INITQFNAMES | Theo de Raadt | |
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller | |
2002-05-29 | more sprintf | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part 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-15 | Revert previous patch. | Angelos D. Keromytis | |
2001-01-14 | Handle quotas over 4G, PR 1534 (bob@prophecy.lu) | Angelos D. Keromytis | |
2000-12-21 | Print quotas > 4G correctly; be a little more paranoid with a few buffers. | Paul Janzen | |
2000-09-11 | Fix pasto: repquota does not report user quotas when a volume argument is given | Todd 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-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-03-11 | cleanup | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-12-12 | fix a typical use; -Wall | Theo de Raadt | |
1996-05-04 | allow operation even if fstab does not label filesystem as supporting | Theo de Raadt | |
quotas; pointed out by jonny@gaia.coppe.ufrj.br | |||
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-01-07 | accept either ffs or ufs for filesystem name | Theo de Raadt | |
1995-11-06 | Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679) | Theo de Raadt | |
1995-10-24 | ufs -> ffs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |