| Age | Commit message (Expand) | Author |
| 2009-04-07 | Fix spelling: mak -> make. | dyoung |
| 2008-11-11 | Fix typo in previous, and wrap a panic with #ifdef DIAGNOSTIC | pgoyette |
| 2008-11-11 | Initialize event's "previous sent state" based on the event monitor type, | pgoyette |
| 2008-11-04 | Fix cut&paste error in prev | pgoyette |
| 2008-11-04 | Restore previous behavior concerning CRITICAL events. Send an event | pgoyette |
| 2008-09-07 | Only report new sensor state values if the new value is valid for the | pgoyette |
| 2008-09-05 | Rearrange code in the sysmon queue execution thread to simplify locking logic. | gmcgarry |
| 2008-09-05 | Rearrange sysmonread_power() to have a single exit point, which simplifies | gmcgarry |
| 2008-09-04 | Initialize event's sent-state appropriately to avoid unnecessary start-up | pgoyette |
| 2008-08-22 | 1. provide for warning-min and warning-max alarm levels in addition to | pgoyette |
| 2008-06-11 | in sme_battery_check(), explicitely check whether the battery is | drochner |
| 2008-06-03 | Add SME_POLL_ONLY flag, which informs sme to only refresh the sensor when | jmcneill |
| 2008-05-10 | Use aprint when reporting AC adapter status. | jmcneill |
| 2008-04-06 | Pass KTHREAD_MPSAFE to kthread_create(). I've been testing this for | xtraeme |
| 2008-04-04 | Update includes. Builds again on sparc64. | hannken |
| 2008-04-02 | Initialize and destroy the callout in sme_events_init() and | xtraeme |
| 2008-04-01 | Also fix a memleak when the event is already in dictionary | xtraeme |
| 2008-04-01 | sme_event_register: fix a memory leaks in two error paths. | rmind |
| 2008-04-01 | Introduce per-device locking/synchronization and maintain only a | xtraeme |
| 2008-03-23 | Fix some problems reported by <drochner> a while ago on tech-kern: | xtraeme |
| 2008-03-03 | Pass D_MPSAFE to d_flag in the cdevsw struct, so that the kernel_lock | xtraeme |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-29 | Added a missing break that was bothering me. | xtraeme |
| 2008-02-29 | Only check sysmon_low_power if the event comes from | xtraeme |
| 2008-02-28 | Add three new values for ENVSYS_DRIVE units: | xtraeme |
| 2008-02-02 | Destroy the callout via sysmon_envsys_destroy() now that it's | xtraeme |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2008-01-02 | - Initialize the callout with CALLOUT_MPSAFE, like it was done before | xtraeme |
| 2008-01-02 | In sysmon_envsys_create(), initialize the callout structure. Stops | dyoung |
| 2008-01-02 | Use LIST_FOREACH(). | dyoung |
| 2008-01-02 | Use TAILQ_FOREACH(). | dyoung |
| 2007-12-22 | Handle hotkey events using /etc/powerd/scripts/hotkey_button, ok xtraeme | jmcneill |
| 2007-12-16 | In sysmon_wdog_unregister(), do not return until all of the watchdog | dyoung |
| 2007-12-15 | Use LIST_FOREACH(). | dyoung |
| 2007-12-09 | Add missing <sys/device.h> include. | martin |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-07 | Add ENVSYS_DRIVE_MIGRATING for ENVSYS_DRIVE sensors, this is for RAID | xtraeme |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-12-05 | MUTEX_SPIN -> MUTEX_DEFAULT. | ad |
| 2007-11-20 | Update a comment. | xtraeme |
| 2007-11-20 | After comments from Andrew Doran: | xtraeme |
| 2007-11-16 | Remove duplicate sme_events_list. | xtraeme |
| 2007-11-16 | Extend the envsys2 API (one more time, sorry) as defined in: | xtraeme |
| 2007-11-10 | Add another flag that is set only when the event was enqueued | xtraeme |
| 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 |