NetBSD/sys/fs
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
..
adosfs adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
cd9660 adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
filecorefs adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
msdosfs adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
ntfs Whoops -- move the location of the VOP_OPEN()/VOP_CLOSE(), et al, from 2005-01-09 09:27:17 +00:00
ptyfs make this compile again; hi potr 2005-01-02 21:15:48 +00:00
smbfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
union Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
Makefile
unicode.h change wget_utf8() to not require NUL-terminated string as input (added 2004-12-27 18:14:36 +00:00