Module Name: src Committed By: martin Date: Mon Aug 26 13:17:02 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1344 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-8.2 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.2 diff -u src/doc/CHANGES-8.2:1.1.2.28 src/doc/CHANGES-8.2:1.1.2.29 --- src/doc/CHANGES-8.2:1.1.2.28 Wed Aug 21 14:33:26 2019 +++ src/doc/CHANGES-8.2 Mon Aug 26 13:17:02 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.28 2019/08/21 14:33:26 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.29 2019/08/26 13:17:02 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -612,3 +612,9 @@ sys/uvm/uvm_aobj.c 1.128 Avoid undefined behavior in uao_pagein_page(). [msaitoh, ticket #1342] +sys/dev/sysmon/sysmon.c 1.30 + + Module class of sysmon_envsys, sysmon_wdog and sysmon_power is + MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC. + [nakayama, ticket #1344] +