| Age | Commit message (Expand) | Author |
| 2023-06-19 | Silence wrong maybe-uninitialized raised by GCC/x86_64 10.4.0 -Os. | rin |
| 2022-11-21 | A driver for the Bosch BMP280 / BME280 temperature, humidity and | brad |
| 2022-05-28 | fix various typos, mainly in comments. | andvar |
| 2021-11-27 | usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it | rillig |
| 2020-11-14 | Add option -n to print only the value of a sensor. | mlelstv |
| 2020-11-14 | Allow to select raw output for a single device or a list of sensors. | mlelstv |
| 2020-11-14 | For raw output (-x) allow to extract individual properties like drvctl -p. | mlelstv |
| 2020-06-07 | Update for proplib(3) API changes. | thorpej |
| 2018-05-27 | Add support for light sensors that report Illuminance in lux. | thorpej |
| 2014-05-18 | add HYT-221/271/939 humidity/temperature I2C sensor | kardel |
| 2012-12-14 | Since we're no longer making a copy of the option args, we shouldn't | pgoyette |
| 2012-12-13 | - no point in allocating memory to hold command line arguments. | christos |
| 2012-12-13 | PR/47316: Henning Petersen: Memory leak in envstat with config file. | christos |
| 2012-05-11 | Fix alignment display for temperature, fans and integer units. | njoly |
| 2012-02-09 | Various English usage, spelling and markup fixes for envstat(4)-related | riz |
| 2011-12-04 | change printed indicator and battery charge strings from ON and OFF to TRUE | jmcneill |
| 2011-06-07 | Zero is a valid value for some sensors so update statistics code to | pgoyette |
| 2011-06-06 | 1. Don't print blank for Integer sensors with value of zero | pgoyette |
| 2011-06-04 | Since there is no longer a value-avg property, remove the code that | pgoyette |
| 2010-12-16 | When skipping output for a temperature of absolute zero, don't forget to | pgoyette |
| 2010-12-14 | Use a consistent approach for rump kernel calls made by libs. | pooka |
| 2010-12-13 | RUMP_ACTION -> RUMPPRG | pooka |
| 2010-11-05 | adapt to new rumpclient_init() signature | pooka |
| 2010-11-05 | support rump client mode | pooka |
| 2010-10-05 | Some Integer-type sensors can have limits, so allow them to be displayed. | pgoyette |
| 2010-08-26 | Use <paths.h>. Remove trailing white space. | jruoho |
| 2010-08-01 | Print the correct value for critmin of a fan sensor. | mlelstv |
| 2010-02-15 | Update userland envstat(8) to handle new {high,maximum}-capacity limits. | pgoyette |
| 2010-02-12 | Fix double free, when requesting an invalid sensor. | njoly |
| 2010-02-12 | remove the fourth (empty) column from the -T printouts; ok pgoyette | cnst |
| 2010-02-09 | fix a typo resulting in warn-max being shown in two columns (one time instead... | cnst |
| 2010-01-30 | Since we never have both a limit value and a limit %capacity value, | pgoyette |
| 2009-04-04 | fix pasto: don't print the critcap when the warncap was asked. Also off by | christos |
| 2009-02-14 | Add support for showing temperatures in Kelvin. | ahoka |
| 2008-08-22 | 1. provide for warning-min and warning-max alarm levels in addition to | pgoyette |
| 2008-08-09 | simplify the code, from xtraeme. | christos |
| 2008-05-25 | remove printf when the sensor has no statistics; requested by xtraeme. | christos |
| 2008-05-24 | Don't code using side-effects (eliminate queue variable). Unconfuses Coverity | christos |
| 2008-05-24 | Coverity CID 5034: Use after free. Restructure the code to simplify it and | christos |
| 2008-04-29 | Don't show statistics in sensors that will provide a percentage. | xtraeme |
| 2008-04-26 | Add missing cast, noticed by Paul Goyette in current-users@. | xtraeme |
| 2008-04-26 | Cur -> Current for the header. | xtraeme |
| 2008-04-26 | In default display mode, fix up the indentation for the critical | xtraeme |
| 2008-04-26 | * Improve default display output by adding a header that will match | xtraeme |
| 2008-04-17 | Remove the 'dvnprinted' bool member of sensor_t, it's unused. | xtraeme |
| 2008-04-17 | * Add support to show output from specified sensors in multiple devices | xtraeme |
| 2007-11-16 | Implement the 'refresh-timeout' property in device blocks for the | xtraeme |
| 2007-11-03 | - Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and | xtraeme |
| 2007-10-07 | New configuration file format for the envsys framework: | xtraeme |
| 2007-09-25 | - Simplify find_sensors(). | xtraeme |