Date: Tue, 14 Aug 2007 15:46:35 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c trap.c src/sys/i386/include proc.h src/sys/i386/linux linux_sysvec.c Message-ID: <200708141546.l7EFkaZN052002@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-08-14 15:46:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 machdep.c trap.c sys/i386/include proc.h sys/i386/linux linux_sysvec.c Log: Don't abuse tf_err to pass the faulting virtual address to signal handlers on i386. Instead, add a new field to 'struct mdthread' to hold the address and preserve the tf_err value. This corrects the 'sc_err' value in signal frames which wine needs. Tested by: wine-freebsd @ hub org Revision Changes Path 1.616.2.9 +6 -6 src/sys/i386/i386/machdep.c 1.277.2.5 +1 -1 src/sys/i386/i386/trap.c 1.25.2.1 +1 -0 src/sys/i386/include/proc.h 1.137.2.6 +1 -1 src/sys/i386/linux/linux_sysvec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708141546.l7EFkaZN052002>