Hardware sensors framework originally developed in OpenBSD and ported to
authorHasso Tepper <hasso@dragonflybsd.org>
Tue, 2 Oct 2007 12:57:01 +0000 (12:57 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Tue, 2 Oct 2007 12:57:01 +0000 (12:57 +0000)
commiteb3a3472e35da0abd7f5cdeac778f403c9e517c5
tree5bf7b38a7d67d5d03e680a982815a1dd2a57085c
parent53b7264524c2ccafd62703b832f3c1c03bd70be2
Hardware sensors framework originally developed in OpenBSD and ported to
FreeBSD by Constantine A. Murenin <mureninc at gmail.com>.

Obtained-from: OpenBSD via FreeBSD GSoC 2007 project
25 files changed:
etc/Makefile
etc/defaults/rc.conf
etc/rc.d/Makefile
etc/rc.d/sensorsd [new file with mode: 0644]
etc/sensorsd.conf [new file with mode: 0644]
lib/libc/gen/sysctl.3
sbin/sysctl/sysctl.8
sbin/sysctl/sysctl.c
share/man/man5/rc.conf.5
share/man/man9/Makefile
share/man/man9/sensor_attach.9 [new file with mode: 0644]
sys/conf/files
sys/kern/kern_sensors.c [new file with mode: 0644]
sys/sys/sensors.h [new file with mode: 0644]
sys/sys/sysctl.h
usr.bin/systat/Makefile
usr.bin/systat/cmdtab.c
usr.bin/systat/extern.h
usr.bin/systat/sensors.c [new file with mode: 0644]
usr.bin/systat/systat.1
usr.sbin/Makefile
usr.sbin/sensorsd/Makefile [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.8 [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.c [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.conf.5 [new file with mode: 0644]