Module Name: src Committed By: msaitoh Date: Wed Jan 29 23:33:15 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #673. To generate a diff of this commit: cvs rdiff -u -r1.1.2.170 -r1.1.2.171 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.170 src/doc/CHANGES-9.0:1.1.2.171 --- src/doc/CHANGES-9.0:1.1.2.170 Tue Jan 28 11:14:15 2020 +++ src/doc/CHANGES-9.0 Wed Jan 29 23:33:15 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.170 2020/01/28 11:14:15 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.171 2020/01/29 23:33:15 msaitoh Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -8540,3 +8540,7 @@ sys/dev/ic/rtl81x9var.h 1.57 is newly used as RTK_HWREV_8102EL_SPIN1. [msaitoh, ticket #667] +usr.sbin/sysinst/arch/evbarm/md.c 1.15 + + Do not compare a char array to NULL, test for empty string instead. + [martin, ticket #673]