cvs commit: src/sys/conf options src/sys/kern kern_shutdown.c

Jeffrey Hsu hsu at crater.dragonflybsd.org
Fri Sep 5 10:47:33 PDT 2003


hsu         2003/09/05 10:46:54 PDT

  Modified files:
    sys/conf             options 
    sys/kern             kern_shutdown.c 
  Log:
  Introduce the DDB_TRACE kernel config option to automatically print a stack
  trace on panic.  Use this in conjuction with DDB_UNATTENDED on machines
  with a serial console to get a stack trace and immediately reboot the
  machine on a panic.
  
  Merged from FreeBSD-current.
  
  Revision  Changes    Path
  1.6       +1 -0      src/sys/conf/options
  1.12      +18 -2     src/sys/kern/kern_shutdown.c






More information about the Commits mailing list