NetBSD/sys/fs/cd9660
chs 8975a0856f adjust the UBC mapping code to support non-vnode uvm_objects.
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway.  there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
..
Makefile
TODO
TODO.hibler
cd9660_bmap.c
cd9660_extern.h size_t police 2004-12-28 01:12:26 +00:00
cd9660_lookup.c
cd9660_mount.h
cd9660_node.c Explicitly call pool_init() (and pool_destroy()) when being built as 2004-05-20 05:39:34 +00:00
cd9660_node.h Use unsigned long for file size and location; avoids sign extension 2004-06-20 20:44:06 +00:00
cd9660_rrip.c when Joliet extension is in use, encode the Joliet Unicode file names 2004-11-21 21:49:08 +00:00
cd9660_rrip.h
cd9660_util.c size_t police 2004-12-28 01:12:26 +00:00
cd9660_vfsops.c Rework the mountroot interface so that vfs_mountroot() opens the root device 2005-01-09 03:11:48 +00:00
cd9660_vnops.c adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
files.cd9660
iso.h Declare functions with the proper type they return. While there, replace 2004-11-30 21:36:28 +00:00
iso_rrip.h