| Age | Commit message (Expand) | Author |
| 2007-11-03 | Remove sysmon_envsys_find() proto, it's defined on sysmon_envsysvar.h. | xtraeme |
| 2007-11-03 | - Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and | xtraeme |
| 2007-11-02 | do not embed acpi device names in the sensor names | plunky |
| 2007-10-23 | Use a flag for see_flags to know when the sensor has been refreshed | xtraeme |
| 2007-10-20 | performance fix: in the workqueue handler only refresh the sensor once, | xtraeme |
| 2007-10-13 | sme_event_drvadd: there's no need to acquire the mutex only when | xtraeme |
| 2007-10-13 | Use PRI_NONE for the priority argument in workqueue_create(9). | xtraeme |
| 2007-10-11 | Check for the low power condition only when a new battery state sensor | xtraeme |
| 2007-10-10 | Fix the problems described in: | xtraeme |
| 2007-10-07 | sme_event_unregister: remove a goto that is not needed anymore. | xtraeme |
| 2007-10-07 | New changes to support the new configuration file format for | xtraeme |
| 2007-10-06 | Forgot to change the kmem_zalloc(9) calls to use KM_NOSLEEP in previous, | xtraeme |
| 2007-10-06 | Fix a bug that happened when two or more events were received almost | xtraeme |
| 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 part | xtraeme |
| 2007-09-24 | sme_add_sensor_dictionary: don't forget to release the dictionary when | xtraeme |
| 2007-09-24 | do not use _nocopy, this string is part of another object that | plunky |
| 2007-09-09 | Change the DPRINTFs in sysmon_envsys_destroy_plist() to DPRINTFOBJs | xtraeme |
| 2007-09-08 | sysmon_envsys_register: don't forget to clear SME_FLAG_BUSY when | xtraeme |
| 2007-09-08 | Use DPRINTF for a debugging printf. | xtraeme |
| 2007-09-08 | Use panic(9) for previous. To make pooka and rmind happy. | xtraeme |
| 2007-09-08 | Remove an unused variable. | xtraeme |
| 2007-09-08 | sme_event_worker: in PENVSYS_EVENT_STATE_CHANGED, only | xtraeme |
| 2007-09-08 | Fix another memleak that only happened when using | xtraeme |
| 2007-09-08 | Don't forget to free sme_evdrv in non error case too. Noticed and | xtraeme |
| 2007-09-08 | Use only one single condvar(9) for devices and events, they are protected | xtraeme |
| 2007-09-08 | Disable debug, committed accidentally in previous. | xtraeme |
| 2007-09-08 | sysmon_envsys_register: only call sme_event_unregister_all when any | xtraeme |
| 2007-09-08 | - Use only one global mutex for all tasks with devices & events. | xtraeme |
| 2007-09-08 | Remove another COMPAT_40 block, found by rmind@. | xtraeme |
| 2007-09-08 | Fix previous. | xtraeme |
| 2007-09-08 | - Build unconditionally compatibility code, there's no point to have it | xtraeme |
| 2007-09-07 | - sme_event_unregister_all: check if sme_events_initialized is set | xtraeme |
| 2007-09-04 | - Remove ENVSYS_GSTRING and the genstr member from envsys_data_t. | xtraeme |
| 2007-09-03 | Add some KASSERT(mutex_owned(&foo_lock)). | xtraeme |
| 2007-09-02 | Add a new sensor type to sysmon_envsys(9): ENVSYS_GSTRING. | xtraeme |
| 2007-09-02 | Add <sys/mutex.h> rather than <sys/lock.h>. | xtraeme |
| 2007-09-02 | Convert the sysmon watchdog framework to use mutex(9) rather than | xtraeme |
| 2007-09-02 | Remove unused (and inexistent) flag. | xtraeme |
| 2007-09-01 | - Fix a memleak in ENVSYS_SETDICTIONARY if there wasn't any error | xtraeme |
| 2007-09-01 | sme_event_register: don't forget to add the object in dictionary when | xtraeme |
| 2007-09-01 | sme_event_register: sme_sensor_upint32() was being called even when | xtraeme |
| 2007-08-31 | - sme_unregister_all: there's no need to use a struct sysmon_envsys as | xtraeme |
| 2007-08-31 | Merge sme_event_add() into sme_event_register()... there's no need | xtraeme |
| 2007-08-31 | Simplify sme_event_add() and fix a problem when updating critical | xtraeme |
| 2007-08-31 | Add a few KASSERT(mutex_owned(&foo_lock)) as suggested by Andrew Doran. | xtraeme |
| 2007-08-30 | More misc changes for sysmon_envsys(9): | xtraeme |
| 2007-08-30 | More misc changes for sysmon_envsys(9): | xtraeme |
| 2007-08-30 | Simplify sysmon_envsys_register() and fix an obvious error in | xtraeme |
| 2007-08-30 | Some changes to improve locking on sysmon_envsys(9): | xtraeme |