Fri Oct 11 18:23:40 2019 UTC ()
Tickets #299 and #300


(martin)
diff -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-9.0

cvs diff -r1.1.2.73 -r1.1.2.74 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/10/10 17:33:23 1.1.2.73
+++ src/doc/Attic/CHANGES-9.0 2019/10/11 18:23:40 1.1.2.74
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1 1
2# $NetBSD: CHANGES-9.0,v 1.1.2.73 2019/10/10 17:33:23 martin Exp $ 2# $NetBSD: CHANGES-9.0,v 1.1.2.74 2019/10/11 18:23:40 martin Exp $
3 3
4A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 4A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
5until the 9.0 release: 5until the 9.0 release:
6 6
7doc/CHANGES-9.0 patched by hand 7doc/CHANGES-9.0 patched by hand
8doc/LAST_MINUTE patched by hand 8doc/LAST_MINUTE patched by hand
9doc/README.files patched by hand 9doc/README.files patched by hand
10external/gpl2/groff/tmac/mdoc.local patched by hand 10external/gpl2/groff/tmac/mdoc.local patched by hand
11sys/sys/param.h patched by hand 11sys/sys/param.h patched by hand
12 12
13 Welcome to 9.0_BETA! 13 Welcome to 9.0_BETA!
14 14
15distrib/utils/libhack/multibyte.c 1.9 15distrib/utils/libhack/multibyte.c 1.9
@@ -4372,13 +4372,23 @@ etc/namedb/root.cache 1.25 @@ -4372,13 +4372,23 @@ etc/namedb/root.cache 1.25
4372 Update to 2019093001. 4372 Update to 2019093001.
4373 [sevan, ticket #296] 4373 [sevan, ticket #296]
4374 4374
4375sys/netatalk/at_var.h 1.9 4375sys/netatalk/at_var.h 1.9
4376 4376
4377 Prevent stack information leak. 4377 Prevent stack information leak.
4378 [maxv, ticket #297] 4378 [maxv, ticket #297]
4379 4379
4380sys/arch/x86/pci/if_vmx.c 1.51 4380sys/arch/x86/pci/if_vmx.c 1.51
4381 4381
4382 Fix a kassert failure in vmxnet3_transmit(). 4382 Fix a kassert failure in vmxnet3_transmit().
4383 [knakahara, ticket #298] 4383 [knakahara, ticket #298]
4384 4384
 4385external/bsd/ipf/dist/man/ipf.5 1.6
 4386
 4387 Fix typo.
 4388 [uwe, ticket #299]
 4389
 4390sys/netinet/if_arp.c 1.289
 4391
 4392 ARP: Don't defend ARP probes.
 4393 [roy, ticket #300]
 4394