OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Alexander Yurchenko (grangecvs.openbsd.org)
Date: Fri Apr 25 2003 - 15:06:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: grange@cvs.openbsd.org 2003/04/25 14:06:41

Modified files:
        sys/sys : sysctl.h
        sys/kern : kern_sysctl.c
Added files:
        sys/sys : sensors.h

Log message:
sysctl front-end for the hardware monitoring sensors. This adds
new node hw.sensors; information from the sensors can be obtained
via hw.sensors.n, where n is a sensor number. All values are read only
for now. Documentation and back-end drivers are comming.
Tested by henning@ and millert@. Four oks from henning@ and one
from millert@.