summaryrefslogtreecommitdiff
path: root/usr.sbin/envstat
AgeCommit message (Expand)Author
2007-11-03- Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY andxtraeme
2007-10-29Mention coretemp(4).xtraeme
2007-10-25Various improvements: typo fixes, wording, formatting.wiz
2007-10-09- Do not allow a 'critical-{max,min}' property in batteryxtraeme
2007-10-09Fix a typo that prevented a 'critical-capacity' property toxtraeme
2007-10-07Another comment that is no more thanks to the new configuration file.xtraeme
2007-10-07Modify a comment that is not valid anymore.xtraeme
2007-10-07If a critical-capacity property is found, make sure that thextraeme
2007-10-07Provide a more complete syntax example.xtraeme
2007-10-07Explain some more about the events that will send to powerd(8)xtraeme
2007-10-07Use two global dictionaries rather than only one:xtraeme
2007-10-07Use another main rule to avoid a conflict in the grammar.xtraeme
2007-10-07Xref envsys.conf(5)xtraeme
2007-10-07Pass -I${.CURDIR} -I. like others do.xtraeme
2007-10-07Accept '+' or '-' characters at the start of SP_STRING.xtraeme
2007-10-07New configuration file format for the envsys framework:xtraeme
2007-09-25- Simplify find_sensors().xtraeme
2007-09-25Merge a patch from Iain Hibbert (plunky@):xtraeme
2007-09-20replace inadvertently removed Nplunky
2007-09-20sort optionsplunky
2007-09-11Mention aps(4).xtraeme
2007-09-10Another typo in a comment.xtraeme
2007-09-10Fix a comment.xtraeme
2007-09-10Check argc before calling open(2), and use the out label in anotherxtraeme
2007-09-10Fix a lint(1) warning and remove oldsize in print_sensors(), it'sxtraeme
2007-09-10Don't forget to check if -s was specified without -d, and add a macroxtraeme
2007-09-10Redo how the arguments are processed, so that arguments not allowedxtraeme
2007-09-04Update to match current kernel code.xtraeme
2007-09-02Fix typo in previous.xtraeme
2007-09-02Add the -I flag that skips sensors with invalid state. They are shownxtraeme
2007-09-02Add a new sensor type to sysmon_envsys(9): ENVSYS_GSTRING.xtraeme
2007-08-29In temperature sensors, do not convert to degC or degF if there'sxtraeme
2007-08-26Check if the dictionary is empty and print a message if it's true.xtraeme
2007-08-07Fix typo.seb
2007-08-05The caller of prop_dictionary_externalize is responsible to free thextraeme
2007-07-21Erm... fix previous.xtraeme
2007-07-21Fix a logic bug: report a message and error if -s or -m is being usedxtraeme
2007-07-17Return the value returned by prop_dictionary_recv_ioctl() if the -x flagxtraeme
2007-07-17- Return the value returned by prop_dictionary_{recv,send}_ioctlxtraeme
2007-07-17Only allow to use ENVSYS_SETDICTIONARY if the user has write permissionxtraeme
2007-07-17Add the -r flag, which is a dummy flag... only added for compatibilityxtraeme
2007-07-13Define a set of macros to avoid writting same code many times.xtraeme
2007-07-12Add a missing printf in parse_dictionary() and simplify this part toxtraeme
2007-07-12Remove a comment that is not valid anymore.xtraeme
2007-07-12- Do not refrence memory already freed, thanks to Geoff C. Wing forxtraeme
2007-07-05tyopxtraeme
2007-07-05Align drive state string like other sensor types.xtraeme
2007-07-05Before checking sensor type:xtraeme
2007-07-05Print invalid state with 'N/A' for Indicators, like any other sensors.xtraeme
2007-07-05Print 'N/A' for invalid sensors rather than an asterisk, with thextraeme