NetBSD/sys/fs/smbfs
atatat 1d3a6a329e Explicitly call pool_init() (and pool_destroy()) when being built as
an _LKM.

This adds pools to the list of things that lkms must do manually
because they're set up with link sets.  Not that there's anything
wrong with link sets, but that we need to try harder to remember that
lkms are second class citizens.  Of a sort.
2004-05-20 05:39:34 +00:00
..
Makefile
files.smbfs
smbfs.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smbfs_io.c Remove caddr_t inlines. Approved by christos@NetBSD.org. 2004-05-04 13:26:58 +00:00
smbfs_kq.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smbfs_node.c Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
smbfs_node.h close the SMB handle when vnode is inactivated, rather than on file close, 2004-02-29 11:47:08 +00:00
smbfs_smb.c fix fragment size. 2004-04-26 17:08:45 +00:00
smbfs_subr.c
smbfs_subr.h Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
smbfs_vfsops.c Explicitly call pool_init() (and pool_destroy()) when being built as 2004-05-20 05:39:34 +00:00
smbfs_vnops.c caddr_t -> void * and removal of some more casts. 2004-05-12 02:07:37 +00:00