summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass1.c
AgeCommit message (Expand)Author
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-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2007-02-12detect truncation of block number, which can happen which trashedOtto 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
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
2005-04-16Since the return value from the *_info functions is only actually used as aTodd C. Miller
2005-04-16while snprintf and strlcpy and strlcat have this nice >buflen API (and theTheo de Raadt
2003-10-11consistent newlines, from tom cosgrove at arches-consulting.com.Ted Unangst
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
2002-08-23- Convert function definitions to new styleGrigoriy Orlov
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
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-06-23update rcsidTheo de Raadt
1996-01-29use fs_csaddr to find the cg summary area; from mouse@collatz.mccrim.mcgill.e...Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt