summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon
AgeCommit message (Expand)Author
2014-11-23Pull workqueue_destroy out of sme->sme_mtxozaki-r
2014-11-22Replace callout_stop with callout_haltozaki-r
2014-11-22Kill sme_callout_mtx and use sme_mtx insteadozaki-r
2014-11-21Explicitly compare to NULL to show clang that the bool conversion isjoerg
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-05-18add HYT-221/271/939 humidity/temperature I2C sensorkardel
2014-04-13If we pmf_register on attach, we should pmf_deregister on detach.pgoyette
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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