NetBSD/sys/ufs/ffs
dbj 43395bd5a8 Add support for the Apple UFS variation on ffs
This is the bulk of PR #17345

The general approach is to use a run time deteriminable value
for DIRBLKSIZ.  Additional allowances are included for using
MAXSYMLINKLEN with FS_42INODEFMT and a shift in the cylinder group
cluster summary count array.  Support is added for managing
the Apple UFS volume label.
2002-09-28 20:11:05 +00:00
..
ffs_alloc.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ffs_appleufs.c Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_balloc.c
ffs_bswap.c
ffs_extern.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_inode.c Move a brace that is in the wrong position when changes from FreeBSD 2002-09-26 21:35:27 +00:00
ffs_softdep.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ffs_softdep.stub.c
ffs_subr.c Fixed a printf argument type. 2002-07-06 15:39:07 +00:00
ffs_tables.c
ffs_vfsops.c Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_vnops.c
fs.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
Makefile
softdep.h