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
/
fsck
/
fsutil.c
Age
Commit message (
Expand
)
Author
2015-09-27
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
Philip Guenther
2015-05-29
do not need non-NULL-check before free(p), other minor refactoring
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-08
replace internal erealloc() with ereallocarray(), and then use it to
Theo de Raadt
2010-08-12
Print the real device name followed by the disklabel UID in parenthesis
Joel Sing
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-02-17
silence fsck_{e2fs,ffs} when being put to work on non-existing filenames
Alexander von Gernler
2006-05-28
revert a part of last commit causes newline
Thordur I. Bjornsson
2006-05-27
newline fix + s/perror/xperror since we are
Thordur I. Bjornsson
2003-09-25
p = realloc(p is not allowed
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2003-06-26
const the rcsid, and make it say OpenBSD
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-16
string cleaning
Theo de Raadt
2002-09-06
support long names; henning ok
Theo de Raadt
2002-07-03
ansi
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-03
Put missing \n's in som error messages; consolidate redundant "if" (OK theo@).
Ian Darwin
2001-05-15
do not permit emalloc/erealloc of 0 sized objects
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-10-20
Sync with NetBSD 961019
Thorsten Lockert