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

Reply via email to