cvs commit: src/sys/i386/i386 trap.c

John Baldwin jhb at freebsd.org
Mon Jul 30 19:45:05 UTC 2007


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


More information about the cvs-src mailing list