Module Name: src
Committed By: martin
Date: Wed Aug 7 10:20:44 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #26 and #27
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 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.8 src/doc/CHANGES-9.0:1.1.2.9
--- src/doc/CHANGES-9.0:1.1.2.8 Wed Aug 7 08:29:46 2019
+++ src/doc/CHANGES-9.0 Wed Aug 7 10:20:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.8 2019/08/07 08:29:46 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.9 2019/08/07 10:20:44 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -309,3 +309,14 @@ sys/net/npf/npf_conn.h 1.17
- Fix a bug when partially initialised connection is destroyed on error.
[rmind, ticket #25]
+etc/Makefile 1.439
+
+ PR kern/53590: remove -U DEBUG from config(1) invocation, provide
+ full symbol information for DTrace.
+ [hannken, ticket #26]
+
+sys/arch/aarch64/aarch64/trap.c 1.18
+
+ trap_el0_32sync: add missing break to ESR_EC_FP_TRAP_A32 case.
+ [jmcneill, ticket #27]
+