NetBSD/sbin/fsck_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
..
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 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
extern.h share more code. 2011-06-09 19:57:50 +00:00
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 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
lfs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
main.c share more code. 2011-06-09 19:57:50 +00:00
Makefile Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
pass0.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass1.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass2.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass3.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass4.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass5.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pass6.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
segwrite.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
segwrite.h Three changes in a single commit. 2010-02-16 23:20:30 +00:00
setup.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
utilities.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00