summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+6
* inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;guenther2014-09-061-5/+5
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* pretty print bigger off_tderaadt2013-04-241-3/+4
* Small memory optimization from NetBSD; ok krw@ millert@otto2011-05-081-2/+1
* remove support for (very) old ffs on-disk formats; ok krw@ and nootto2011-04-241-38/+6
* Blend in some code from netbsd and freebsd that reduces memory consumptionotto2011-04-161-9/+9
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* reduce mem usage by about 20% by packing state and type of an inode in a singleotto2008-06-101-13/+14
* Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@otto2007-06-251-4/+12
* Add support for checking ffs2 filesystems. From pedro@ based onmillert2007-04-101-16/+24
* earlier asprintf diff caused malloc in signal handler. clarify thederaadt2006-03-221-6/+6
* use asprintf instead of a static buffer; dhill, tested by pedroderaadt2006-03-121-6/+6
* spell fall through as FALLTHROUGHtedu2006-01-251-3/+3
* bye bye whiteoutsmillert2005-06-161-14/+2
* Since the return value from the *_info functions is only actually used as amillert2005-04-161-6/+4
* while snprintf and strlcpy and strlcat have this nice >buflen API (and thederaadt2005-04-161-6/+10
* consistent newlines, from tom cosgrove at arches-consulting.com.tedu2003-10-111-4/+4
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* string cleaning; ok teduderaadt2003-04-261-6/+8
* string cleaningderaadt2003-04-161-4/+4
* - Convert function definitions to new stylegluk2002-08-231-17/+11
* rm trailing whitespacetodd2002-06-091-5/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* kill more registers;mpech2001-11-051-6/+6
* major -Wall cleanup, almost completederaadt2001-07-071-6/+6
* Fix directory state tracking.gluk2001-05-281-5/+20
* Make fsck aware of soft updates.art2001-03-021-10/+25
* SIGINFO supportd1999-03-011-2/+31
* back out vfs lite2 till after 2.2deraadt1997-10-061-25/+10
* VFS Lite2 Changescsapuntz1997-10-061-10/+25
* Sync with NetBSD 961019tholo1996-10-201-20/+15
* update rcsidderaadt1996-06-231-1/+2
* be more carefulderaadt1996-05-281-9/+6
* initial import of NetBSD treederaadt1995-10-181-0/+471