Date: Mon, 22 Nov 1999 23:43:15 -0500 From: Christopher Masto <chris@netmonger.net> To: Peter Wemm <peter@netplex.com.au>, "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: Steve Kargl <sgk@troutmask.apl.washington.edu>, current@FreeBSD.ORG, Jean-Marc Zucconi <jmz@FreeBSD.ORG>, "Alexander N. Kabaev" <ak03@gte.com>, Brian Fundakowski Feldman <green@FreeBSD.ORG> Subject: Re: Netscape and -current Message-ID: <19991122234315.A28341@netmonger.net> In-Reply-To: <19991123034433.1E28F1C6D@overcee.netplex.com.au>; from Peter Wemm on Tue, Nov 23, 1999 at 11:44:33AM %2B0800 References: <doconnor@gsoft.com.au> <19991123034433.1E28F1C6D@overcee.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 23, 1999 at 11:44:33AM +0800, Peter Wemm wrote: > I'd be curious to know if this fixes it on a -current kernel (after rev 1.377 > of i386/machdep.c) Yep, except this needs to come out: > + scp = (struct osigcontext *)ucp; > + > + if (useracc((caddr_t)scp, sizeof (struct osigcontext), VM_PROT_READ)) { > + if (scp->sigcntxp->sc_trapno == 0x01d516) ^^^^^^^^^^ And that does the trick. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991122234315.A28341>