Date: Fri, 24 Aug 2001 11:34:12 +0300 From: Valentin Nechayev <netch@iv.nn.kiev.ua> To: "Eugene L. Vorokov" <vel@bugz.infotecs.ru> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: kill a process in kernel Message-ID: <20010824113412.A1470@iv.nn.kiev.ua> In-Reply-To: <200108240741.f7O7fiA00475@bugz.infotecs.ru>; from vel@bugz.infotecs.ru on Fri, Aug 24, 2001 at 11:41:43AM %2B0400 References: <200108240741.f7O7fiA00475@bugz.infotecs.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824113412.A1470>