Module Name: src Committed By: martin Date: Fri Jun 8 10:25:23 UTC 2018
Modified Files: src/sys/nfs [netbsd-8]: nfs.h nfs_clntsocket.c nfs_socket.c nfs_subs.c Log Message: Pull up following revision(s) (requested by maya in ticket #856): sys/nfs/nfs.h: revision 1.76 sys/nfs/nfs_subs.c: revision 1.230 sys/nfs/nfs_socket.c: revision 1.199 sys/nfs/nfs_clntsocket.c: revision 1.6 PR/40491: From Tobias Ulmer in tech-kern@: 1. Protect the nfs request queue with its own mutex 2. make the nfs_receive queue check for signals so that intr mounts can be interrupted. XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.75.10.1 src/sys/nfs/nfs.h cvs rdiff -u -r1.5 -r1.5.10.1 src/sys/nfs/nfs_clntsocket.c cvs rdiff -u -r1.198 -r1.198.10.1 src/sys/nfs/nfs_socket.c cvs rdiff -u -r1.229 -r1.229.6.1 src/sys/nfs/nfs_subs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.