| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-20 | Shifts (<<) of more than 32 bits must be done on 64-bit values. |  krw | 1 | -2/+2 |
| 2020-06-17 | needs param.h, not types.h |  deraadt | 1 | -2/+2 |
| 2020-06-10 | Give userland a consistent battery and A/C state after resume |  jca | 4 | -20/+78 |
| 2020-06-02 | disable debugging by default and only print unknown events when |  jcs | 1 | -5/+4 |
| 2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices |  jcs | 2 | -1/+407 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2 | -4/+2 |
| 2020-05-27 | limit clflush before monitor errata workaround to Intel |  jsg | 1 | -2/+3 |
| 2020-05-22 | Use the parsed address and interrupt information from |  kettenis | 6 | -378/+140 |
| 2020-05-19 | Don't provide backlight control if the list returned by _BCL is empty. |  kettenis | 1 | -4/+6 |
| 2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS |  kettenis | 2 | -2/+4 |
| 2020-05-11 | More accurate remaining power reporting with disparate batteries |  jca | 1 | -13/+11 |
| 2020-05-09 | aml_die() doesn't return, hint the compiler |  jca | 1 | -2/+2 |
| 2020-05-09 | No need to look at _STA here, all we care about is _PSR. |  jca | 1 | -13/+9 |
| 2020-05-08 | Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt |  kettenis | 10 | -334/+281 |
| 2020-04-19 | Move logic to change brightness level in reasonable steps from acpivout(4) |  kettenis | 1 | -69/+5 |
| 2020-04-18 | Remove useless return statement. |  kettenis | 1 | -3/+1 |
| 2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 2 | -1/+173 |
| 2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). |  kettenis | 2 | -3/+55 |
| 2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is |  kettenis | 2 | -4/+9 |
| 2020-04-11 | Use acpi_getsta(); avoids printing "no _STA method" messages and assumes |  kettenis | 1 | -10/+3 |
| 2020-04-10 | The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() |  kettenis | 1 | -1/+8 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-04-06 | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -7/+6 |
| 2020-04-06 | Update my email address. |  pirofti | 4 | -8/+8 |
| 2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. |  mpi | 1 | -2/+2 |
| 2020-03-29 | Add glue to make ipmi(4) attach to FDT. |  kettenis | 1 | -1/+2 |
| 2020-03-23 | Fix brightness control on machines where initial brigness unknown. |  ratchov | 1 | -13/+10 |
| 2020-03-16 | fix a bunch of weird indentations and extra whitespace; no binary change |  jasper | 1 | -15/+13 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -2/+2 |
| 2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. |  mpi | 1 | -2/+1 |
| 2020-02-08 | On the Lenovo X395 acpivout(4) does not attach since there is |  patrick | 2 | -6/+7 |
| 2020-01-28 | Make acpivout(4) call ws_[gs]et_param instead of directly |  patrick | 1 | -35/+77 |
| 2020-01-27 | Send APM_POWER_CHANGE events to userland after refreshing battery info |  jca | 1 | -1/+4 |
| 2020-01-26 | In amdgpio_pin_intr() disable pins a pending interrupt is seen for which |  jsg | 1 | -11/+19 |
| 2020-01-14 | Fix screen brightness adjustment through function keys |  kn | 1 | -17/+17 |
| 2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). |  mpi | 1 | -2/+3 |
| 2020-01-06 | Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the |  kettenis | 1 | -22/+45 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -3/+6 |
| 2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 1 | -2/+2 |
| 2019-12-31 | include sys/sensors.h for sensor use |  jsg | 2 | -2/+4 |
| 2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD |  kettenis | 2 | -1/+318 |
| 2019-12-14 | Revert previous. When we get an ACPI notification we already have the |  patrick | 1 | -36/+20 |
| 2019-12-13 | Make acpivout(4) call ws_[gs]et_param instead of directly |  patrick | 1 | -20/+36 |
| 2019-10-21 | On newer ThinkPads reporting HKEY version > 1, don't claim wscons |  jcs | 1 | -3/+5 |
| 2019-10-21 | When incrementing or decrementing screen brightness, don't just |  jcs | 1 | -33/+20 |
| 2019-10-16 | Add a few newer _OSI strings to the parser. |  mlarkin | 1 | -1/+7 |
| 2019-10-16 | Remove trailing whitespace from a line |  mlarkin | 1 | -2/+2 |
| 2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. |  kettenis | 3 | -10/+6 |
| 2019-10-12 | Print version number. |  kettenis | 1 | -3/+4 |
| 2019-10-10 | Make reading past the end of an AML array not a panic. |  mlarkin | 1 | -8/+4 |