NetBSD/sys/arch/sparc
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
..
compile
conf Enable bpfjit on sparc. 2012-11-06 07:59:09 +00:00
dev split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
fpu Change old-style function defintions to C89 prototypes. 2012-02-12 16:34:06 +00:00
include switch to __USE_TOPDOWN_VM. 2013-01-07 16:58:08 +00:00
sparc switch to __USE_TOPDOWN_VM. 2013-01-07 16:58:08 +00:00
stand Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
Makefile Fix target 'tags'. 2011-04-04 19:41:24 +00:00