NetBSD/sys/miscfs
enami bb08989ba7 Since union_getpages may be called with PGO_LOCKED,
- We need to skip PGO_DONTCARE page also.
- ``npages'' returned by VOP_GETPAGES for lower vp doesn't count
  those pages in this case.  So, just loop ``npages'' times is
  insufficient.  Loop while there is real pages instead.
2001-04-26 05:25:14 +00:00
..
deadfs
fdesc Change the first arg to fileops fo_stat routine to struct file *, adjust 2001-04-09 10:22:00 +00:00
fifofs convert to ansi knf 2001-02-27 19:52:21 +00:00
genfs eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
kernfs
nullfs
overlay
portal
procfs In procfs_readdir(), give /proc/# directories DT_DIR (rather than DT_REG). 2001-04-14 13:25:46 +00:00
specfs Don't hold vp->v_interlock when calling vcount(); vcount() calls 2001-04-17 18:49:26 +00:00
syncfs
umapfs
union Since union_getpages may be called with PGO_LOCKED, 2001-04-26 05:25:14 +00:00
Makefile