CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/07 18:14:52
Modified files: sys/ddb : db_usrreq.c db_var.h Log message: Add a new sysctl ``ddb.trigger'' Writing to it, will bring the system into the kernel debugger. ddb.console=1 is required and the sysctl command has to be executed from the actual console tty. If the securelevel is < 1, the tty check is ignored. Feedback and OK ckuethe@, [EMAIL PROTECTED]