Date: Mon, 30 Jul 2007 15:11:24 -0400 From: John Baldwin <jhb@freebsd.org> To: Don Lewis <truckman@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c Message-ID: <200707301511.25555.jhb@freebsd.org> In-Reply-To: <200707300717.l6U7HcNC089641@gw.catspoiler.org> References: <200707300717.l6U7HcNC089641@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 30 July 2007 03:17:37 am Don Lewis wrote: > As an alternative, I've got a set of patches to pm3-base to get it > working on -CURRENT. It wasn't too hard to fix the bootstrap to use the > "undocumented 4th arg" to the signal handler that is mentioned in > i386/include/sigframe.h. The rest of the patches change the low-level > Module-3 code to use sigaction() with the SA_SIGINFO flag instead of > using a mixture of sigaction() (without SA_SIGINFO) and sigvec(). > I'll post the patches for testing once I've had a chance to clean them > up some more. I think I'd rather go with this if you get it working then. The wine folks would like the sc_err fix backported to 6.x if possible (and they've already been testing a 6.x patch), but I certainly won't commit it until cvsup works in 7 (and maybe for 6.x I can do some evil for old cvsup binaries using a strcmp() on p_comm for "cvsup". :-P) -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707301511.25555.jhb>