atom feed7 messages in org.freebsd.freebsd-bugsRe: kern/28164: [PATCH] crashdump can...
FromSent OnAttachments
Bruce EvansJun 22, 2001 5:39 am 
Phil HomewoodJun 24, 2001 5:59 pm 
Phil HomewoodJun 24, 2001 5:59 pm 
Bruce EvansJun 24, 2001 11:09 pm 
Phil HomewoodJun 24, 2001 11:19 pm 
Bruce EvansJun 25, 2001 6:39 am 
Phil HomewoodJun 25, 2001 6:29 pm 
Subject:Re: kern/28164: [PATCH] crashdump can trash disklabel/other partitions
From:Phil Homewood (pd@lineo.com)
Date:Jun 25, 2001 6:29:41 pm
List:org.freebsd.freebsd-bugs

The following reply was made to PR kern/28164; it has been noted by GNATS.

From: Phil Homewood <pd@lineo.com> To: Bruce Evans <bd@zeta.org.au> Cc: Free@FreeBSD.ORG Subject: Re: kern/28164: [PATCH] crashdump can trash disklabel/other partitions Date: Tue, 26 Jun 2001 11:25:37 +1000

Bruce Evans wrote:

Untested incomplete fixes (the boot block area should also be protected...):

This works for me, with the following additional patch, and makes much more sense than my effort. :-)

--- sys/kern/kern_shutdown.c.orig Tue Jun 26 09:50:40 2001 +++ sys/kern/kern_shutdown.c Tue Jun 26 09:51:04 2001 @@ -59,6 +59,7 @@ #include <sys/conf.h> #include <sys/sysproto.h> #include <sys/cons.h> +#include <sys/disklabel.h>

#include <machine/pcb.h> #include <machine/clock.h>

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message