Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 13:32:21 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/i386/conf NOTES src/sys/kern kern_shutdown.c src/sys/sys param.h
Message-ID:  <200108232032.f7NKWLB48382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/08/23 13:32:21 PDT

  Modified files:
    sys/conf             options 
    sys/i386/conf        NOTES 
    sys/kern             kern_shutdown.c 
    sys/sys              param.h 
  Log:
  Add a new kernel option RESTARTABLE_PANICS.  If this option is present,
  then one can restart from a panic by resetting the panicstr variable to
  NULL.  This commit conditionalizes the previously committed functionality
  on this variable.  It also removes the __dead2 attribute from the panic()
  function so that when one continues from a panic() the behavior will
  be predictable.
  
  Revision  Changes    Path
  1.290     +2 -1      src/sys/conf/options
  1.945     +11 -1     src/sys/i386/conf/NOTES
  1.106     +3 -1      src/sys/kern/kern_shutdown.c
  1.101     +5 -1      src/sys/sys/param.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108232032.f7NKWLB48382>