NetBSD/sys/miscfs
jdolecek 9c55530336 Properly detect error in kernfs_xread().
Fixes kern/10278 by IWAMOTO Toshihiro, though implemented different way.

While here, clean up some int vs. size_t confusion, make
kernfs_x{read|write}() static and g/c some #if 0 stuff.
2002-07-19 18:35:44 +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 Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +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 Add missing pageq lock while uvm_pagefree() is called (either directly 2002-05-29 11:04:39 +00:00
kernfs Properly detect error in kernfs_xread(). 2002-07-19 18:35:44 +00:00
nullfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
overlay Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
portal be consistent about how va_[acm]time is set to the current time 2002-07-05 03:24:06 +00:00
procfs Move code shared by procfs and the kernel proper out of procfs and 2002-05-09 15:44:44 +00:00
specfs Spell acquire with a 'c'. 2002-07-10 23:16:32 +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 Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
union Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
Makefile