Module Name: src Committed By: martin Date: Fri Apr 24 16:18:06 UTC 2020
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1540 and #1541 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-8.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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.4 src/doc/CHANGES-8.3:1.1.2.5 --- src/doc/CHANGES-8.3:1.1.2.4 Thu Apr 23 14:13:05 2020 +++ src/doc/CHANGES-8.3 Fri Apr 24 16:18:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.4 2020/04/23 14:13:05 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.5 2020/04/24 16:18:06 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -100,4 +100,14 @@ external/bsd/bind/include/config.h (app This should make DNSSEC work on such hosts as well. [he, ticket #1539] +sys/arch/hp300/hp300/machdep.c 1.233 + + Fix garbages in dmesg caused by uninitialized variables. + [tsutsui, ticket #1540] + +sys/dev/dkwedge/dk.c 1.98 + + PR kern/55026: fix a race condition that could cause a crash + on last close of a wedge. + [maya, ticket #1541]