Module Name: src Committed By: bouyer Date: Mon Feb 27 19:52:59 UTC 2012
Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Do not special-case XEN and always use the proper selectors for %fs and %gs in buildcontext() and setregs(). The consequence was that signal handlers would have the wrong %fs/%gs. Found by running atf tests under Xen/i386. To generate a diff of this commit: cvs rdiff -u -r1.721 -r1.722 src/sys/arch/i386/i386/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.