summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/fsck.h
AgeCommit message (Expand)Author
2024-02-03Remove Softdep.Bob Beck
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonTheo de Raadt
2020-07-13Both phase 1 and phase 5 need the cylinder group meta data, so save thoseOtto Moerbeek
2018-01-05the value of bflag is a blockno, so use the proper type, avoidsOtto Moerbeek
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
2014-09-06inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;Philip Guenther
2014-05-09Fix '-b' option to work with the superblock locations output by newfsKenneth R Westerback
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2011-05-08Small memory optimization from NetBSD; ok krw@ millert@Otto Moerbeek
2011-04-24remove support for (very) old ffs on-disk formats; ok krw@ and noOtto Moerbeek
2011-04-16Blend in some code from netbsd and freebsd that reduces memory consumptionOtto Moerbeek
2008-06-10reduce mem usage by about 20% by packing state and type of an inode in a singleOtto Moerbeek
2008-05-26reorg fields in structs inodesc and inoinfo to reduce size on some archs; fromOtto Moerbeek
2007-06-25Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@Otto Moerbeek
2007-06-01ufs1_daddr_t cleanup, okay otto@Pedro Martelletto
2007-06-01convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibTheo de Raadt
2007-04-10Add support for checking ffs2 filesystems. From pedro@ based onTodd C. Miller
2007-02-08Plug some mem leaks that occur when checking multiple file systems in aOtto Moerbeek
2006-03-22earlier asprintf diff caused malloc in signal handler. clarify theTheo de Raadt
2006-03-12use asprintf instead of a static buffer; dhill, tested by pedroTheo de Raadt
2003-09-25whack commons as wanted by hoTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-11spellingDavid Krause
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-03-02Make fsck aware of soft updates.Artur Grabowski
1999-03-01SIGINFO supportDavid Leonard
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1996-10-20Sync with NetBSD 961019Thorsten Lockert
1996-10-12From Kirk McKusick:Thorsten Lockert
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt