cvs commit: src/sys/i386/i386 machdep.c trap.c
src/sys/i386/include proc.h src/sys/i386/linux linux_sysvec.c
John Baldwin
jhb at FreeBSD.org
Tue Aug 14 08:46:36 PDT 2007
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
More information about the cvs-src
mailing list