Fri Sep 4 18:54:33 2020 UTC ()
Ticket #1076


(martin)
diff -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-9.1

cvs diff -r1.1.2.108 -r1.1.2.109 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/09/03 18:38:16 1.1.2.108
+++ src/doc/Attic/CHANGES-9.1 2020/09/04 18:54:33 1.1.2.109
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.108 2020/09/03 18:38:16 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.109 2020/09/04 18:54:33 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
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 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -4911,13 +4911,20 @@ sys/arch/x86/x86/pmap.c 1.404 @@ -4911,13 +4911,20 @@ sys/arch/x86/x86/pmap.c 1.404
4911sys/netinet/tcp_input.c 1.419 4911sys/netinet/tcp_input.c 1.419
4912 4912
4913 PR 55567: a unidirectional sender could be slowed down to 4913 PR 55567: a unidirectional sender could be slowed down to
4914 1 byte every 5 or even 60 seconds. 4914 1 byte every 5 or even 60 seconds.
4915 [kardel, ticket #1074] 4915 [kardel, ticket #1074]
4916 4916
4917sys/arch/x86/x86/pmap.c (apply patch) 4917sys/arch/x86/x86/pmap.c (apply patch)
4918 4918
4919 Fix a bug in Xen 4.13 support which leads to a KASSERT firing at 4919 Fix a bug in Xen 4.13 support which leads to a KASSERT firing at
4920 process exit time. Also fixes a KASSERT that could fire if 4920 process exit time. Also fixes a KASSERT that could fire if
4921 GNTTABOP_map_grant_ref fails, and a ptp leak. 4921 GNTTABOP_map_grant_ref fails, and a ptp leak.
4922 [bouyer, ticket #1075] 4922 [bouyer, ticket #1075]
4923 4923
 4924sys/arch/x86/include/specialreg.h 1.172
 4925sys/dev/nvmm/x86/nvmm_x86_svm.c 1.75
 4926sys/dev/nvmm/x86/nvmm_x86_vmx.c 1.72
 4927
 4928 nvmm(4): improve the detection of virtualization features.
 4929 [maxv, ticket #1076]
 4930