From owner-cvs-all Tue May 15 16:14: 4 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 1F06537B423; Tue, 15 May 2001 16:13:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNDx893155; Tue, 15 May 2001 16:13:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152313.f4FNDx893155@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:13:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:13:58 PDT Modified files: sys/kern kern_sig.c Log: - Remove unneeded include of sys/ipl.h. - Require the proc lock be held for killproc() to allow for the vmdaemon to kill a process when memory is exhausted while holding the lock of the process to kill. Revision Changes Path 1.119 +3 -4 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message