Module Name: src
Committed By: martin
Date: Mon Sep 23 06:57:53 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1383 and #1384, ammend #1380
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.39 src/doc/CHANGES-8.2:1.1.2.40
--- src/doc/CHANGES-8.2:1.1.2.39 Sat Sep 21 18:38:19 2019
+++ src/doc/CHANGES-8.2 Mon Sep 23 06:57:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.39 2019/09/21 18:38:19 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.40 2019/09/23 06:57:53 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1045,6 +1045,7 @@ sys/netinet6/ip6_input.c 1.209 (patch)
sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28
sys/arch/xen/include/xen-public/platform.h (apply patch)
+sys/arch/xen/conf/files.xen (parts of 1.178)
Attempt to obtain ACPI RSDP from the hypervisor for Xen PV.
[manu, ticket #1380]
@@ -1094,3 +1095,13 @@ sys/external/bsd/gnu-efi/dist/inc/efiapi
Add multiboot 2 support to x86 bootloaders.
[manu, ticket #1382]
+sys/netinet6/nd6_nbr.c 1.173
+
+ nd6: remove extra pserialize_read_exit
+ [ozaki-r, ticket #1383]
+
+external/mit/expat/lib/libexpat/expat_config.h 1.7
+
+ Actually define BYTEORDER since it is used.
+ [maya, ticket #1384]
+