Subject: PR/31264 CVS commit: [netbsd-3] src/lib/libc/rpc
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 11/21/2005 20:17:02
The following reply was made to PR bin/31264; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31264 CVS commit: [netbsd-3] src/lib/libc/rpc
Date: Mon, 21 Nov 2005 20:16:27 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Nov 21 20:16:27 UTC 2005
 
 Modified Files:
 	src/lib/libc/rpc [netbsd-3]: clnt_dg.c
 
 Log Message:
 Pull up following revision(s) (requested by chs in ticket #964):
 	lib/libc/rpc/clnt_dg.c: revision 1.16
 PR/31264: Mark Davies: rup not interruptable
 The cause of this is that in the re-entrant case we block all signals until
 we timeout. Convert this to use pollts and then grab the pending signals
 and sigsuspend them.
 XXX: We should really convert this to use kqueue, like FreeBSD did.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.14.2.1 -r1.14.2.2 src/lib/libc/rpc/clnt_dg.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.