NetBSD/sys/ufs/ffs
lukem c50eb8cc85 deprecate fs_fscktime; we never used it.
in an effort to maintain compatibility with freebsd/openbsd/whatever,
i'm attempting to get the superblock format in sync, and freebsd uses
the int32_t at this position for `fs_pendinginodes'.

if we ever decide to implement fscktime functionality, we'll:
a) make sure to liaise with the other projects to reserve the same
   spare field
b) actually implement the code this time ...

(this is also preparing us for other changes, like the new dirpref code)
2001-09-03 14:52:17 +00:00
..
Makefile
ffs_alloc.c no need to cast arg to lblktosize() any more 2001-08-31 03:38:45 +00:00
ffs_balloc.c get argument name correct in comment describing vop_balloc_args 2001-08-08 08:36:36 +00:00
ffs_bswap.c deprecate fs_fscktime; we never used it. 2001-09-03 14:52:17 +00:00
ffs_extern.h remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
ffs_inode.c min() -> MIN() 2001-08-30 03:47:53 +00:00
ffs_softdep.c min() -> MIN() (on general principles) 2001-08-30 03:55:42 +00:00
ffs_softdep.stub.c RCS ID 2001-01-10 16:45:56 +00:00
ffs_subr.c be consistent and use "u_char" instead of "unsigned char" 2001-08-09 08:15:26 +00:00
ffs_tables.c constify 2001-01-18 20:28:15 +00:00
ffs_vfsops.c Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers of 2001-09-02 01:58:30 +00:00
ffs_vnops.c add getpages/putpages entries for spec vnodes. 2001-08-17 05:54:36 +00:00
fs.h deprecate fs_fscktime; we never used it. 2001-09-03 14:52:17 +00:00
softdep.h Copyright changed. 2000-06-22 15:23:05 +00:00