summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/sysmon_power.c
AgeCommit message (Expand)Author
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-07-22Ensure events come off the list in the same order they went on.jakllsch
2010-03-11Fix comment typos (mangement, managmenet).jruoho
2010-02-15For symmetry, allow warning and critical upper-limits for capacitypgoyette
2009-11-06Fix POWER_IOC_GET_TYPE.jakllsch
2009-06-08General clean-up and some restructuring of event handling. This is apgoyette
2008-09-05Rearrange sysmonread_power() to have a single exit point, which simplifiesgmcgarry
2008-08-221. provide for warning-min and warning-max alarm levels in addition topgoyette
2008-05-10Use aprint when reporting AC adapter status.jmcneill
2008-03-01Welcome to 4.99.55:rmind
2008-02-29Added a missing break that was bothering me.xtraeme
2007-12-22Handle hotkey events using /etc/powerd/scripts/hotkey_button, ok xtraemejmcneill
2007-12-09Add missing <sys/device.h> include.martin
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-10Add another flag that is set only when the event was enqueuedxtraeme
2007-10-10Fix the problems described in:xtraeme
2007-10-06Forgot to change the kmem_zalloc(9) calls to use KM_NOSLEEP in previous,xtraeme
2007-10-06Fix a bug that happened when two or more events were received almostxtraeme
2007-10-06- sysmon_power_daemon_task: check if pev is valid before use.xtraeme
2007-09-25- Don't use _nocopy in prop_dictionary_set_cstring, the string is partxtraeme
2007-09-04- Remove ENVSYS_GSTRING and the genstr member from envsys_data_t.xtraeme
2007-09-03Add some KASSERT(mutex_owned(&foo_lock)).xtraeme
2007-08-17Add missing #include <prop/proplib.h>, should fix build failure reportedpavel
2007-08-07The acpilid(4) powerd script is "lid_switch" not "lid_button"... foundxtraeme
2007-07-15The power daemon is now an LWP.ad
2007-07-02Add PENVSYS_TYPE_INDICATOR to handle events on Indicator sensors.xtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Back out previous for now. There isn't currently an easy way to set upad
2007-02-18* Replace simple_locks and exclusive locks with adaptive mutexes.xtraeme
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-08Advance queue indices properly instead of silently rewritingfreza
2005-12-11merge ktrace-lwp.christos
2004-05-22According to acpi_acad.c and powerd(8), PRESSED event for AC adapter devicecube
2004-05-03Add AC adapter event type.kochi
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-19Fix a locking problem, which closes kern/21607.kochi
2003-05-11Fix format / number of argument mismatch for a printf.fvdl
2003-04-20Add a "reset button" type.thorpej
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2003-04-17Start at a power management framework for sysmon. Right now we justthorpej