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
/
nwfs
History
Poul-Henning Kamp
cefb5754dd
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
...
to check that the buffer points to the correct vnode.
2003-06-15 18:53:00 +00:00
..
nwfs_io.c
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
2003-03-02 16:54:40 +00:00
nwfs_ioctl.c
Return ENOTTY on unrecognized ioctls.
2002-09-26 14:08:37 +00:00
nwfs_mount.h
More s/file system/filesystem/g
2002-05-16 21:28:32 +00:00
nwfs_node.c
Back out M_* changes, per decision of the TRB.
2003-02-19 05:47:46 +00:00
nwfs_node.h
…
nwfs_subr.c
Split the global timezone structure into two integer fields to
2003-02-03 19:49:35 +00:00
nwfs_subr.h
…
nwfs_vfsops.c
Initialize struct vfsops C99-sparsely.
2003-06-12 20:48:38 +00:00
nwfs_vnops.c
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
2003-06-15 18:53:00 +00:00
nwfs.h
…