CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/05/13 20:41:13
Modified files: sys/sys : filedesc.h sys/kern : kern_descrip.c vfs_syscalls.c Log message: Remove the "vn_open() returning ENXIO means dup+close" hook that was used by the now defunct portalfs. Zero out fd_ofileflags[fd] when allocating an fd instead of when releasing it. ok krw@ matthew@