summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon
AgeCommit message (Expand)Author
2013-09-15Remove unused variablemartin
2013-01-23Fix spelling, grammar, typos.mbalmer
2012-12-14Constifypgoyette
2012-12-14The sensor limit values were moved out of the event structure and into thepgoyette
2012-12-11Replace a couple of many-line #define with equivalent code loops.pgoyette
2012-11-29Remove trailing white space(s) from name of random source.msaitoh
2012-10-31in sme_battery_check():macallan
2012-09-06opt_envsys.h needs #ifdef _KERNEL_OPTmacallan
2012-09-06Remove (commented-out) definitions for debugging - thanks to macallan@pgoyette
2012-09-06defflag debug #definesmacallan
2012-08-271. Enable use of FMONSTCHANGED events for INDICATOR sensorspgoyette
2012-08-27Add hw.swsensor.state variable for additional control capability.pgoyette
2012-08-27Fix indentation. No code change.pgoyette
2012-08-27Simplify some logic - no functional change intended.pgoyette
2012-07-19Make sure to re-add the sensor as an entropy source after user requestpgoyette
2012-07-19If previously there was only a dummy event entry (to force refresh forpgoyette
2012-07-18Release the mutex before taking a quick exit.pgoyette
2012-07-16Extend previous changes so that even sensors which don't use a refresh()pgoyette
2012-07-15If a sensor is flagged as capable of providing rnd(4) with entropy,pgoyette
2012-07-15When unregistering a sensor device, make sure we unregister and deletepgoyette
2012-02-18Don't export sysmon_envsys_list as a common.matt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-08-01According to the Oxford Dictionary of Etymology, a wether is a male sheepmbalmer
2011-07-22Ensure events come off the list in the same order they went on.jakllsch
2011-06-19Use {...} to prevent premature exit from initialization function - thispgoyette
2011-06-19Instead of crashing, print a usable error message when a driver eroneouslymartin
2011-06-19Pass table_id to sme_find_table().nonaka
2011-06-19fix typo.nonaka
2011-06-19simplify and don't deref NULL.christos
2011-06-19Use correct routine to retrieve string value from prop-dictionarypgoyette
2011-06-19Rather than requiring the user to know the internal encoding of sensorpgoyette
2011-06-19Add routine to lookup description tables by description instead of bypgoyette
2011-06-15Previous fix broke the setting of current value for Indicator andpgoyette
2011-06-08Factor out some duplicated code to simplify maintenance. Reducespgoyette
2011-06-08Restrict limit monitoring for Indicator sensors as well as forpgoyette
2011-06-04Remove ability to the value_avg since it no longer existspgoyette
2011-06-04Since nothing actually records or maintains an average sensor value,pgoyette
2011-06-04Enable creation of value_{max,min,avg} entries via the proplist, as wellpgoyette
2011-01-04add support for autostarting watchdogs (wdog was started by firmwarematt
2010-12-30When the user updates the sensor device's refresh timer, reset thepgoyette
2010-12-17use aprintpooka
2010-12-16Be sure to always initialize props variable to a sensible value.njoly
2010-12-16Also allow specification of sensor's initial value when it is loaded,pgoyette
2010-12-15Extract searching of description tables into a single function, ratherpgoyette
2010-12-11Handle removal of limit properties correctly, even for sensors thatpgoyette
2010-12-11Enhance the swsensor(4) pseudo-device's capabilities to emulate morepgoyette
2010-12-08When removing properties (as in envstat -S), clear the flags that trackpgoyette
2010-12-06Make this compile when "options ENVSYS_OBJECTS_DEBUG" is defined.pgoyette
2010-11-11Apparently swwdog reboot hasn't worked in several years since itpooka
2010-10-23Revert 1.2 apart from incorrect comment. the devattach() routinepooka