This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
/
smbfs
History
Matthew Dillon
c72ccd014d
Change the vnode list under the mount point from a LIST to a TAILQ
...
in preparation for an implementation of limiting code for kern.maxvnodes. MFC after: 3 days
2001-10-23 01:21:29 +00:00
..
smbfs_io.c
Grab the process lock around psignal().
2001-07-18 19:17:36 +00:00
smbfs_node.c
With this commit, I hereby pronounce gensetdefs past its use-by date.
2001-06-13 10:58:39 +00:00
smbfs_node.h
…
smbfs_smb.c
Use proper endian conversion.
2001-08-21 08:27:47 +00:00
smbfs_subr.c
…
smbfs_subr.h
…
smbfs_vfsops.c
Change the vnode list under the mount point from a LIST to a TAILQ
2001-10-23 01:21:29 +00:00
smbfs_vnops.c
smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)
2001-08-29 18:59:04 +00:00
smbfs.h
…