Module Name: src Committed By: msaitoh Date: Tue Jan 28 09:10:10 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #665 and #666. To generate a diff of this commit: cvs rdiff -u -r1.1.2.167 -r1.1.2.168 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.167 src/doc/CHANGES-9.0:1.1.2.168 --- src/doc/CHANGES-9.0:1.1.2.167 Mon Jan 27 07:29:56 2020 +++ src/doc/CHANGES-9.0 Tue Jan 28 09:10:10 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.167 2020/01/27 07:29:56 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.168 2020/01/28 09:10:10 msaitoh Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -8352,3 +8352,13 @@ doc/3RDPARTY (manually edited) Import OpenSSL 1.1.1d. [christos, ticket #660] +sys/dev/fdt/fdtbus.c 1.32 + + First arg of cpu_setmodel needs to be a format string - fix the llvm + build. + [martin, ticket #665] + +distrib/evbmips/instkernel/ramdisk/Makefile 1.14 + + PR install/54777: Add dhcpcd to the install ramdisk. + [martin, ticket #666]