| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 2 | -12/+12 |
| * | Fix typo in a comment that originated in wpi(4) and has spread elsewhere. |  stsp | 2020-05-23 | 1 | -2/+2 |
| * | restore VGA fonts on VT switch |  jsg | 2020-05-17 | 1 | -1/+2 |
| * | Don't attempt to reset the state of the flip-flop associated with the |  jsg | 2020-05-16 | 1 | -7/+1 |
| * | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. |  stsp | 2020-05-15 | 1 | -55/+9 |
| * | Some newer bwfm(4) chips from Cypress hold their regulatory |  patrick | 2020-05-15 | 3 | -3/+67 |
| * | Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process(). |  stsp | 2020-04-30 | 1 | -6/+4 |
| * | Add the 'nomimo' nwflag which disables MIMO in 11n mode. |  stsp | 2020-04-29 | 1 | -38/+51 |
| * | Configure Tx interrupt mitigation thresholds on athn(4) devices. |  stsp | 2020-04-28 | 2 | -2/+12 |
| * | Offload CCMP (WPA2) encryption and decryption to athn(4) hardware. |  stsp | 2020-04-27 | 3 | -91/+234 |
| * | Revert r1.207. Apparently mpi(4) on sparc64 blows up if |  krw | 2020-04-21 | 1 | -6/+7 |
| * | Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs. |  tobhe | 2020-04-21 | 1 | -0/+126 |
| * | Add athn(4) definitions for the block-ack/block-ack-request control register. |  stsp | 2020-04-20 | 1 | -1/+10 |
| * | Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X. |  tobhe | 2020-04-19 | 2 | -0/+509 |
| * | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) |  cheloha | 2020-04-15 | 2 | -6/+6 |
| * | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 2020-04-14 | 3 | -0/+1278 |
| * | wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@ |  cheloha | 2020-04-06 | 1 | -3/+3 |
| * | Simplify some goto'ing that jumps a single line or |  krw | 2020-03-21 | 1 | -12/+6 |
| * | Actually attach panel (if we have one). |  kettenis | 2020-03-16 | 1 | -1/+7 |
| * | Replace video "framework" with a more generic port/endpoint "framework". |  kettenis | 2020-03-16 | 1 | -1/+4 |
| * | sparc64 issue being identified and removed, reapply r1.73: |  krw | 2020-03-15 | 2 | -5/+16 |
| * | Revert nvme back to last working commit for sparc64. |  kmos | 2020-03-15 | 2 | -17/+9 |
| * | ahci_get_pmp_ccb() returns a non-NULL pointer, fails a |  krw | 2020-03-14 | 1 | -14/+6 |
| * | Trailing whitespace, long lines, incorrect function names in |  krw | 2020-03-14 | 1 | -13/+14 |
| * | Recognize BCM43341 as a BCM43340 variant. |  patrick | 2020-03-13 | 1 | -1/+2 |
| * | Bump nvme(4) max physio() i/o size to 128K. |  krw | 2020-03-13 | 2 | -5/+16 |
| * | Variables 'nowait' amd 'flags' should have died in 2008 with r1.36's |  krw | 2020-03-10 | 1 | -10/+3 |
| * | Coverity points out (12 + MAXMPS) can never be less than |  krw | 2020-03-10 | 1 | -5/+2 |
| * | Ooops. Need both files. |  krw | 2020-03-10 | 1 | -2/+2 |
| * | sgl (scatter gather list) and prpl (physical region page list) are two |  krw | 2020-03-10 | 1 | -8/+8 |
| * | Update the console device always when attaching the real device |  yasuoka | 2020-03-09 | 1 | -3/+3 |
| * | Process the NVRAM in bwfm(4) itself. So far we have relied on some |  patrick | 2020-03-06 | 2 | -2/+52 |
| * | fix typo in previous |  cheloha | 2020-03-04 | 1 | -2/+2 |
| * | Restrict modes to those with an actually supported pixel clock. |  kettenis | 2020-03-04 | 2 | -8/+18 |
| * | Shuffle logic a bit to make sizes/limits more obvious. |  krw | 2020-03-02 | 1 | -14/+12 |
| * | Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchip |  kettenis | 2020-03-02 | 3 | -0/+1436 |
| * | Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1 |  krw | 2020-03-01 | 2 | -6/+5 |
| * | nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits. |  krw | 2020-02-28 | 1 | -6/+6 |
| * | Trailing whitespace. |  krw | 2020-02-27 | 1 | -7/+7 |
| * | Make bwfm(4) call if_input() only once per interrupt. |  patrick | 2020-02-25 | 2 | -14/+12 |
| * | pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-02-25 | 1 | -3/+3 |
| * | Add anxdp(4), a driver for the Analogix Display Port controller, |  patrick | 2020-02-21 | 2 | -0/+949 |
| * | dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ |  cheloha | 2020-02-20 | 1 | -6/+7 |
| * | pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ |  cheloha | 2020-02-20 | 1 | -3/+4 |
| * | Similar to other wireless drivers use bpf_mtap_hdr() to prepend the |  claudio | 2020-02-19 | 4 | -86/+24 |
| * | Trailing whitespace. |  krw | 2020-02-18 | 5 | -42/+42 |
| * | Trailing whitespace is icky. Some KNF whitespace tweaks |  krw | 2020-02-18 | 1 | -52/+52 |
| * | Trailing whitespace is icky. Some KNF whitespace tweaks |  krw | 2020-02-18 | 1 | -2/+2 |
| * | Let aac(4) compile again by #include'ing selinfo.h. |  krw | 2020-02-18 | 1 | -1/+2 |
| * | Cleanup <sys/kthread.h> and <sys/proc.h> includes. |  mpi | 2020-02-18 | 2 | -4/+2 |