freebsd-dev/sys/isofs/cd9660
Poul-Henning Kamp 987f569678 Another VFS cleanup "kilo commit"
1.  Remove VOP_UPDATE, it is (also) an UFS/{FFS,LFS,EXT2FS,MFS}
    intereface function, and now lives in the ufsmount structure.

2.  Remove VOP_SEEK, it was unused.

3.  Add mode default vops:

    VOP_ADVLOCK          vop_einval
    VOP_CLOSE            vop_null
    VOP_FSYNC            vop_null
    VOP_IOCTL            vop_enotty
    VOP_MMAP             vop_einval
    VOP_OPEN             vop_null
    VOP_PATHCONF         vop_einval
    VOP_READLINK         vop_einval
    VOP_REALLOCBLKS      vop_eopnotsupp

    And remove identical functionality from filesystems

4.   Add vop_stdpathconf, which returns the canonical stuff.  Use
     it in the filesystems.  (XXX: It's probably wrong that specfs
     and fifofs sets this vop, shouldn't it come from the "host"
     filesystem, for instance ufs or cd9660 ?)

5.   Try to make system wide VOP functions have vop_* names.

6.   Initialize the um_* vectors in LFS.

(Recompile your LKMS!!!)
1997-10-16 20:32:40 +00:00
..
cd9660_bmap.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_lookup.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
cd9660_mount.h Add support for ISO9660 multi-session CD-ROMs. This is just nothing 1997-04-29 15:52:53 +00:00
cd9660_node.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
cd9660_node.h VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
cd9660_rrip.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_rrip.h This is the kernel Lite/2 commit. There are some requisite userland 1997-02-10 02:22:35 +00:00
cd9660_util.c Removed unused or apparently-unused #includes, especially of the 1997-04-10 14:35:32 +00:00
cd9660_vfsops.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
cd9660_vnops.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
iso_rrip.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
iso.h Hide the kernel-only stuff inside #ifdef KERNEL. 1997-05-07 13:23:04 +00:00
TODO Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
TODO.hibler Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00