NetBSD/sys/fs/smbfs
jdolecek 1cd92a1660 use pools instead of malloc(9) for allocation of smb request structures
convert all code to use smb_{rq|t2}_alloc() instead of allocating
structures on stack, make smb_rq_init()/smb_t2_init() static and not
exported outside smb_rq.c
2003-04-07 19:35:39 +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 use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if the 2003-04-07 12:04:15 +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 when loaded via LKM, need to malloc_type_{attach|detach} used malloc 2003-04-02 16:26:53 +00:00
smbfs_vnops.c smbfs_closel(): fix inverted test in directory case 2003-04-07 19:31:01 +00:00
smbfs.h g/c smbfs_kqinit() prototype, it is no more 2003-04-07 12:04:40 +00:00