NetBSD/sys/fs/smbfs
2003-06-23 14:59: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 smbfs_writevnode(): print offset as %lld in debug message, and 2003-03-24 13:52:59 +00:00
smbfs_kq.c fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so that 2003-04-08 18:16:01 +00:00
smbfs_node.c when loaded via LKM, need to malloc_type_{attach|detach} used malloc 2003-04-02 16:26:53 +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 #ifdef _KERNEL_OPT police 2003-06-23 14:59:21 +00:00
smbfs_vnops.c fix couple more simple lock issues on smbfs_close() code path: 2003-04-09 18:57:29 +00:00
smbfs.h g/c smbfs_kqinit() prototype, it is no more 2003-04-07 12:04:40 +00:00