| Age | Commit message (Expand) | Author |
| 2008-07-28 | Clarify some printfs in error cases so we at least know what subsystem | jmcneill |
| 2008-07-15 | Make acpilid(4) detachable. | dyoung |
| 2008-07-15 | Introduce acpi_clear_wake_gpe() to undo acpi_set_wake_gpe(). | dyoung |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-04 | Fix a mis-tabbed brace, no functional change. | jmcneill |
| 2008-06-03 | Before 1.46, the EC driver would try to send a command again to the EC | joerg |
| 2008-06-03 | Reintroduce acpibat_refresh, only have it refresh battery status (not info, | jmcneill |
| 2008-06-03 | Refresh battery info/status on resume. | jmcneill |
| 2008-06-03 | Simplify SME usage within acpibat: | jmcneill |
| 2008-06-01 | Don't reload usageid on resume, this should never change. | jmcneill |
| 2008-06-01 | Fix compilation with ACPI_EXTRA_DEBUG. | joerg |
| 2008-05-31 | Don't use cv_timedwait_sig if (cold) | jmcneill |
| 2008-05-31 | Remove powerhook_establish calls; this functionality has been broken since | jmcneill |
| 2008-05-31 | lpt(4): register NULL pmf handler. | jmcneill |
| 2008-05-24 | MI implementation of AcpiAcquireGlobalLock and AcpiReleaseGlobalLock. | jmcneill |
| 2008-05-20 | correct wrong comment: envsys(4) wants uK | cegger |
| 2008-05-18 | acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons". | cegger |
| 2008-05-17 | For device nodes that we handle internally, do not bother calling | jmcneill |
| 2008-05-14 | Fix memory leak on attach/resume. | jmcneill |
| 2008-05-11 | Noisy printf. | ad |
| 2008-05-05 | Use 2-clause license. | jmcneill |
| 2008-05-03 | Use M_ZERO instead of malloc+memset | jmcneill |
| 2008-05-02 | Sprinkle a teeny bit of KNF goodness.. | simonb |
| 2008-05-01 | hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks | cegger |
| 2008-05-01 | Be consistent with #define<space-or-tab>. | simonb |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-26 | Use isareg constants in thinkpad_brightness_read where possible | jmcneill |
| 2008-04-24 | Define ACPI_THREAD_ID as uintptr_t, and return curlwp instead of | jmcneill |
| 2008-04-23 | s/struct cfdata */cfdata_t/ | jmcneill |
| 2008-04-22 | AcpiOsGetThreadId should return lwpid, not pid -- otherwise we always return | jmcneill |
| 2008-04-21 | Misc cleanups from Geoff Wing. | xtraeme |
| 2008-04-20 | Improve error reporting when we fail to enter a sleep state, eg: | jmcneill |
| 2008-04-17 | Make this work again, now that ACPI_TYPE_ANY returns NULL objects | xtraeme |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | device_t / softc split. From Hans Rosenfeld | cegger |
| 2008-04-14 | Compatibility with ACPICA 20080321; from the release notes: | jmcneill |
| 2008-04-07 | Cosmetic aprintification fix, as noted by Thomas Klausner on current-users | jmcneill |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-31 | Remove useless returns at the end of void functions. | xtraeme |
| 2008-03-31 | Add ASUS ACPI hotkey driver, as found in the Eee PC. | jmcneill |
| 2008-03-29 | Fix printf in ACPI_DEBUG case, pointed out by mlelstv@ | jmcneill |
| 2008-03-27 | Split device_t/softc for mpu(4) and its attachments, plus other | xtraeme |
| 2008-03-27 | Split device_t and softc | jmcneill |
| 2008-03-26 | Split device_t/softc and related cosmetic changes. | xtraeme |
| 2008-03-26 | Split device_t/softc for joy(4) and all its attachments. Also | xtraeme |
| 2008-03-26 | acpitz_get_zone expects now a device_t not a softc. | xtraeme |
| 2008-03-26 | Split device_t/softc for ug(4) and other related cosmetic changes. | xtraeme |
| 2008-03-26 | Split device_t/softc and related cosmetic changes. | xtraeme |
| 2008-03-23 | acpiacad_get_status: move sc_notifysent to the correct place, otherwise | xtraeme |