Module Name: src Committed By: martin Date: Wed Nov 13 12:57:15 UTC 2019
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #420 and #421 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 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.100 src/doc/CHANGES-9.0:1.1.2.101 --- src/doc/CHANGES-9.0:1.1.2.100 Tue Nov 12 18:25:33 2019 +++ src/doc/CHANGES-9.0 Wed Nov 13 12:57:15 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.100 2019/11/12 18:25:33 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.101 2019/11/13 12:57:15 martin Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -5648,3 +5648,15 @@ sys/arch/x86/x86/spectre.c 1.31 Mitigation for CVE-2019-11135: TSX Asynchronous Abort (TAA). [maxv, ticket #419] +sys/net/if_vlan.c 1.148 +tests/net/if_vlan/t_vlan.sh 1.16 + + Fix a bug that vlan(4) fragments IPv6 packets unecessarily. + Add a test case for this. + [yamaguchi, ticket #420] + +bin/pax/Makefile 1.40 + + PR bin/54468: install manual pages for tar and cpio only once. + [nakayama, ticket #421] +