Wed Jan 29 23:33:15 2020 UTC ()
 Ticket #673.


(msaitoh)
diff -r1.1.2.170 -r1.1.2.171 src/doc/CHANGES-9.0

cvs diff -r1.1.2.170 -r1.1.2.171 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2020/01/28 11:14:15 1.1.2.170
+++ src/doc/Attic/CHANGES-9.0 2020/01/29 23:33:15 1.1.2.171
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.170 2020/01/28 11:14:15 martin Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.171 2020/01/29 23:33:15 msaitoh Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -8530,13 +8530,17 @@ sys/dev/pci/ixgbe/ixgbe_x550.c 1.17 @@ -8530,13 +8530,17 @@ sys/dev/pci/ixgbe/ixgbe_x550.c 1.17
8530sys/dev/ic/rtl8169.c 1.160,1.161 8530sys/dev/ic/rtl8169.c 1.160,1.161
8531sys/dev/ic/rtl81x9.c 1.107 8531sys/dev/ic/rtl81x9.c 1.107
8532sys/dev/ic/rtl81x9reg.h 1.51,1.52 8532sys/dev/ic/rtl81x9reg.h 1.51,1.52
8533sys/dev/ic/rtl81x9var.h 1.57 8533sys/dev/ic/rtl81x9var.h 1.57
8534 8534
8535 - Use unsigned in rtk_setmulti() to avoid undefined behavior. 8535 - Use unsigned in rtk_setmulti() to avoid undefined behavior.
8536 - Add new quirk for 8168H to linkup correctly. 8536 - Add new quirk for 8168H to linkup correctly.
8537 - Improve 8168FP, 8411, 8168G, 8401E, 8105E, 8105E_SPIN1, 8106E and 8537 - Improve 8168FP, 8411, 8168G, 8401E, 8105E, 8105E_SPIN1, 8106E and
8538 8402 support. 8538 8402 support.
8539 - Renumber RTK_HWREV_8103E from 0x24C00000 to 0x34c00000. 0x24C00000 8539 - Renumber RTK_HWREV_8103E from 0x24C00000 to 0x34c00000. 0x24C00000
8540 is newly used as RTK_HWREV_8102EL_SPIN1. 8540 is newly used as RTK_HWREV_8102EL_SPIN1.
8541 [msaitoh, ticket #667] 8541 [msaitoh, ticket #667]
8542 8542
 8543usr.sbin/sysinst/arch/evbarm/md.c 1.15
 8544
 8545 Do not compare a char array to NULL, test for empty string instead.
 8546 [martin, ticket #673]