Module Name: src
Committed By: riz
Date: Tue Jun 12 20:44:30 UTC 2012
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
Ticket 1772
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-5.1.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.1.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.17 src/doc/CHANGES-5.1.3:1.1.2.18
--- src/doc/CHANGES-5.1.3:1.1.2.17 Tue Jun 5 19:54:53 2012
+++ src/doc/CHANGES-5.1.3 Tue Jun 12 20:44:30 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.17 2012/06/05 19:54:53 bouyer Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.18 2012/06/12 20:44:30 riz Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -139,3 +139,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]
+