Date: Mon, 25 Jul 2011 09:12:48 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf NOTES options src/sys/kern kern_shutdown.c src/sys/netgraph ng_ether.c ng_mppc.c ng_parse.c src/sys/sys systm.h Message-ID: <201107250913.p6P9DDE0012669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2011-07-25 09:12:48 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/kern kern_shutdown.c
sys/netgraph ng_ether.c ng_mppc.c ng_parse.c
sys/sys systm.h
Log:
SVN rev 224307 on 2011-07-25 09:12:48Z by avg
remove RESTARTABLE_PANICS option
This is done per request/suggestion from John Baldwin
who introduced the option. Trying to resume normal
system operation after a panic is very unpredictable
and dangerous. It will become even more dangerous
when we allow a thread in panic(9) to penetrate all
lock contexts.
I understand that the only purpose of this option was
for testing scenarios potentially resulting in panic.
Suggested by: jhb
Reviewed by: attilio, jhb
X-MFC-After: never
Approved by: re (kib)
Revision Changes Path
1.1618 +0 -10 src/sys/conf/NOTES
1.738 +0 -1 src/sys/conf/options
1.212 +0 -9 src/sys/kern/kern_shutdown.c
1.81 +0 -3 src/sys/netgraph/ng_ether.c
1.40 +0 -3 src/sys/netgraph/ng_mppc.c
1.32 +0 -12 src/sys/netgraph/ng_parse.c
1.300 +0 -4 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107250913.p6P9DDE0012669>
