Module Name: src Committed By: he Date: Tue Jan 26 12:59:51 UTC 2010
Modified Files: src/sys/kern: subr_prf.c Log Message: On a recursive panic(), don't try to take a dump, as that may very well have triggered the recursive panic. Fix the comment for panic() to reflect now-current reality: the code was already changed never to sync() on panic(), now we avoid dumping core on a recursive panic. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/kern/subr_prf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.