Module Name: src Committed By: snj Date: Fri Nov 14 08:17:38 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 228 To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-7.0 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-7.0 diff -u src/doc/CHANGES-7.0:1.1.2.96 src/doc/CHANGES-7.0:1.1.2.97 --- src/doc/CHANGES-7.0:1.1.2.96 Fri Nov 14 07:30:06 2014 +++ src/doc/CHANGES-7.0 Fri Nov 14 08:17:38 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.96 2014/11/14 07:30:06 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.97 2014/11/14 08:17:38 snj Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -2440,3 +2440,9 @@ usr.sbin/etcupdate/etcupdate 1.59 must use multiple -s options instead. [apb, ticket #225] +sys/arch/arm/arm32/kobj_machdep.c 1.10 + + PR port-arm/49299: add support for BE8 byte swapped instructions. + Avoids a kernel crash when loading modules. + [martin, ticket #228] +