Module Name: src Committed By: riz Date: Mon Sep 3 19:01:25 UTC 2012
Modified Files: src/sys/arch/vax/vax [netbsd-6]: machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #532): sys/arch/vax/vax/machdep.c: revision 1.189 Kernel crash dumps are not properly implemented - so do not pretend they would exist and set dumplo to 0 if dumpsize is 0. This makes savecore happy. XXX - implement real dumps, most of the needed code seems to be in place already. To generate a diff of this commit: cvs rdiff -u -r1.185.2.1 -r1.185.2.2 src/sys/arch/vax/vax/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.