Age | Commit message (Expand) | Author |
2019-02-12 | Add Allwinner V3s support. From SASANO Takayoshi. | Mark Kettenis |
2019-02-10 | Add Allwinner V3s support. Also update some Allwinner A80 pin names to | Mark Kettenis |
2019-02-10 | Handle "broken-cd" as "non-removable" for now. This will generate some | Mark Kettenis |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-07 | There's a task ring for executing commands in a sleep-safe context. | Patrick Wildt |
2019-02-06 | Rework fec(4). I have written this driver in 2012 as my first ever | Patrick Wildt |
2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so | Mark Kettenis |
2019-02-03 | Add mvgicp(4), a driver for the Marvell extension to the GIC that | Patrick Wildt |
2019-02-01 | free size for wscons_event; ok deraadt@ visa@ | anton |
2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. | Stefan Sperling |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. | Martin Pieuchot |
2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if | anton |
2019-02-01 | fix up calculation of our physical function id, making the second port | Jonathan Matthew |
2019-02-01 | Fix lost interrupts in fec(4). Apparently the tick that talks to the | Patrick Wildt |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-31 | Enable IQ/ADC calibration in the athn(4) driver. | Stefan Sperling |
2019-01-30 | Make bwfm(4) query firmware for RSSI levels and current transmit rate when | Stefan Sperling |
2019-01-29 | Discard unwanted mouse events from the keyboard input channel when we're | Marcus Glocker |
2019-01-29 | Accept control frames in monitor mode. | Kevin Lo |
2019-01-29 | get rid of some more debug printfs | David Gwynne |
2019-01-29 | don't need to print the base queue number. | David Gwynne |
2019-01-28 | Implement breaking into ddb on imxuart(4). When a break is detected, | Patrick Wildt |
2019-01-27 | tweak errno in previous | anton |
2019-01-27 | Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same | anton |
2019-01-26 | Wait a bit for the set mode command to complete for Synaptics devices to | Marcus Glocker |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Zap unused disable flag from iwn_stop() | kn |
2019-01-23 | Remove uneeded header. | Martin Pieuchot |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2019-01-22 | Do not leak received mbufs if the NDIS appended a zero-byte padding. | Martin Pieuchot |
2019-01-22 | Remove unused variable. | Martin Pieuchot |
2019-01-22 | Increase max mtu to match the linux driver; tested against ixl, which can | Jonathan Matthew |
2019-01-22 | Increase hardmtu to the maximum according to the datasheet and set the rx | Jonathan Matthew |
2019-01-22 | Add and remove mac filters for multicast addresses. | Jonathan Matthew |
2019-01-21 | Adapt to allwinner device tree changes in linux >= 5.0-rc1 | Jonathan Gray |
2019-01-21 | also add a mac filter that ignores vlans for the broadcast address, so we can | Jonathan Matthew |
2019-01-20 | Replace the default mac filter with one that ignores vlans, and enable | Jonathan Matthew |
2019-01-20 | Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP where | anton |
2019-01-20 | Rework conditional for clarity, no functional change. | anton |
2019-01-20 | implement ixl_rxrinfo, dynamically allocating the buffer to prepare for | Jonathan Matthew |
2019-01-20 | make this look more like other pwr_action code (small_kernel) | Ted Unangst |
2019-01-20 | Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS | Jonathan Matthew |
2019-01-20 | fix SMALL_KERNEL build after changes in rev 1.361 | Jonathan Gray |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2019-01-19 | Change transfer schedule of split interrupt transfer, | SASANO Takayoshi |
2019-01-19 | backout previous; syzkaller did not cope well with this change | anton |
2019-01-19 | virtio: Introduce defines for config(8) flags | Stefan Fritsch |
2019-01-19 | viomb: tweak feature negotiation | Stefan Fritsch |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |
2019-01-18 | pack hmc bits in the right order | Jonathan Matthew |