Module Name: src
Committed By: martin
Date: Mon Aug 12 17:33:25 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #46 - #48
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-9.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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.14 src/doc/CHANGES-9.0:1.1.2.15
--- src/doc/CHANGES-9.0:1.1.2.14 Sun Aug 11 10:13:30 2019
+++ src/doc/CHANGES-9.0 Mon Aug 12 17:33:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.14 2019/08/11 10:13:30 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.15 2019/08/12 17:33:25 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -1625,3 +1625,19 @@ usr.sbin/npf/npfctl/npf_show.c 1.29
representation.
[rmind, ticket #45]
+external/mit/xorg/lib/libdrm/Makefile 1.17
+
+ Fix makefile bug so we link against libm as intended.
+ [maya, ticket #46]
+
+external/gpl3/gdb/dist/gdb/auxv.c 1.2
+
+ On NetBSD the auxv tag is always 32 bits long.
+ [christos, ticket #47]
+
+sys/arch/arm/acpi/acpi_machdep.c 1.9,1.10
+
+ Correct the test for writeable memory.
+ Use same style test as acpi_md_OsWritable
+ [skrll, ticket #48]
+