NetBSD/sys/fs/smbfs
2003-06-29 12:17:21 +00:00
..
files.smbfs add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support 2003-03-02 22:06:50 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
smbfs_io.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
smbfs_kq.c Fix a few small glitches (struct proc -> struct lwp) 2003-06-29 12:17:21 +00:00
smbfs_node.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
smbfs_node.h g/c some unneeded forward struct declarations 2003-03-23 17:54:26 +00:00
smbfs_smb.c use pools instead of malloc(9) for allocation of smb request structures 2003-04-07 19:35:39 +00:00
smbfs_subr.c add __KERNEL_RCSID() 2003-02-25 09:09:31 +00:00
smbfs_subr.h use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if the 2003-04-07 12:04:15 +00:00
smbfs_vfsops.c Fix a few small glitches (struct proc -> struct lwp) 2003-06-29 12:17:21 +00:00
smbfs_vnops.c Fix a few small glitches (struct proc -> struct lwp) 2003-06-29 12:17:21 +00:00
smbfs.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00