NetBSD/sys/fs/smbfs
jdolecek 4f6180461f switch to hash32_strn() from <sys/hash.h> as the hash function -
former smbfs_hash() may have accessed memory past buffer (ouch!), and accessed
memory in alignment-unsafe way
as an added bonus, hash32_strn() appears to have better distribution
2003-02-24 21:52:53 +00:00
..
files.smbfs
Makefile
smbfs_io.c add XXX comment regarding holes - they are not handled properly 2003-02-24 21:29:48 +00:00
smbfs_node.c switch to hash32_strn() from <sys/hash.h> as the hash function - 2003-02-24 21:52:53 +00:00
smbfs_node.h switch to hash32_strn() from <sys/hash.h> as the hash function - 2003-02-24 21:52:53 +00:00
smbfs_smb.c since smbfs_fctx.f_fname is always used as 'char', may as well define it 2003-02-24 18:45:35 +00:00
smbfs_subr.c need <sys/mount.h> now 2003-02-24 09:18:56 +00:00
smbfs_subr.h since smbfs_fctx.f_fname is always used as 'char', may as well define it 2003-02-24 18:45:35 +00:00
smbfs_vfsops.c use pool to allocate memory for smbfs nodes 2003-02-24 18:41:04 +00:00
smbfs_vnops.c enable mmap and seek vnode ops - this makes mmap(2), lseek(2), 2003-02-24 19:09:02 +00:00
smbfs.h change smbfs_args: 2003-02-23 22:31:17 +00:00