| Age | Commit message (Collapse) | 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 | |
| atmospheric pressure sensor. This is an inexpensive to moderately expensive chip available from a large number of places. The driver supports all aspects of the two chips, except for the repeating read mode which would allow for sub-second queries, such as fall detection or perhaps even as an altimeter. This driver also only supports the I2C interface and not the SPI interface. The BME280, the one with humidity, is not fully tested at this point, awaiting upon a breakout board and may not show proper humidity. | |||
| 2022-05-28 | fix various typos, mainly in comments. | andvar | |
| 2021-11-27 | usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it | rillig | |
| Since 2021-01-31, lint no longer requires a CONSTCOND comment in a do-while-0 statement since this is a common code pattern, especially in statement-like macros. sed -i -E 's,} while \(/\* ?CONSTCOND ?\*/ ?0\),} while (0),' */*.[ch] | |||
| 2020-11-14 | New sentence, new line. | wiz | |
| Other whitespace fixes, and some Xr fixes. | |||
| 2020-11-14 | Add option -n to print only the value of a sensor. | mlelstv | |
| If statistics are selected with -T, then also display max, min and average. The empty line between each display is skipped when one or more sensors are selected with -s. | |||
| 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 | |
| E.g. # envstat -x /vcmbox0/0/cur-value 328150000 | |||
| 2020-06-07 | Update for proplib(3) API changes. | thorpej | |
| 2020-04-22 | Externalize yytext, it belongs to the lexer | joerg | |
| 2018-05-27 | Add support for light sensors that report Illuminance in lux. | thorpej | |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz | |
| 2014-05-18 | add HYT-221/271/939 humidity/temperature I2C sensor | kardel | |
| extend envsys(4) framework by %rH (relative humidity) | |||
| 2012-12-14 | Since we're no longer making a copy of the option args, we shouldn't | pgoyette | |
| attempt to free it. | |||
| 2012-12-13 | - no point in allocating memory to hold command line arguments. | christos | |
| - allocate memory inside the function used. | |||
| 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-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg | |
| as format string. | |||
| 2012-02-09 | Various English usage, spelling and markup fixes for envstat(4)-related | riz | |
| things, from Snader_LB. | |||
| 2011-12-04 | change printed indicator and battery charge strings from ON and OFF to TRUE | jmcneill | |
| and FALSE, because messages like "battery present: ON" are difficult for my brain to parse. | |||
| 2011-08-31 | Use __dead | joerg | |
| 2011-06-08 | Instead of relying on the want-percent attribute, use the sensor | pgoyette | |
| type to restrict value-based limits from Battery-capacity sensors. | |||
| 2011-06-07 | Sort sections. | wiz | |
| 2011-06-07 | Add a BUGS section to point out that the statistic "average" is an | pgoyette | |
| average only of the current, minimum, and maximum values, and not a running average of all displayed current values. | |||
| 2011-06-07 | Zero is a valid value for some sensors so update statistics code to | pgoyette | |
| handle that. | |||
| 2011-06-06 | 1. Don't print blank for Integer sensors with value of zero | pgoyette | |
| 2. Properly print percentages in -T statistics mode 3. Always set Sensor Type (units) to a non-NULL value 4. Enable printing of percentages for Integer sensors | |||
| 2011-06-04 | Since there is no longer a value-avg property, remove the code that | pgoyette | |
| extracts it. | |||
| 2010-12-16 | When skipping output for a temperature of absolute zero, don't forget to | pgoyette | |
| skip past the display columns that the value would otherwise occupy. Fixes display issue when swsensor(4) is used and it has a value of 0K, as reported by njoly@ | |||
| 2010-12-15 | Don't need prog_ioctl here, it's a leftover of the previous approach. | pooka | |
| pointed out by Paul Goyette | |||
| 2010-12-14 | Use a consistent approach for rump kernel calls made by libs. | pooka | |
| Should investigate a dynamic approach in the future. | |||
| 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 | Add option k to synopsis. | njoly | |
| 2010-10-05 | Apply proper conversion (which is _no_ conversion) when setting limit | pgoyette | |
| values for sensors of type ENVSYS_INTEGER. | |||
| 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-07-09 | Add brief explanations of unit abbreviations. | reed | |
| Add units(1) to see also. | |||
| 2010-03-19 | Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4). | cnst | |
| http://mail-index.netbsd.org/tech-kern/2010/03/06/msg007458.html Reviewed by <pgoyette>, <cegger>, <jruoho>, <tech-kern>. | |||
| 2010-02-15 | Document the new {high, maximum}-capacity keywords, and some general | pgoyette | |
| clean-up. | |||
| 2010-02-15 | Update cross-reference to refer to new aibs(4) instead of aiboost(4) | pgoyette | |
| 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 ↵ | cnst | |
| instead of crit-min); ok pgoyette | |||
| 2010-02-09 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor | cnst | |
| with limit support. http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654 Reviewed by <pgoyette>, <jruoho> and <tech-kern>. | |||
| 2010-01-30 | New sentence, new line. | wiz | |
| 2010-01-30 | Since we never have both a limit value and a limit %capacity value, | pgoyette | |
| remove the Capacity column. Reduce inter-column spacing, and display all four limits on one page, rather than using the -W command line option to switch between critical and warning limits. (The -W option is still permitted, but has no effect.) %capacity limits are displayed in the WarnMin and CritMin columns, but have a trailing % sign. | |||
| 2009-10-29 | option noinput nounput | christos | |
