This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
fs
/
smbfs
History
Davide Italiano
9e9421bcdf
- Fix double frees/user after free.
...
- Allocate using smb_rq_alloc() instead of inlining it. Reported by: uqs Found with: Coverity Scan
2013-07-03 10:31:45 +00:00
..
smbfs_io.c
Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflect
2013-05-04 14:27:28 +00:00
smbfs_node.c
Properly use v_data field. This magically worked (even if wrong) until
2013-06-28 20:32:48 +00:00
smbfs_node.h
Until now, smbfs_fullpath() computed the full path starting from the
2012-11-22 08:58:29 +00:00
smbfs_smb.c
- Fix double frees/user after free.
2013-07-03 10:31:45 +00:00
smbfs_subr.c
Until now, smbfs_fullpath() computed the full path starting from the
2012-11-22 08:58:29 +00:00
smbfs_subr.h
Fix panic due to page faults while in kernel mode, under conditions of
2012-10-31 03:34:07 +00:00
smbfs_vfsops.c
Garbage collect an useless check. smp should be never NULL.
2013-06-28 20:14:30 +00:00
smbfs_vnops.c
Plug a couple of leakages in smbfs_lookup().
2013-06-28 20:07:24 +00:00
smbfs.h
Completely rewrite the interface to smbdev switching from dev_clone
2013-05-04 14:03:18 +00:00