Date: Wed, 1 Apr 2009 12:44:17 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/include reg.h ucontext.h src/sys/compat/ia32 ia32_signal.h src/sys/i386/include ucontext.h Message-ID: <200904011245.n31CjPVu024987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-04-01 12:44:17 UTC
FreeBSD src repository
Modified files:
sys/amd64/include reg.h ucontext.h
sys/compat/ia32 ia32_signal.h
sys/i386/include ucontext.h
Log:
SVN rev 190616 on 2009-04-01 12:44:17Z by kib
Add all segment registers for the amd64 CPU to struct reg and mcontext.
To keep these structures ABI-compatible, half the size of r_trapno,
r_err, mc_trapno, mc_flags.
Add fsbase and gsbase to mcontext on both amd64 and i386.
Add flags to amd64 mcontext to indicate that it contains valid segments
or bases.
In collaboration with: pho
Discussed with: peter
Reviewed by: jhb
Revision Changes Path
1.39 +6 -2 src/sys/amd64/include/reg.h
1.19 +20 -4 src/sys/amd64/include/ucontext.h
1.11 +3 -1 src/sys/compat/ia32/ia32_signal.h
1.12 +6 -1 src/sys/i386/include/ucontext.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904011245.n31CjPVu024987>
