Date: Wed, 6 Dec 1995 21:12:44 +0800 (WST) From: Peter Wemm <peter@jhome.DIALix.COM> To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 swapgeneric.c autoconf.c Message-ID: <Pine.BSF.3.91.951206210733.362C-100000@jhome.DIALix.COM> In-Reply-To: <199512060904.BAA23959@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 6 Dec 1995, Peter Wemm wrote: > peter 95/12/06 01:04:46 > > Modified: sys/i386/i386 swapgeneric.c autoconf.c > Log: > Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.c > is not real helpful since swapgeneric.c doesn't seem to be used, except > perhaps on a GENERIC kernel. (Sorry Paul.. :-) > > I've moved it from swapgeneric.c to autoconf.c, since autoconf.c also deals > with dumpdev things. There may be a better place..... I forgot to mention this fixes PR#868, and my un-emailed gripes about dumpon and savecore not working right in the middle of a major kernel panic run...... (savecore is currently, reliably and repeatedly causing a panic in vm_bounce_page_free()). [ I can also reliably and repeatedly panic the system with 'dd if=/dev/rsd0s1b of=/dev/null bs=1024k' (a 32MB system with bounce buffering enabled). ] -Peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951206210733.362C-100000>