freebsd-dev/sys/conf
Poul-Henning Kamp cec0f20ce7 VFS mega cleanup commit (x/N)
1.  Add new file "sys/kern/vfs_default.c" where default actions for
    VOPs go. Implement proper defaults for ABORTOP, BWRITE, LEASE,
    POLL, REVOKE and STRATEGY.  Various stuff spread over the entire
    tree belongs here.

2.  Change VOP_BLKATOFF to a normal function in cd9660.

3.  Kill VOP_BLKATOFF, VOP_TRUNCATE, VOP_VFREE, VOP_VALLOC.  These
    are private interface functions between UFS and the underlying
    storage manager layer (FFS/LFS/MFS/EXT2FS).  The functions now
    live in struct ufsmount instead.

4.  Remove a kludge of VOP_ functions in all filesystems, that did
    nothing but obscure the simplicity and break the expandability.
    If a filesystem doesn't implement VOP_FOO, it shouldn't have an
    entry for it in its vnops table.  The system will try to DTRT
    if it is not implemented.  There are still some cruft left, but
    the bulk of it is done.

5.  Fix another VCALL in vfs_cache.c (thanks Bruce!)
1997-10-16 10:50:27 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
files.i386 Move the rules for aicasm to the MI conf file. 1997-09-21 21:34:31 +00:00
files.newconf Add lines for new files in ipfilter 1997-05-25 15:56:18 +00:00
files.pc98 Commented out entries of Luigi's sound driver. The name `pcm' is 1997-09-24 16:41:18 +00:00
kern.mk Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
kmod.mk Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'. 1997-07-21 16:04:41 +00:00
majors Reserve entry for CAN16-2 CAN-PC Interface 1997-09-23 08:45:33 +00:00
Makefile.i386 Convert the VM86 option from a global option to an option only depended 1997-10-10 09:44:12 +00:00
Makefile.pc98 Synchronize with sys/i386/conf/Makefile.i386 revision 1.268. 1997-10-12 12:00:23 +00:00
Makefile.powerpc Convert the VM86 option from a global option to an option only depended 1997-10-10 09:44:12 +00:00
newvers.sh Increment RELDATE so that it is possible to distinguish between the 1997-09-24 04:36:19 +00:00
nfsswapkernel.c Removed vestiges of config-time "argument processing" configuration. 1997-09-07 13:49:56 +00:00
NOTES Mention that the Zip driver (vpo) requires SCSI disk support, and works 1997-10-15 07:35:48 +00:00
options Make MFS a supported option, finally. 1997-09-22 21:24:03 +00:00
options.i386 Convert the VM86 option from a global option to an option only depended 1997-10-10 09:44:12 +00:00
options.pc98 Synchronize with sys/i386/conf/options.i386 revision 1.61. 1997-10-12 11:59:43 +00:00
param.c Removed unused #includes. 1997-06-14 11:38:46 +00:00
systags.sh Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00