Module Name: src
Committed By: sborrill
Date: Fri Nov 18 21:37:06 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1689
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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.110 src/doc/CHANGES-5.2:1.1.2.111
--- src/doc/CHANGES-5.2:1.1.2.110 Fri Nov 18 21:23:20 2011
+++ src/doc/CHANGES-5.2 Fri Nov 18 21:37:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.110 2011/11/18 21:23:20 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.111 2011/11/18 21:37:06 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5752,8 +5752,16 @@ sys/arch/i386/i386/vector.S 1.54
[dholland, ticket #1687]
sys/kern/kern_module.c 1.84
+
Return ENOEXEC instead of 0 if the info of a kernel module
doesn't have the expected size. This prevents kernel panics
when loading broken modules.
[tron, ticket #1688]
+gnu/dist/gcc4/gcc/version.c 1.19
+gnu/dist/gcc4/gcc/config/arm/arm.md 1.1.1.2-1.2
+
+ Remove pattern for arith_adjacentmem in arm.md, thus fixing
+ PR toolchain/45576 at a very small run-time cost.
+ [is, ticket #1689]
+