NetBSD/sbin/newfs_lfs
dholland dcd34a91c5 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
   ROOTINO -> UFS_ROOTINO
   WINO -> UFS_WINO
   NXADDR -> UFS_NXADDR
   NDADDR -> UFS_NDADDR
   NIADDR -> UFS_NIADDR
   MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
   MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
2013-01-22 09:39:11 +00:00
..
config.h When creating a very small filesystem, use well-known small segment, 2012-02-02 03:50:32 +00:00
extern.h
make_lfs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
Makefile Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
misc.c
newfs_lfs.8
newfs.c If invoked with -D and creating an image file, ensure that the image 2012-02-02 03:49:22 +00:00