Mon May 25 17:49:03 2020 UTC ()
Ticket #1549


(martin)
diff -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.3

cvs diff -r1.1.2.10 -r1.1.2.11 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2020/05/13 12:40:09 1.1.2.10
+++ src/doc/Attic/CHANGES-8.3 2020/05/25 17:49:03 1.1.2.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.10 2020/05/13 12:40:09 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.11 2020/05/25 17:49:03 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
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.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -135,13 +135,20 @@ external/bsd/bind/dist/lib/isc/sha2.c ( @@ -135,13 +135,20 @@ external/bsd/bind/dist/lib/isc/sha2.c (
135bin/rcp/rcp.c 1.50 135bin/rcp/rcp.c 1.50
136 136
137 In sink(), upon error, avoid multiple replies to the source 137 In sink(), upon error, avoid multiple replies to the source
138 as this would lead to a desynchronization of the protocol and 138 as this would lead to a desynchronization of the protocol and
139 further files or directories to be ignored or corrupted. 139 further files or directories to be ignored or corrupted.
140 [aymeric, ticket #1546] 140 [aymeric, ticket #1546]
141 141
142sys/arch/x86/pci/if_vmx.c 1.60 142sys/arch/x86/pci/if_vmx.c 1.60
143 143
144 Fix wrong logic to make the number of vmx(4) TX/RX queues a power 144 Fix wrong logic to make the number of vmx(4) TX/RX queues a power
145 of two. 145 of two.
146 [yamaguchi, ticket #1547] 146 [yamaguchi, ticket #1547]
147 147
 148sys/kern/kern_time.c 1.204
 149sys/netinet/igmp.c 1.70
 150
 151 Fix one byte kernel heap leak.
 152 Fix uninitialized memory access.
 153 [christos, ticket #1549]
 154