Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2002 12:07:27 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        phk@freebsd.org
Cc:        current@freebsd.org
Subject:   bogus and/or broken sysctl kern.timecounter.tick
Message-ID:  <20021225115915.G19052-100000@gamplex.bde.org>

next in thread | raw e-mail | index | archive | help
The kern.timecounter.tick sysctl is apparently intended to return the
kernel variable `tc_tick' but actually returns the kernel variable
`tick'.  Returning `tick' is not useful since it is already returned
in the currect place (the kern.clockrate sysctl).  Returning `tc_tick'
is apparently not useful either since apparently nothing cares about
the wrong value being returned.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021225115915.G19052-100000>