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
Tim J. Robbins
a968deece9
Specify the M_WAITOK flag explicitly in the MALLOC call to silence a
...
runtime warning ("Bad malloc flags: 0").
2003-04-01 02:47:09 +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
…
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
Specify the M_WAITOK flag explicitly in the MALLOC call to silence a
2003-04-01 02:47:09 +00:00
nwfs_vnops.c
Finish cleanup of vprint() which was begun with changing v_tag to a string.
2003-03-03 19:15:40 +00:00
nwfs.h
…