NetBSD/sbin/fsck_lfs
mlelstv 7974872552 Three changes in a single commit.
- drop the notion of frags (LFS fragments) vs fsb (FFS fragments)
  The code uses a complicated unity function that just makes the
  code difficult to understand.

- support larger sector sizes. Fix disk address computations
  to use DEV_BSIZE in the kernel as required by device drivers
  and to use sector sizes in userland.

- Fix several locking bugs in lfs_bio.c and lfs_subr.c.
2010-02-16 23:20:30 +00:00
..
bufcache.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
bufcache.h Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
dir.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
extern.h
fsck_lfs.8 Fix markup. 2009-03-15 10:01:47 +00:00
fsck_vars.h
fsck.h Disable userid to username lookups by default. Add a -U flag to perform them. 2008-10-09 16:56:23 +00:00
inode.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
kernelops.c fix prototypes of function pointers to varargs syscalls 2009-10-13 22:04:31 +00:00
kernelops.h Three changes in a single commit. 2010-02-16 23:20:30 +00:00
lfs_user.h
lfs.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
main.c make this compile again. 2010-01-07 01:39:56 +00:00
Makefile Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
pass0.c
pass1.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
pass2.c
pass3.c
pass4.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
pass5.c
pass6.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
segwrite.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
segwrite.h Three changes in a single commit. 2010-02-16 23:20:30 +00:00
setup.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
utilities.c missing errno.h 2010-01-07 04:21:28 +00:00
vars.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
vnode.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
vnode.h