freebsd-dev/ffs
Sam Leffler a6b691a8dd Apply the big hammer:
o remove all of compat except for pwcache and strstuftoll; these might
  end up in libutil or similar so keep them in the subdir
o mv getid.c up to the top level; this looks like something that'll be
  makefs-specific
o eliminate private versions of .h files in sys; use system files instead
o eliminate private ffs_tables.c; use the system version directly (might
  want to adopt const'ification at some point but that's the only diff I
  can see)
o mv remaining code from sys to ffs and strip out unused bits; this now
  becomes part of makefs
o add compat defs and shims to makefs.h
o strip all vestiges of nbtool_config.h, compat_defs.h, etc.
o fixup includes after file shuffling
o rename system #defines that do implicit byte swapping to have an _swap
  suffix; e.g. DIRSIZ -> DIRSIZ_SWAP, cg_inosused -> cg_inosused_swap; if
  we ever add endian-agnostic support to the kernel these can go back to
  their original names
o strip some netbsd'isms that aren't worth shim'ing (e.g. _DIAGASSERT)

Code compiles w/o complaints but is untested.
2008-12-18 00:54:15 +00:00
..
buf.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
buf.h prepare makefs for import to base 2008-11-23 19:59:42 +00:00
ffs_alloc.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
ffs_balloc.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
ffs_bswap.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
ffs_extern.h prepare makefs for import to base 2008-11-23 19:59:42 +00:00
ffs_subr.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
mkfs.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
newfs_extern.h prepare makefs for import to base 2008-11-23 19:59:42 +00:00
ufs_bmap.c Apply the big hammer: 2008-12-18 00:54:15 +00:00
ufs_bswap.h Apply the big hammer: 2008-12-18 00:54:15 +00:00
ufs_inode.h prepare makefs for import to base 2008-11-23 19:59:42 +00:00