Module Name: src
Committed By: riz
Date: Tue Jun 12 20:44:47 UTC 2012
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1772.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-5.0.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.76 src/doc/CHANGES-5.0.3:1.1.2.77
--- src/doc/CHANGES-5.0.3:1.1.2.76 Tue Jun 5 19:55:19 2012
+++ src/doc/CHANGES-5.0.3 Tue Jun 12 20:44:47 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.76 2012/06/05 19:55:19 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.77 2012/06/12 20:44:47 riz Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -3053,3 +3053,13 @@ dist/bind/lib/dns/rdataslab.c patch
rdataslabs. [RT #29644]
[christos, ticket #1767]
+sys/arch/amd64/amd64/trap.c 1.71 via patch
+sys/arch/amd64/amd64/vector.S 1.41 via patch
+sys/arch/amd64/include/frameasm.h patch
+
+ Fix issues when amd64 manages to trap during 'return to user'. ie on
+ the 'iret' or while loading segment registers.
+ Also detects any fault loading %gs and re-instates the kernel gs_base
+ value before entering the trap handler.
+ [spz, ticket #1772]
+