NetBSD/sbin/newfs_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
..
Makefile Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
config.h
extern.h lfs_sb_cksum returns a uint32_t, not a u_long 2008-02-16 17:58:43 +00:00
make_lfs.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
misc.c
newfs.c Three changes in a single commit. 2010-02-16 23:20:30 +00:00
newfs_lfs.8 Fix markup. 2009-04-08 13:13:42 +00:00