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