freebsd-dev/sys/fs/smbfs
Davide Italiano 8d9495bb1d - Remove the references to the deprecated zalloc kernel interface
- Use M_ZERO flag in malloc() rather than bzero()
- malloc() with M_NOWAIT can't return NULL so there's no need to check

Reviewed by:	alc
Approved by:	alc
2012-10-25 20:23:04 +00:00
..
smbfs_io.c Do not leave invalid pages in the object after the short read for a 2012-08-14 11:45:47 +00:00
smbfs_node.c Simply error handling by moving the allocation of np down to where it is 2012-07-16 22:07:29 +00:00
smbfs_node.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs_smb.c - Remove the references to the deprecated zalloc kernel interface 2012-10-25 20:23:04 +00:00
smbfs_subr.c Add unicode support to msdosfs and smbfs; original pathes from imura, 2011-11-18 03:05:20 +00:00
smbfs_subr.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smbfs_vfsops.c - Remove the references to the deprecated zalloc kernel interface 2012-10-25 20:23:04 +00:00
smbfs_vnops.c Rename cache_lookup_times() to cache_lookup() and retire the old API and 2012-02-06 17:00:28 +00:00
smbfs.h Remove MALLOC_DECLAREs of nonexisting malloc-pools. 2011-11-06 20:16:50 +00:00