K 10 svn:author V 5 peter K 8 svn:date V 27 2005-10-26T22:40:07.000000Z K 7 svn:log V 355 Commit something we found useful at work at one point. Add sysctls for debug.kdb.panic and debug.kdb.trap alongside the existing debug.kdb.enter sysctl. 'panic' causes a panic, and 'trap' causes a page fault. We used these to ensure that crash dumps succeed from those two common failure modes. This avoids the need for creating a 'panic' kld module. END