Module Name: src Committed By: sborrill Date: Tue Oct 30 10:14:55 UTC 2018
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1640 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.3 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-7.3 diff -u src/doc/CHANGES-7.3:1.1.2.7 src/doc/CHANGES-7.3:1.1.2.8 --- src/doc/CHANGES-7.3:1.1.2.7 Tue Oct 30 10:07:52 2018 +++ src/doc/CHANGES-7.3 Tue Oct 30 10:14:55 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.7 2018/10/30 10:07:52 sborrill Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.8 2018/10/30 10:14:55 sborrill Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -93,3 +93,10 @@ usr.bin/find/function.c 1.77 form part of what is allowed in ARG_MAX. [mrg, ticket #1642] +usr.sbin/sysinst/arch/sgimips/md.c 1.5-1.6 + + PR port-sgimips/53583: fetch kernel name always before using it. + Make the struct utsname local to avoid future similar issues. + Make sure to install a bootloader even on upgrade installation. + [tsutsui, #1640] +