Tue Oct 8 18:18:30 2019 UTC ()
Tickets #1401 - #1403


(martin)
diff -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.2

cvs diff -r1.1.2.48 -r1.1.2.49 src/doc/Attic/CHANGES-8.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.2 2019/10/04 11:35:44 1.1.2.48
+++ src/doc/Attic/CHANGES-8.2 2019/10/08 18:18:30 1.1.2.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.2,v 1.1.2.48 2019/10/04 11:35:44 martin Exp $ 1# $NetBSD: CHANGES-8.2,v 1.1.2.49 2019/10/08 18:18:30 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 3A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
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.1_STABLE. 9 Welcome to 8.1_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/x86/x86/spectre.c 1.29 12sys/arch/x86/x86/spectre.c 1.29
13 13
14 Fix boot on old CPUs. 14 Fix boot on old CPUs.
@@ -1244,13 +1244,30 @@ sys/external/bsd/ipf/netinet/ip_fil_netb @@ -1244,13 +1244,30 @@ sys/external/bsd/ipf/netinet/ip_fil_netb
1244 1244
1245 - pfil_run_hooks() can be called recursively, so we have to 1245 - pfil_run_hooks() can be called recursively, so we have to
1246 #define FASTROUTE_RECURSION in fil.c 1246 #define FASTROUTE_RECURSION in fil.c
1247 - ip6_if_output()/nd6_output() will free the mbuf on error, to make sure 1247 - ip6_if_output()/nd6_output() will free the mbuf on error, to make sure
1248 to set *mpp to NULL so the caller won't try to free it again. 1248 to set *mpp to NULL so the caller won't try to free it again.
1249 [bouyer, ticket #1399] 1249 [bouyer, ticket #1399]
1250 1250
1251sys/arch/i386/stand/pxeboot/Makefile 1.28 1251sys/arch/i386/stand/pxeboot/Makefile 1.28
1252sys/arch/i386/stand/pxeboot/start_pxe.S 1.7 1252sys/arch/i386/stand/pxeboot/start_pxe.S 1.7
1253 1253
1254 Incrase pxeboot code size limit from 64k to 128k. 1254 Incrase pxeboot code size limit from 64k to 128k.
1255 [manu, ticket #1400] 1255 [manu, ticket #1400]
1256 1256
 1257sys/net/if_ethersubr.c 1.255
 1258
 1259 The ALTQ classifier for Ethernet frames did not work in some
 1260 cases.
 1261 [ozaki-r, ticket #1401]
 1262
 1263
 1264sys/net/if_ethersubr.c 1.277
 1265
 1266 Increment if_iqdrops when dropping an oversized frame.
 1267 [msaitoh, ticket #1402]
 1268
 1269sys/dev/pci/ixgbe/ixv.c 1.139
 1270
 1271 ixv(4): set MTU correctly if mtu > 1500.
 1272 [msaitoh, ticket #1403]
 1273