CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/29 03:36:04
Modified files:
sys/ddb : db_command.c db_interface.h
sys/kern : kern_proc.c
share/man/man4 : ddb.4
Log message:
New ddb(4) command: kill.
Send an uncatchable SIGABRT to the process specified by the pid
argument. Useful in case of CPU exhaustion to kill the DoSing
process and generate a core for later inspection.
ok phessler@, visa@, kettenis@, miod@
