Mon Sep 10 17:56:49 2018 UTC ()
Ticket #1019


(martin)
diff -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-8.1

cvs diff -r1.1.2.23 -r1.1.2.24 src/doc/Attic/CHANGES-8.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/09/10 16:00:09 1.1.2.23
+++ src/doc/Attic/CHANGES-8.1 2018/09/10 17:56:49 1.1.2.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.23 2018/09/10 16:00:09 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.24 2018/09/10 17:56:49 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
@@ -1003,13 +1003,21 @@ sys/arch/sgimips/stand/boot/Makefile 1. @@ -1003,13 +1003,21 @@ sys/arch/sgimips/stand/boot/Makefile 1.
1003 Use elf2ecoff(1) rather than objcopy(1) to generat ecoff for old 1003 Use elf2ecoff(1) rather than objcopy(1) to generat ecoff for old
1004 machines. 1004 machines.
1005 Fix wdsc(4) probe failure on HPC1.5 machines 1005 Fix wdsc(4) probe failure on HPC1.5 machines
1006 (Indigo R3k/R4k, IP6/IP10/IP12). 1006 (Indigo R3k/R4k, IP6/IP10/IP12).
1007 [tsutsui, ticket #1017] 1007 [tsutsui, ticket #1017]
1008 1008
1009sys/netinet/in_l2tp.c 1.16 1009sys/netinet/in_l2tp.c 1.16
1010sys/netinet6/in6_l2tp.c 1.17 1010sys/netinet6/in6_l2tp.c 1.17
1011 1011
1012 fix: l2tp(4) cannot receive packets after reset session without 1012 fix: l2tp(4) cannot receive packets after reset session without
1013 reset tunnel. 1013 reset tunnel.
1014 [knakahara, ticket #1018] 1014 [knakahara, ticket #1018]
1015 1015
 1016sbin/raidctl/raidctl.8 1.73
 1017sbin/raidctl/rf_configure.c 1.27-1.32
 1018sbin/raidctl/rf_configure.h 1.2
 1019
 1020 Various raidctl fixes.
 1021 Support NAME=<wedge name> syntax for disks and spares.
 1022 [nakayama, ticket #1019]
 1023