Module Name: src Committed By: martin Date: Sun Oct 4 18:24:08 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1095 and #1096 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-9.1 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.1 diff -u src/doc/CHANGES-9.1:1.1.2.117 src/doc/CHANGES-9.1:1.1.2.118 --- src/doc/CHANGES-9.1:1.1.2.117 Sun Sep 27 10:31:09 2020 +++ src/doc/CHANGES-9.1 Sun Oct 4 18:24:07 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.117 2020/09/27 10:31:09 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.118 2020/10/04 18:24:07 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -5035,3 +5035,16 @@ sys/dev/ic/nvme.c 1.50 with multiple (partialy unused) name spaces. [kardel, ticket #1094] +sys/uvm/uvm_amap.c 1.124,1.125 (patch) +sys/uvm/uvm_io.c 1.29 (patch) + + Effectively disable the AMAP_REFALL flag because it is unsafe. + [chs, ticket #1095] + +sys/dev/fdt/dw_apb_uart.c 1.8 + + The device is capable to recognize break signal, reset cnmagic + from +++++ to default. + [rin, ticket #1096] + +