| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-25 | Merge a patch from Iain Hibbert (plunky@): | xtraeme |
| 2007-09-20 | sort options | plunky |
| 2007-09-10 | Another typo in a comment. | xtraeme |
| 2007-09-10 | Fix a comment. | xtraeme |
| 2007-09-10 | Check argc before calling open(2), and use the out label in another | xtraeme |
| 2007-09-10 | Fix a lint(1) warning and remove oldsize in print_sensors(), it's | xtraeme |
| 2007-09-10 | Don't forget to check if -s was specified without -d, and add a macro | xtraeme |
| 2007-09-10 | Redo how the arguments are processed, so that arguments not allowed | xtraeme |
| 2007-09-04 | Update to match current kernel code. | xtraeme |
| 2007-09-02 | Add the -I flag that skips sensors with invalid state. They are shown | xtraeme |
| 2007-09-02 | Add a new sensor type to sysmon_envsys(9): ENVSYS_GSTRING. | xtraeme |
| 2007-08-29 | In temperature sensors, do not convert to degC or degF if there's | xtraeme |
| 2007-08-26 | Check if the dictionary is empty and print a message if it's true. | xtraeme |
| 2007-08-05 | The caller of prop_dictionary_externalize is responsible to free the | xtraeme |
| 2007-07-21 | Erm... fix previous. | xtraeme |
| 2007-07-21 | Fix a logic bug: report a message and error if -s or -m is being used | xtraeme |
| 2007-07-17 | Return the value returned by prop_dictionary_recv_ioctl() if the -x flag | xtraeme |
| 2007-07-17 | - Return the value returned by prop_dictionary_{recv,send}_ioctl | xtraeme |
| 2007-07-17 | Only allow to use ENVSYS_SETDICTIONARY if the user has write permission | xtraeme |
| 2007-07-17 | Add the -r flag, which is a dummy flag... only added for compatibility | xtraeme |
| 2007-07-13 | Define a set of macros to avoid writting same code many times. | xtraeme |
| 2007-07-12 | Add a missing printf in parse_dictionary() and simplify this part to | xtraeme |
| 2007-07-12 | Remove a comment that is not valid anymore. | xtraeme |
| 2007-07-12 | - Do not refrence memory already freed, thanks to Geoff C. Wing for | xtraeme |
| 2007-07-05 | Align drive state string like other sensor types. | xtraeme |
| 2007-07-05 | Before checking sensor type: | xtraeme |
| 2007-07-05 | Print invalid state with 'N/A' for Indicators, like any other sensors. | xtraeme |
| 2007-07-05 | Print 'N/A' for invalid sensors rather than an asterisk, with the | xtraeme |
| 2007-07-04 | By popular demand, do not skip sensors with invalid state. Print them | xtraeme |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |
| 2007-05-01 | Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block | bouyer |
| 2006-08-31 | In -i mode, flush standard output after each line. This is needed to | gson |
| 2004-06-03 | One r in the option string is enough; from Jeff Ito. | wiz |
| 2004-06-03 | Remove unhandled option letter c from option string, noted by Jeff Ito. | wiz |
| 2004-06-03 | Sync usage with man page. | wiz |
| 2004-03-25 | - move the row printing code into it's own function. | mrg |
| 2004-03-21 | in -r mode, if given "-s sensor_list", only list the given sensors instead | mrg |
| 2004-02-02 | As pointed out by Dave Huang, revert back to using 273.15 rather than 273.16 | soren |
| 2004-02-02 | C = K + 273.16. | soren |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-31 | Don't display data for sensors with ENVSYS_FCURVALID not set. | mycroft |
| 2003-02-21 | Not all size_t's are equal to int... | martin |
| 2003-02-20 | - pass lint | christos |
| 2003-01-11 | fix usage [add -r] | christos |
| 2003-01-05 | exit 0 when -r | christos |
| 2003-01-05 | Update -r option to display data in correct units, IE temperature in degC or | chris |
| 2003-01-01 | Include <paths.h> | augustss |