Date: Tue, 21 Aug 2001 15:55:20 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <200108212255.f7LMtKG43424@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/08/21 15:55:20 PDT Modified files: sys/kern kern_shutdown.c Log: Allow one to restart from a panic in DDB by clearing the panicstr variable to NULL. Note that since panic() is marked with __dead2, this has somewhat unpredictable results at best. Revision Changes Path 1.104 +19 -7 src/sys/kern/kern_shutdown.c 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?200108212255.f7LMtKG43424>