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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- kill a process in kernel Eugene L. Vorokov
- Valentin Nechayev

