summaryrefslogtreecommitdiff
path: root/sbin/fsck_lfs/pass5.c
AgeCommit message (Expand)Author
2020-04-03Avoid common symbols for fsck_lfs.joerg
2015-09-01Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide.dholland
2015-08-03Use intmax_t to print daddr_t; from sevan@.dholland
2015-08-02Use accessor functions for the version field of the lfs superblock.dholland
2015-08-02Fix assorted 64 -> 32 truncations in lfs. Also, some minor tidyups anddholland
2015-07-28Add a new lfs header file: lfs_accessors.h.dholland
2015-07-24More lfs superblock accessors.dholland
2015-07-24Switch to accessor functions for elements of the LFS on-diskdholland
2015-05-31Use VFS_PROTOS() for lfs.hannken
2013-06-18Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.christos
2013-06-08Tidy up the LFS userland build hacks.dholland
2013-06-06Cleanups and hacks to make lfs userland stuff build:dholland
2013-06-06ufs -> ulfs for fsck_lfs.dholland
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-08Give brelse() a second argument so that it matches the kernel.ad
2006-10-16comment out/delete impossible codechristos
2006-09-01Several fixes to improve the reliability of the roll-forward agent.perseant
2006-08-13Fix typos in messages: SHOULE -> SHOULDbjh21
2006-07-18Various improvements to fsck_lfs, to wit:perseant
2006-04-17Remove the free list ordering/disordering code, since the kernel now keepsperseant
2005-09-13rename lfs.h to lfs_user.h so that it does not conflict.christos
2005-04-23Check parts of pass 5 even if only rolling forward. We can't check the trueperseant
2005-04-11Be more efficient with the hash tables for the buffer and vnode caches.perseant
2005-01-19ANSIfy, WARNS=2xtraeme
2004-05-14pass5: dereference of an uninitialized pointer.yamt
2003-03-28Add working writing ability to fsck_lfs, including roll-forward, based onperseant
2003-02-23Make the "-O" (start filesystem offset) flag to newfs_lfs work correctly,perseant
2002-05-23Re-checksum the superblock whenever it is marked dirty.perseant
2001-07-13Merge the short-lived perseant-lfsv2 branch into the trunk.perseant
2000-11-21Check/fix accounting of lfs_dmeta. Patch from Jesse Offperseant
2000-11-13Report, and detect and correct inconsistencies in, the number of cleanperseant
2000-09-09Various bug-fixes to LFS, to wit:perseant
2000-05-30Check for cycles in the inode free list, and for free inodes not on the freeperseant
2000-05-23Convert to NetBSD source code styleperseant
2000-05-16fsck_lfs can now write to the filesystem, allowing it to correct mostperseant
1999-07-03RCS Id police.kleink
1999-03-18Initial checkin of fsck_lfs. This version cannot do any repair (-p flagperseant