freebsd-dev/sys/fs/nwfs
Boris Popov 5c4db877e4 Protect hash data with lock manager instead of home grown one.
Replace shared lock on vnode with exclusive one. It shouldn't impact
perfomance as NCP protocol doesn't support outstanding requests.

Do not hold simple lock on vnode for long period of time.

Add functionality to the nwfs_print() routine.
2000-10-02 09:49:04 +00:00
..
nwfs_io.c Get rid from the legacy __P() macro. Remove 'register' keywords. 2000-10-02 09:29:59 +00:00
nwfs_ioctl.c Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
nwfs_mount.h Try to obtain timezone offset from an environment of mount program. 2000-04-05 10:44:04 +00:00
nwfs_node.c Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs_node.h Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs_subr.c Get rid from the legacy __P() macro. Remove 'register' keywords. 2000-10-02 09:29:59 +00:00
nwfs_subr.h Try to obtain timezone offset from an environment of mount program. 2000-04-05 10:44:04 +00:00
nwfs_vfsops.c Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs_vnops.c Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00