summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass5.c
AgeCommit message (Expand)Author
2007-07-17rmoev the macppc workaround, now that isset() and friends use expressionsOtto Moerbeek
2007-07-04workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by meTheo de Raadt
2007-06-25Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@Otto Moerbeek
2007-06-01Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more.Otto Moerbeek
2007-05-18Fix mismerge; remove statement without effect. OK otto@ pedro@Todd C. Miller
2007-05-11pass the right size arg to memset, otherwise we end up with aOtto Moerbeek
2007-05-05Do not rely on fs_cpg; this is especially important for ffs2 whichTodd C. Miller
2007-04-23Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bitPedro Martelletto
2007-04-21use the correct size arg to memcmp when checking fs_cstotal.Otto Moerbeek
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-03-15Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@Pedro Martelletto
2006-04-27Avoid spurious 'summary information bad' warnings, okay tedu@Pedro Martelletto
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
2006-01-25spell fall through as FALLTHROUGHTed Unangst
2005-06-16bye bye whiteoutsTodd C. Miller
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-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-08-23- Convert function definitions to new styleGrigoriy Orlov
2001-12-01fix headersTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-03-09missing \n for MARKED FREE messages, some spacesMichael Shalayeff
2001-03-02Simpler algorithm or calculating inomapsizeConstantine Sapuntzakis
2001-03-02When doing last second fixes before a commit, it's a good ideaArtur Grabowski
2001-03-02Make fsck aware of soft updates.Artur Grabowski
1999-03-01SIGINFO supportDavid Leonard
1997-11-09Don't include <ufs/ffs/ffs_extern.h>. fsck_ffs now compiles.Todd C. Miller
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
1995-10-18initial import of NetBSD treeTheo de Raadt