Subject: PR/36673 CVS commit: src/sys/dev/sysmon
To: None <xtraeme@NetBSD.org, gnats-admin@netbsd.org,>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: netbsd-bugs
Date: 07/23/2007 08:50:02
The following reply was made to PR kern/36673; it has been noted by GNATS.
From: Juan Romero Pardines <xtraeme@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36673 CVS commit: src/sys/dev/sysmon
Date: Mon, 23 Jul 2007 08:45:51 +0000 (UTC)
Module Name: src
Committed By: xtraeme
Date: Mon Jul 23 08:45:51 UTC 2007
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c
Log Message:
- sysmon_envsys_createplist: do not return the error of sme->sme_gtredata
in all cases to the caller, just continue and show a debug printf if it
fails, because it's not a critical error.
- Improve some debugging printfs.
Fixes another part of yamt@'s PR kern/36673, that I forgot to commit
yesterday.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/sysmon/sysmon_envsys.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.