Module Name: src
Committed By: snj
Date: Thu Feb 26 21:47:12 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
546
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 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.211 src/doc/CHANGES-7.0:1.1.2.212
--- src/doc/CHANGES-7.0:1.1.2.211 Tue Feb 24 10:53:54 2015
+++ src/doc/CHANGES-7.0 Thu Feb 26 21:47:12 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.211 2015/02/24 10:53:54 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.212 2015/02/26 21:47:12 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -16091,3 +16091,11 @@ sys/sys/syscallargs.h (regen)
Fix return type of the readlinkat(2) syscall.
[khorben, ticket #547]
+sys/external/bsd/acpica/dist/namespace/nsinit.c 1.7
+
+ Revert rev 1.5, which brings back PR 48494. That earlier revision
+ itself reverted an upstream bugfix, and that change fixed some
+ systems but broke others. This latest revision brings us back in
+ sync with upstream.
+ [chs, ticket #546]
+