summaryrefslogtreecommitdiff
path: root/usr.sbin/envstat/envstat.c
AgeCommit message (Expand)Author
2012-12-14Since we're no longer making a copy of the option args, we shouldn'tpgoyette
2012-12-13- no point in allocating memory to hold command line arguments.christos
2012-12-13PR/47316: Henning Petersen: Memory leak in envstat with config file.christos
2012-05-11Fix alignment display for temperature, fans and integer units.njoly
2012-02-09Various English usage, spelling and markup fixes for envstat(4)-relatedriz
2011-12-04change printed indicator and battery charge strings from ON and OFF to TRUEjmcneill
2011-06-07Zero is a valid value for some sensors so update statistics code topgoyette
2011-06-061. Don't print blank for Integer sensors with value of zeropgoyette
2011-06-04Since there is no longer a value-avg property, remove the code thatpgoyette
2010-12-16When skipping output for a temperature of absolute zero, don't forget topgoyette
2010-12-14Use a consistent approach for rump kernel calls made by libs.pooka
2010-12-13RUMP_ACTION -> RUMPPRGpooka
2010-11-05adapt to new rumpclient_init() signaturepooka
2010-11-05support rump client modepooka
2010-10-05Some Integer-type sensors can have limits, so allow them to be displayed.pgoyette
2010-08-26Use <paths.h>. Remove trailing white space.jruoho
2010-08-01Print the correct value for critmin of a fan sensor.mlelstv
2010-02-15Update userland envstat(8) to handle new {high,maximum}-capacity limits.pgoyette
2010-02-12Fix double free, when requesting an invalid sensor.njoly
2010-02-12remove the fourth (empty) column from the -T printouts; ok pgoyettecnst
2010-02-09fix a typo resulting in warn-max being shown in two columns (one time instead...cnst
2010-01-30Since we never have both a limit value and a limit %capacity value,pgoyette
2009-04-04fix pasto: don't print the critcap when the warncap was asked. Also off bychristos
2009-02-14Add support for showing temperatures in Kelvin.ahoka
2008-08-221. provide for warning-min and warning-max alarm levels in addition topgoyette
2008-08-09simplify the code, from xtraeme.christos
2008-05-25remove printf when the sensor has no statistics; requested by xtraeme.christos
2008-05-24Don't code using side-effects (eliminate queue variable). Unconfuses Coveritychristos
2008-05-24Coverity CID 5034: Use after free. Restructure the code to simplify it andchristos
2008-04-29Don't show statistics in sensors that will provide a percentage.xtraeme
2008-04-26Add missing cast, noticed by Paul Goyette in current-users@.xtraeme
2008-04-26Cur -> Current for the header.xtraeme
2008-04-26In default display mode, fix up the indentation for the criticalxtraeme
2008-04-26* Improve default display output by adding a header that will matchxtraeme
2008-04-17Remove the 'dvnprinted' bool member of sensor_t, it's unused.xtraeme
2008-04-17* Add support to show output from specified sensors in multiple devicesxtraeme
2007-11-16Implement the 'refresh-timeout' property in device blocks for thextraeme
2007-11-03- Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY andxtraeme
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-20sort optionsplunky
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-02Add the -I flag that skips sensors with invalid state. They are shownxtraeme