NetBSD/sys/miscfs
jdolecek b1fc5ffac3 procfs_allocvp():
* do not set *vpp unless successful, otherwise we'd trigger
    DIAGNOSTIC panic in lookup(9) on error return
  * on error, make sure to free malloc'ed memory and ungetnewvnode() the
    previously acquired vnode

this fixes panic on 'tail -f <file> &; ls -l /proc/$!/fd' reported by
Andrew Brown

fix reviewed by Christos Zoulas
2003-02-03 22:27:42 +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 merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fifofs si_ -> sel_ 2002-11-26 18:51:18 +00:00
genfs step 3. Assign lwp properly if null, so that we can PHOLD without segfaulting. 2003-01-21 00:01:14 +00:00
kernfs Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
nullfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
overlay MNT_GETARGS support 2002-09-21 18:08:27 +00:00
portal Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
procfs procfs_allocvp(): 2003-02-03 22:27:42 +00:00
specfs Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
syncfs Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
umapfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
union writable, not writeable. 2003-01-06 20:30:28 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00