| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-15 | gpiodcf(4): unbreak compilation |  cheloha | 1 | -2/+2 |
| 2020-04-15 | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) |  cheloha | 2 | -6/+6 |
| 2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 5 | -1/+1451 |
| 2020-04-14 | Add BCM54210E support. |  kettenis | 2 | -7/+59 |
| 2020-04-14 | Add flags to specify whether internal delays should be configured for RGMII. |  kettenis | 1 | -1/+3 |
| 2020-04-14 | regen |  kettenis | 1 | -2/+5 |
| 2020-04-14 | Add Broadcom BCM54210E. |  kettenis | 1 | -1/+3 |
| 2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). |  kettenis | 2 | -3/+55 |
| 2020-04-14 | Fix loop condition in sparc64-specific radeondrm_setcolor() |  jca | 1 | -2/+2 |
| 2020-04-14 | Prevent uninitialized use of bbs and bls in the error path |  jca | 1 | -2/+2 |
| 2020-04-13 | Fix a recently introduced iwn(4) problem where the link gets stuck since |  stsp | 1 | -9/+5 |
| 2020-04-12 | Turn those spinlock and seqlock inline functions to macros |  jca | 2 | -18/+25 |
| 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-09 | When I removed CCK fallback from iwm(4) I accidentally left an else-if block |  stsp | 1 | -8/+1 |
| 2020-04-09 | Assign and enable clocks; RK3328 has them. |  kettenis | 1 | -1/+5 |
| 2020-04-09 | Fix an automatic Tx rate control issue in iwn(4). |  stsp | 2 | -70/+174 |
| 2020-04-08 | Add RK3328 Crypto/RNG clocks. |  kettenis | 2 | -1/+11 |
| 2020-04-08 | Add glass console support. |  kettenis | 1 | -1/+20 |
| 2020-04-08 | Set correct pixel format. Fix limits on number of characters in the |  kettenis | 1 | -2/+8 |
| 2020-04-08 | Bump size of the buffer we use to fetch device tree properties. The |  kettenis | 1 | -2/+2 |
| 2020-04-07 | Claim framebuffer that was configured by bootloader. |  kettenis | 1 | -1/+11 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 8 | -25/+25 |
| 2020-04-07 | Implement support for "usb-nop-xceiv" PHYs. |  kettenis | 1 | -2/+41 |
| 2020-04-07 | Fix off-by-one in check for valid pin numbers and use the existing |  kettenis | 1 | -4/+4 |
| 2020-04-06 | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -7/+6 |
| 2020-04-06 | wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@ |  cheloha | 1 | -3/+3 |
| 2020-04-06 | sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@ |  cheloha | 1 | -7/+3 |
| 2020-04-06 | pcppi(4), spkr(4): ticks -> milliseconds |  cheloha | 2 | -27/+27 |
| 2020-04-06 | Remove redundant VOP_CLOSE() and vput(). The fail branch will close |  visa | 1 | -3/+1 |
| 2020-04-06 | fix previous: use the correct offset for sq/rq creation, and don't |  jmatthew | 1 | -4/+3 |
| 2020-04-06 | Make it possible to use ix(4) with MSI-X, currently disabled by default. |  mpi | 2 | -38/+184 |
| 2020-04-06 | Add a helper function for writing physical addresses for queues into |  jmatthew | 1 | -22/+32 |
| 2020-04-06 | Update my email address. |  pirofti | 5 | -10/+10 |
| 2020-04-04 | Return ENETRESET on success from mcx_up() so mcx_ioctl() will call |  jmatthew | 1 | -6/+7 |
| 2020-04-03 | Put back the code to enable and set the output tap delay. Tis fixes |  kettenis | 1 | -1/+6 |
| 2020-04-03 | Move the responsibility of syncing the data buffers from the USB |  patrick | 6 | -36/+114 |
| 2020-04-03 | Add rkrng(4), a driver for the random number generator found on various |  kettenis | 2 | -1/+129 |
| 2020-04-03 | The dtb I'm using for my rockpro64 has an "assigned-clocks" property so |  kettenis | 1 | -1/+2 |
| 2020-04-03 | Revert "drm/dp_mst: Skip validating ports during destruction, just ref" |  jsg | 1 | -16/+0 |
| 2020-04-03 | Fix an automatic Tx rate control issue in iwm(4) and iwx(4). |  stsp | 4 | -27/+48 |
| 2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. |  mpi | 4 | -8/+8 |
| 2020-04-02 | Fix use-after-free zyd(4) upon Tx error and device detach. |  stsp | 1 | -4/+5 |
| 2020-04-02 | Remove iwm(4) 11n mode CCK Tx rate fallback. |  stsp | 2 | -63/+10 |
| 2020-04-02 | iwm's LQ_CMD can work asynchronously from interrupt context. |  stsp | 2 | -32/+9 |
| 2020-04-02 | Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead. |  stsp | 2 | -9/+4 |
| 2020-04-02 | Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead. |  stsp | 2 | -9/+4 |
| 2020-04-01 | USB control requests to the root hub differ from those to devices. For |  patrick | 1 | -2/+3 |
| 2020-03-31 | Fix MIMO rates with firmware-based rate scaling in iwm(4). |  stsp | 1 | -1/+20 |