Age | Commit message (Expand) | Author |
2020-06-10 | Give userland a consistent battery and A/C state after resume | Jeremie Courreges-Anglas |
2020-06-02 | disable debugging by default and only print unknown events when | Joshua Stein |
2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices | Joshua Stein |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | limit clflush before monitor errata workaround to Intel | Jonathan Gray |
2020-05-22 | Use the parsed address and interrupt information from | Mark Kettenis |
2020-05-19 | Don't provide backlight control if the list returned by _BCL is empty. | Mark Kettenis |
2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS | Mark Kettenis |
2020-05-11 | More accurate remaining power reporting with disparate batteries | Jeremie Courreges-Anglas |
2020-05-09 | aml_die() doesn't return, hint the compiler | Jeremie Courreges-Anglas |
2020-05-09 | No need to look at _STA here, all we care about is _PSR. | Jeremie Courreges-Anglas |
2020-05-08 | Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt | Mark Kettenis |
2020-04-19 | Move logic to change brightness level in reasonable steps from acpivout(4) | Mark Kettenis |
2020-04-18 | Remove useless return statement. | Mark Kettenis |
2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on | Mark Kettenis |
2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). | Mark Kettenis |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-11 | Use acpi_getsta(); avoids printing "no _STA method" messages and assumes | Mark Kettenis |
2020-04-10 | The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-06 | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-04-06 | Update my email address. | Paul Irofti |
2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. | Martin Pieuchot |
2020-03-29 | Add glue to make ipmi(4) attach to FDT. | Mark Kettenis |
2020-03-23 | Fix brightness control on machines where initial brigness unknown. | Alexandre Ratchov |
2020-03-16 | fix a bunch of weird indentations and extra whitespace; no binary change | Jasper Lievisse Adriaanse |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-02-08 | On the Lenovo X395 acpivout(4) does not attach since there is | Patrick Wildt |
2020-01-28 | Make acpivout(4) call ws_[gs]et_param instead of directly | Patrick Wildt |
2020-01-27 | Send APM_POWER_CHANGE events to userland after refreshing battery info | Jeremie Courreges-Anglas |
2020-01-26 | In amdgpio_pin_intr() disable pins a pending interrupt is seen for which | Jonathan Gray |
2020-01-14 | Fix screen brightness adjustment through function keys | kn |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2020-01-06 | Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the | Mark Kettenis |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-31 | include sys/sensors.h for sensor use | Jonathan Gray |
2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | Mark Kettenis |
2019-12-14 | Revert previous. When we get an ACPI notification we already have the | Patrick Wildt |
2019-12-13 | Make acpivout(4) call ws_[gs]et_param instead of directly | Patrick Wildt |
2019-10-21 | On newer ThinkPads reporting HKEY version > 1, don't claim wscons | Joshua Stein |
2019-10-21 | When incrementing or decrementing screen brightness, don't just | Joshua Stein |
2019-10-16 | Add a few newer _OSI strings to the parser. | Mike Larkin |
2019-10-16 | Remove trailing whitespace from a line | Mike Larkin |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-10-12 | Print version number. | Mark Kettenis |
2019-10-10 | Make reading past the end of an AML array not a panic. | Mike Larkin |
2019-10-10 | Remove trailing whitespace | Mike Larkin |
2019-09-07 | Revert acpipci(4) changes. Too many systems are broken. We'll try again | Mark Kettenis |