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
/
nfs4client
History
Poul-Henning Kamp
4d453ef101
Properly vector all bwrite() and BUF_WRITE() calls through the same path
...
and s/BUF_WRITE()/bwrite()/ since it now does the same as bwrite().
2004-03-11 18:02:36 +00:00
..
nfs4_dev.c
protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"
2004-02-22 05:49:38 +00:00
nfs4_dev.h
…
nfs4_idmap.c
in idmap_uid_to_name(), don't try to use the entry after freeing it, in the
2004-02-21 22:52:02 +00:00
nfs4_idmap.h
…
nfs4_socket.c
NFSv4 fixes from Connectathon 2004:
2004-02-27 19:37:43 +00:00
nfs4_subs.c
NFSv4 fixes from Connectathon 2004:
2004-02-27 19:37:43 +00:00
nfs4_vfs_subs.c
…
nfs4_vfs.h
…
nfs4_vfsops.c
kthread_exit() no longer requires Giant, so don't force callers to acquire
2004-03-05 22:42:17 +00:00
nfs4_vn_subs.c
…
nfs4_vn.h
…
nfs4_vnops.c
Properly vector all bwrite() and BUF_WRITE() calls through the same path
2004-03-11 18:02:36 +00:00
nfs4.h
…
nfs4m_subs.h
…