From owner-freebsd-hackers Fri Aug 24 1:43:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id F3FC737B412 for ; Fri, 24 Aug 2001 01:43:46 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id LQR06650; Fri, 24 Aug 2001 11:43:21 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.5/8.11.5) id f7O8YCG01845; Fri, 24 Aug 2001 11:34:12 +0300 (EEST) (envelope-from netch) Date: Fri, 24 Aug 2001 11:34:12 +0300 From: Valentin Nechayev To: "Eugene L. Vorokov" Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: kill a process in kernel Message-ID: <20010824113412.A1470@iv.nn.kiev.ua> References: <200108240741.f7O7fiA00475@bugz.infotecs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108240741.f7O7fiA00475@bugz.infotecs.ru>; from vel@bugz.infotecs.ru on Fri, Aug 24, 2001 at 11:41:43AM +0400 X-42: On Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fri, Aug 24, 2001 at 11:41:43, vel (Eugene L. Vorokov) wrote about "kill a process in kernel": > what is the most proper and easy way to shutdown given process > (not curproc) from kernel module ? Any advices regarding this > are appreciated. psignal(9); killproc() (for SIGKILL, in extremal situations) /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message