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