Module Name: src Committed By: martin Date: Fri Oct 11 18:23:40 UTC 2019
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #299 and #300 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.0 diff -u src/doc/CHANGES-9.0:1.1.2.73 src/doc/CHANGES-9.0:1.1.2.74 --- src/doc/CHANGES-9.0:1.1.2.73 Thu Oct 10 17:33:23 2019 +++ src/doc/CHANGES-9.0 Fri Oct 11 18:23:40 2019 @@ -1,5 +1,5 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.73 2019/10/10 17:33:23 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.74 2019/10/11 18:23:40 martin Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -4382,3 +4382,13 @@ sys/arch/x86/pci/if_vmx.c 1.51 Fix a kassert failure in vmxnet3_transmit(). [knakahara, ticket #298] +external/bsd/ipf/dist/man/ipf.5 1.6 + + Fix typo. + [uwe, ticket #299] + +sys/netinet/if_arp.c 1.289 + + ARP: Don't defend ARP probes. + [roy, ticket #300] +