NetBSD/sbin/sysctl
atatat f99654532c 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, ...
	...
2004-02-20 05:27:39 +00:00
..
Makefile New sysctl(8) binary. Performs auto-discovery and can add/remove 2003-12-04 19:49:39 +00:00
pathconf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
sysctl.8 Bump date for previous. 2004-01-22 07:31:53 +00:00
sysctl.c Make this: 2004-02-20 05:27:39 +00:00
sysctlutil.c Rename sysctlnametomib() to sysctlgetmibinfo() and add FreeBSD 2004-02-19 06:40:14 +00:00