| Age | Commit message (Expand) | Author |
| 2009-04-08 | sprintf -> snprintf | joerg |
| 2009-04-08 | Refactor slightly to create acpi_rescan(), a hook for rescanning the | dyoung |
| 2009-04-08 | Add acpitimer_detach() to eventually support acpi(4) detachment. | dyoung |
| 2009-04-07 | During shutdown, detach attimer at acpi. | dyoung |
| 2009-03-31 | avoid tsleep also during shutdown (and in particular ACPI poweroff), | drochner |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Don't assume ACPI == x86, from kiyohara@kk.iij4u.or.jp | jmcneill |
| 2009-02-28 | Change a confusing attach message; if the embedded controller was attached | jmcneill |
| 2009-02-17 | Cut the amount of spam from acpi devices in roughly half by printing | jmcneill |
| 2009-02-17 | Use aprint_debug | jmcneill |
| 2009-01-30 | PR# kern/38817: regression in acpi sleep on lifebook S6510 | jmcneill |
| 2009-01-25 | PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 box | christos |
| 2009-01-21 | add a comment explaining how to regenerate acpidevs_data.h | jnemeth |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-12-07 | Handle printing of _STR attribute with non-string data type gracefully. | mlelstv |
| 2008-11-17 | On resum-from-RAM explicitly restore PCI link device state before | joerg |
| 2008-11-09 | Leave the task of displaying sensor states to envsys_sysmon() unless we | pgoyette |
| 2008-11-09 | Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER) | pgoyette |
| 2008-11-01 | Initialize sc->sc_dev before using it, and use it as argument for the | hans |
| 2008-11-01 | Make the driver work (except for setting display brightness) on older | hans |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-10-18 | Add fan sensor support, from Thomas E. Spanjaard | jmcneill |
| 2008-09-21 | Remember previous display brightness across suspend/resume; now we don't | jmcneill |
| 2008-09-19 | Revert previous. | jmcneill |
| 2008-09-16 | Add another touchpad device - this one found in my Acer2413WLCi laptop. | pgoyette |
| 2008-09-10 | PR# 38683 - T61 cannot suspend with recent kernels | jmcneill |
| 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 |