NetBSD/sys/fs/smbfs
jdolecek b5a66cd65b use pool to allocate memory for smbfs nodes
rename smbfs_uninit() to smbfs_done()
some whitespace fixes + use FREE() (not free()) for MALLOC()ed memory
2003-02-24 18:41:04 +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
smbfs.h change smbfs_args: 2003-02-23 22:31:17 +00:00
smbfs_io.c SMBERROR() purge - replace with KASSERT()s, panic or remove altogether 2003-02-24 09:30:42 +00:00
smbfs_node.c use pool to allocate memory for smbfs nodes 2003-02-24 18:41:04 +00:00
smbfs_node.h add genfsops necessary for genfs_*{get|put}pages() to actually work 2003-02-23 21:55:20 +00:00
smbfs_smb.c SMBERROR() purge - replace with KASSERT()s, panic or remove altogether 2003-02-24 09:30:42 +00:00
smbfs_subr.c need <sys/mount.h> now 2003-02-24 09:18:56 +00:00
smbfs_subr.h g/c smbfs_debuglevel, it's not used anywhere 2003-02-23 18:47:10 +00:00
smbfs_vfsops.c use pool to allocate memory for smbfs nodes 2003-02-24 18:41:04 +00:00
smbfs_vnops.c smbfs_lookup(): 2003-02-24 16:19:05 +00:00