NetBSD/sys/fs/smbfs
pooka db06a930e6 Remove cn_lwp from struct componentname. curlwp should be used
from on.  The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.
2007-12-08 19:29:36 +00:00
..
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
files.smbfs add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support 2003-03-02 22:06:50 +00:00
smbfs.h Bring in fix from FreeBSD by tjr, 3 years and 9 months ago: Store a 2006-11-02 17:34:21 +00:00
smbfs_io.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
smbfs_kq.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
smbfs_node.c Destroy genfs_node in reclaim. And init it earlier in vget so that we 2007-11-30 11:23:10 +00:00
smbfs_node.h Bring in fix from FreeBSD by tjr, 3 years and 9 months ago: Store a 2006-11-02 17:34:21 +00:00
smbfs_smb.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
smbfs_subr.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
smbfs_subr.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
smbfs_vfsops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
smbfs_vnops.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00