index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
repquota
Age
Commit message (
Expand
)
Author
2021-11-15
No need to declare optind, optarg or opterr; unistd.h does this for us.
Todd C. Miller
2016-03-17
Remove needless DIAGNOSTICS sections saying only "Various messages about
mmcc
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2015-10-26
Put repquota in line with other utilities: you either wants list everyting,
Vadim Zhukov
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
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
2007-09-07
Fix use of arguments in usage().
Marc Balmer
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
2005-04-01
these commands said "blocks" when they meant "KBytes" (they even calculated
Theo de Raadt
2003-06-26
strict proto cleanups
Theo de Raadt
2003-06-25
ansi
Theo de Raadt
2003-06-12
- section reorder
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
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
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
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
2000-04-15
- For consistency, `super-user' -> `superuser' in all cases.
Aaron Campbell
2000-03-19
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
Aaron Campbell
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
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
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