Module Name: src
Committed By: riz
Date: Tue Jun 12 20:45:09 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1772
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.171 -r1.1.2.172 src/doc/CHANGES-5.2
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.2
diff -u src/doc/CHANGES-5.2:1.1.2.171 src/doc/CHANGES-5.2:1.1.2.172
--- src/doc/CHANGES-5.2:1.1.2.171 Tue Jun 5 19:55:45 2012
+++ src/doc/CHANGES-5.2 Tue Jun 12 20:45:09 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.171 2012/06/05 19:55:45 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.172 2012/06/12 20:45:09 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6442,3 +6442,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]
+