Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 02/20/2004 05:27:39
Module Name: src
Committed By: atatat
Date: Fri Feb 20 05:27:39 UTC 2004
Modified Files:
src/sbin/sysctl: sysctl.c
Log Message:
Make this:
% sysctl -A kern.cp_time
(and also "sysctl -A" without the kern.cp_time argument) print this:
kern.cp_time: user = 851648, nice = 683496, sys = 69383, ...
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
instead of just:
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sbin/sysctl/sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.