Thu Mar 21 14:27:47 2019 UTC ()
Ticket #1219


(martin)
diff -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-8.1

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

--- src/doc/Attic/CHANGES-8.1 2019/03/19 13:43:42 1.1.2.119
+++ src/doc/Attic/CHANGES-8.1 2019/03/21 14:27:47 1.1.2.120
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.119 2019/03/19 13:43:42 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.120 2019/03/21 14:27:47 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.
@@ -2729,13 +2729,19 @@ sys/net/if_ipsec.c 1.21 @@ -2729,13 +2729,19 @@ sys/net/if_ipsec.c 1.21
2729 2729
2730sys/dev/pci/mpii.c 1.22 2730sys/dev/pci/mpii.c 1.22
2731 2731
2732 Fix mpii(4) to adhere to physio diagnostic invariant that 2732 Fix mpii(4) to adhere to physio diagnostic invariant that
2733 fully processed data must not post an error. 2733 fully processed data must not post an error.
2734 [kardel, ticket #1217] 2734 [kardel, ticket #1217]
2735 2735
2736sys/netinet/ip_carp.c 1.102 2736sys/netinet/ip_carp.c 1.102
2737 2737
2738 carp(4): fix a bug that would make it sometimes skip 2738 carp(4): fix a bug that would make it sometimes skip
2739 pserialize_read_enter and ifa_release. 2739 pserialize_read_enter and ifa_release.
2740 [ozaki-r, ticket #1218] 2740 [ozaki-r, ticket #1218]
2741 2741
 2742sys/arch/x86/pci/if_vmx.c 1.27
 2743
 2744 vmx(4): Fix device enable command failure when the number of vCPUs
 2745 is not a power of two.
 2746 [nonaka, ticket #1219]
 2747