From owner-cvs-src@FreeBSD.ORG Sat Jul 8 15:39:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D0116A4DF; Sat, 8 Jul 2006 15:39:12 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14F943D6E; Sat, 8 Jul 2006 15:39:11 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68FdBMX007667; Sat, 8 Jul 2006 15:39:11 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68FdB5D007666; Sat, 8 Jul 2006 15:39:11 GMT (envelope-from kib) Message-Id: <200607081539.k68FdB5D007666@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 8 Jul 2006 15:39:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:39:12 -0000 kib 2006-07-08 15:39:11 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process one. Reviewed by: mohan MFC after: 1 month Approved by: kan (mentor) Revision Changes Path 1.142 +3 -1 src/sys/nfsclient/nfs_socket.c