From owner-cvs-all Fri May 11 16:17: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C478437B423; Fri, 11 May 2001 16:17:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4BNH5006449; Fri, 11 May 2001 16:17:05 -0700 (PDT) (envelope-from jhb) Message-Id: <200105112317.f4BNH5006449@freefall.freebsd.org> From: John Baldwin Date: Fri, 11 May 2001 16:17:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/11 16:17:05 PDT Modified files: sys/alpha/alpha machdep.c Log: Allow sendsig() to hand the proc lock off to osendsig() rather than having sendsig() release the lock just so it can call osendsig() and have osendsig() acquire the lock. Revision Changes Path 1.128 +2 -3 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message