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 [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Netscape and -current Jean-Marc Zucconi
- RE: Netscape and -current Alexander N. Kabaev
- patch to recognize my soundcard, commun... Fritz Heinrichmeyer
- RE: Netscape and -current Brian Fundakowski Feldman
- Re: Netscape and -current Steve Kargl
- Re: Netscape and -current Daniel O'Connor
- Re: Netscape and -current Brian Fundakowski Feldman
- Re: Netscape and -current Peter Wemm
- Re: Netscape and -curr... Christopher Masto
- Re: Netscape and -... Brian Fundakowski Feldman
- Re: Netscape and -... Peter Wemm
- Re: Netscape and -... Brian Fundakowski Feldman
- RE: Netscape and -current David Scheidt
- Re: Netscape and -current Peter Wemm
- Re: Netscape and -current Brian Fundakowski Feldman
- Re: Netscape and -current David Scheidt
- Re: Netscape and -current Bruce Evans
- Re: Netscape and -current Brian Fundakowski Feldman
- Re: Netscape and -curr... Bruce Evans