summaryrefslogtreecommitdiff
path: root/usr.sbin/sensorsd
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-07-22sensorsd(8) reported an unveil failure due to chdir / . CallAlexander Bluhm
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-31Fix previous: create() got inadvertently moved after parse_config(),Ingo Schwarze
2019-05-16unveil code was unaware of -f option.Theo de Raadt
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-10-22unveil support is a bit amusing. /etc/sensorsd.conf with "r", andTheo de Raadt
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-07-23Text improvements for precision and clarity, in particular properlyIngo Schwarze
2017-03-20Add command line option -f to specify alternative config file.Alexander Bluhm
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2015-12-12Remove NULL-checks before free().mmcc
2015-11-19pledge "stdio rpath proc exec"Theo de Raadt
2015-11-19KNFTheo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-06-15get_val() already frees the buffer passed to it so we don't need toTodd C. Miller
2015-06-02Don't leak value returned by cgetstr(). OK deraadt@Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-26Don't single out ami(4) here; other RAID drivers support logicalTodd C. Miller
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-09-16add lacked cases of sensors value, and fix orders.Yojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2008-06-14When there are no sensors, don't run the hotplugging consistency check,Constantine A. Murenin
2008-06-11When a hotplugged sensordev appears, load its configuration individually,Constantine A. Murenin
2008-06-11* Remove the exit condition on no sensors at start-up, since we now supportConstantine A. Murenin
2008-06-11Support hotpluggable sensors (e.g. the post-4.2 ipmi0 created by theConstantine A. Murenin
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-03-16s/273.16/273.15/g, then refactor the formulae to ensure that theConstantine A. Murenin
2008-03-16text simplification;Jason McIntyre
2008-03-16Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sureConstantine A. Murenin
2008-03-15explicitly report whether the lower or upper limit is exceeded; ok sthen@ cku...Constantine A. Murenin
2008-03-14- punctuate and order the tokens list, to stop it looking scrappyJason McIntyre
2008-03-14Add a "%l" token to signal whether a sensor value is in or out of bounds,Chris Kuethe
2008-03-13document the just-committed %s token.Chris Kuethe
2008-03-13Allow a program invoked on state change to receive sensor status. PerhapsChris Kuethe
2007-12-05log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;Constantine A. Murenin
2007-11-28sort options list;Jason McIntyre
2007-11-28add options to specify the check and report intervals. ok deraadtTed Unangst
2007-08-14sync printing w/ sysctl(8) and add missing sensor types to conf parser;Constantine A. Murenin
2007-08-14Commentary in the examples section was wrong from the start, because it gaveConstantine A. Murenin
2007-08-11add caveats section, documenting previously undocumented state dumping mechan...Constantine A. Murenin
2007-08-11s/ and alerter// against previous: 'alerter' is not a standard word (yet),Constantine A. Murenin