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
/
sbin
/
quotacheck
/
quotacheck.c
Age
Commit message (
Expand
)
Author
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2015-02-07
When getopt processing flags, many should be flag=1 instead of flag++
Theo de Raadt
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-22
FSTAB -> _PATH_FSTAB, the latter is deprecated.
Jeremie Courreges-Anglas
2014-05-20
As suggested by guenther@ and millert@, replace seek+[read|write] with
Kenneth R Westerback
2014-05-12
Remove useless dev_bsize variable and use DEV_BSIZE as needed. Divide
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-04-23
handle large ino_t; ok tedu
Theo de Raadt
2012-05-31
Let quotacheck work with duid based fstab. Missed one open() -> opendev()
Kenneth R Westerback
2012-04-12
do not downsize a type before calling malloc
Theo de Raadt
2012-03-24
fix some leaks
Jonathan Gray
2012-02-08
Hammer fstab entries and command line entries into same format with
Kenneth R Westerback
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-12-16
fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;
Otto Moerbeek
2007-07-11
ffs2 support from FreeBSD. Tested by jmc@ and kili@
Todd C. Miller
2007-06-29
more daddr64_t changes; checked by otto
Theo de Raadt
2007-02-21
simplify synopsis and usage(); from Igor Sobrado
Jason McIntyre
2005-04-05
spacing found while digging for bugs
Theo de Raadt
2003-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-04
snprintf & strlcpy; tedu ok
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2003-03-11
strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.de
Theo de Raadt
2002-07-03
ansi
Theo de Raadt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
1997-06-25
(foo *)0 -> NULL
kstailey
1997-01-22
call err() correctly
Theo de Raadt
1997-01-03
make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c
Michael Shalayeff
1996-06-23
update rcsid
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 ufs -> ffs change (From John Kohl; PR #1403)
Theo de Raadt
1995-10-24
ufs -> ffs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt