Module Name: src
Committed By: martin
Date: Wed Apr 4 16:42:03 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #692 and #693
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.162 -r1.1.2.163 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.162 src/doc/CHANGES-8.0:1.1.2.163
--- src/doc/CHANGES-8.0:1.1.2.162 Wed Apr 4 16:29:24 2018
+++ src/doc/CHANGES-8.0 Wed Apr 4 16:42:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.162 2018/04/04 16:29:24 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.163 2018/04/04 16:42:03 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10866,4 +10866,26 @@ sys/arch/amd64/conf/GENERIC 1.485
Enable SVS by default.
[maxv, #ticket #691]
+sys/arch/i386/stand/efiboot/TODO.efiboot 1.5
+sys/arch/i386/stand/efiboot/boot.c 1.9
+sys/arch/i386/stand/efiboot/devopen.c 1.4
+sys/arch/i386/stand/efiboot/devopen.h 1.2
+sys/arch/i386/stand/efiboot/efidisk.c 1.5
+sys/arch/i386/stand/efiboot/efidisk.h 1.3
+sys/arch/i386/stand/lib/biosdisk.c 1.49
+sys/arch/i386/stand/lib/biosdisk.h 1.10
+sys/arch/i386/stand/lib/bootmenu.c 1.17
+sys/arch/i386/stand/lib/bootmenu.h 1.6
+sys/lib/libsa/bootcfg.c 1.3
+sys/lib/libsa/bootcfg.h 1.2
+
+ efiboot: try to read boot.cfg from /EFI/NetBSD on ESP
+ of the booted disk.
+ [nonaka, ticket #692]
+
+sys/net/npf/npf.h 1.55
+
+ Fix an integer overflow that allows incoming IPv6 packets
+ to bypass a certain number of filtering rules.
+ [maxv, ticket #693]