Module Name: src Committed By: msaitoh Date: Tue Nov 19 06:21:24 UTC 2019
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #443. To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 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.107 src/doc/CHANGES-9.0:1.1.2.108 --- src/doc/CHANGES-9.0:1.1.2.107 Mon Nov 18 19:48:41 2019 +++ src/doc/CHANGES-9.0 Tue Nov 19 06:21:24 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.107 2019/11/18 19:48:41 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.108 2019/11/19 06:21:24 msaitoh Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -5924,3 +5924,7 @@ sys/dev/pci/if_mcx.c 1.6 Fixed incorrect m_defrag return value check. [nonaka, ticket #441] +usr.sbin/sysinst/arch/i386/md.c 1.25-1.26 + + Fix KASLR support for amd64. + [martin, ticket #443]