NetBSD/sys/miscfs
jdolecek 83bb6f6dd7 Changes to make it less likely to need to be revisited later again:
* fdesc_attr(): don't panic for 'unknown' descriptor types, rather use
  (*fp->f_ops->fo_stat)() hook, as for DTYPE_SOCKET and DTYPE_PIPE
  XXX perhaps use different vnode type than VBAD for these?
* fdesc_setattr(): just return 0 regardless of type, rather than paniccing
  for 'unknown' descriptor types
2002-04-02 17:46:06 +00:00
..
deadfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
fdesc Changes to make it less likely to need to be revisited later again: 2002-04-02 17:46:06 +00:00
fifofs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
genfs in genfs_compat_getpages(), clear any part of a page that 2002-03-22 03:51:51 +00:00
kernfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
nullfs add the entry for layer_getpages() to the VOP tables of the 2002-01-04 07:19:33 +00:00
overlay add the entry for layer_getpages() to the VOP tables of the 2002-01-04 07:19:33 +00:00
portal add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
procfs Don't hide the real return code with EPERM. 2002-01-12 18:51:56 +00:00
specfs add RCSIDs 2001-11-10 13:33:40 +00:00
syncfs add a VOP_PUTPAGES method for all the filesystems that don't have pages. 2001-12-06 04:30:49 +00:00
umapfs add the entry for layer_getpages() to the VOP tables of the 2002-01-04 07:19:33 +00:00
union add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. 2001-12-06 04:29:23 +00:00
Makefile install miscfs/syncfs/syncfs.h 2001-09-09 17:42:46 +00:00