summaryrefslogtreecommitdiff
path: root/usr.sbin/envstat
AgeCommit message (Expand)Author
2010-12-16When skipping output for a temperature of absolute zero, don't forget topgoyette
2010-12-15Don't need prog_ioctl here, it's a leftover of the previous approach.pooka
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-05Add option k to synopsis.njoly
2010-10-05Apply proper conversion (which is _no_ conversion) when setting limitpgoyette
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-07-09Add brief explanations of unit abbreviations.reed
2010-03-19Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).cnst
2010-02-15Document the new {high, maximum}-capacity keywords, and some generalpgoyette
2010-02-15Update cross-reference to refer to new aibs(4) instead of aiboost(4)pgoyette
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-02-09New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitorcnst
2010-01-30New sentence, new line.wiz
2010-01-30Since we never have both a limit value and a limit %capacity value,pgoyette
2009-10-29option noinput nounputchristos
2009-10-28no unputchristos
2009-05-13New sentence, new line.wiz
2009-05-04Add missing apostrophe.wiz
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-04fix pasto: don't print the critcap when the warncap was asked. Also off bychristos
2009-02-15New sentence, new line. Bump date for previous.wiz
2009-02-14Add support for showing temperatures in Kelvin.ahoka
2008-10-29Ported alipm(4) and admtemp(4) from OpenBSD.jkunz
2008-10-11Update cross-references for addition of dbcool(4) and removal of adt7463c(4)pgoyette
2008-09-23Fix a typo/mispelling.reed
2008-09-10Remove extra space.reed
2008-08-31Drop trailing whitespace.wiz
2008-08-221. provide for warning-min and warning-max alarm levels in addition topgoyette
2008-08-09simplify the code, from xtraeme.christos
2008-07-17include <stdlib.h> explicitely, for exit(), getprogname() etc.drochner
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-30Convert TNF licenses to new 2 clause variantmartin
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-22amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's ka...cegger
2008-04-17Remove the 'dvnprinted' bool member of sensor_t, it's unused.xtraeme