summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sensorsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Fix previous: create() got inadvertently moved after parse_config(),schwarze2019-05-311-3/+3
* unveil code was unaware of -f option.deraadt2019-05-161-13/+14
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-3/+7
* unveil support is a bit amusing. /etc/sensorsd.conf with "r", andderaadt2018-10-221-1/+6
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-122-7/+7
* Text improvements for precision and clarity, in particular properlyschwarze2017-07-232-24/+44
* Add command line option -f to specify alternative config file.bluhm2017-03-202-5/+18
* Pull in <sys/time.h> for struct timespec, timeval, or clockrateguenther2016-08-271-1/+2
* Remove NULL-checks before free().mmcc2015-12-121-3/+2
* pledge "stdio rpath proc exec"deraadt2015-11-191-1/+4
* KNFderaadt2015-11-191-9/+12
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-272-6/+6
* get_val() already frees the buffer passed to it so we don't need tomillert2015-06-151-3/+1
* Don't leak value returned by cgetstr(). OK deraadt@millert2015-06-021-3/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* Don't single out ami(4) here; other RAID drivers support logicalmillert2014-08-261-5/+3
* If you want <sys/queue.h>, you need to include it. Don't assume thatderaadt2014-06-291-1/+2
* add more sensor types to sensor framework.yuo2012-09-201-1/+13
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-031-3/+3
* add lacked cases of sensors value, and fix orders.yuo2011-09-161-6/+14
* apply following changes to sensor framework:yuo2011-09-161-1/+7
* Add the "angle" sensor, measured in degrees; from Luis Pintoderaadt2010-04-211-1/+5
* Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledderaadt2010-04-201-5/+7
* SENSOR_WATTS; ok canacar deraadt kettenis henningcnst2009-08-141-1/+5
* When there are no sensors, don't run the hotplugging consistency check,cnst2008-06-141-1/+3
* When a hotplugged sensordev appears, load its configuration individually,cnst2008-06-111-13/+9
* * Remove the exit condition on no sensors at start-up, since we now supportcnst2008-06-111-27/+31
* Support hotpluggable sensors (e.g. the post-4.2 ipmi0 created by thecnst2008-06-111-4/+85
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* s/273.16/273.15/g, then refactor the formulae to ensure that thecnst2008-03-161-3/+3
* text simplification;jmc2008-03-161-2/+2
* Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make surecnst2008-03-162-44/+25
* explicitly report whether the lower or upper limit is exceeded; ok sthen@ ckuethe@cnst2008-03-152-13/+24
* - punctuate and order the tokens list, to stop it looking scrappyjmc2008-03-141-14/+13
* Add a "%l" token to signal whether a sensor value is in or out of bounds,ckuethe2008-03-142-4/+28
* document the just-committed %s token.ckuethe2008-03-131-1/+3
* Allow a program invoked on state change to receive sensor status. Perhapsckuethe2008-03-132-7/+30
* log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;cnst2007-12-051-3/+5
* sort options list;jmc2007-11-281-5/+5
* add options to specify the check and report intervals. ok deraadttedu2007-11-282-7/+30
* sync printing w/ sysctl(8) and add missing sensor types to conf parser;cnst2007-08-142-7/+27
* Commentary in the examples section was wrong from the start, because it gavecnst2007-08-141-10/+14
* add caveats section, documenting previously undocumented state dumping mechanism; ok jmc@ henning@cnst2007-08-111-1/+12
* s/ and alerter// against previous: 'alerter' is not a standard word (yet),cnst2007-08-111-3/+3
* sync sensorsd.8: add my copyright; change NAME summary; fix some grammar;cnst2007-08-101-7/+16
* sync sensorsd.conf.5 with reality, including:cnst2007-08-101-10/+33
* something went wrong w/ previous;jmc2007-07-311-2/+2