Age | Commit message (Expand) | Author |
2021-04-24 | Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs. | Visa Hankala |
2021-04-24 | reduce diff to other archs | Jonathan Gray |
2021-04-24 | Add gfrtc a driver for the real-time clock interface of Google's | Jonathan Gray |
2021-04-23 | Setting variable arpinit_done is not MP save if we want to execute | Alexander Bluhm |
2021-04-23 | The variable la_hold_total contains the number of packets currently | Alexander Bluhm |
2021-04-23 | Add MID_RISCV64 and EM_RISCV to enable riscv64 | Dale Rahn |
2021-04-23 | File was accidentally duplicated on inital checkin, remove dup. | Dale Rahn |
2021-04-23 | enable viornd(4) on riscv64 | Jonathan Gray |
2021-04-23 | enable syscon(4) on riscv64 | Jonathan Gray |
2021-04-23 | Adjust support for "syscon-reboot" and "syscon-poweroff" for the updated | Mark Kettenis |
2021-04-23 | build with -Werror | Jonathan Gray |
2021-04-23 | cast TCB_GET() to void * to avoid -Wpointer-integer-compare warning | Jonathan Gray |
2021-04-23 | reuse arm64 openprom(4) on riscv64 | Jonathan Gray |
2021-04-23 | Remove the sysctl kern.allowdt code from kernel if dt(4) is not | Alexander Bluhm |
2021-04-23 | When we have a single tx/rx queue, the cp ring is also used for async | Jonathan Matthew |
2021-04-23 | spelling | Jonathan Gray |
2021-04-23 | Create separate structures for rx and tx queues to allow creating multiples | Jonathan Matthew |
2021-04-23 | Include sys/systm.h in riscv64 db files, | Dale Rahn |
2021-04-23 | add missing break | Jonathan Gray |
2021-04-23 | call klist_invalidate from bpfsdetach to tell kq listeners what happened. | David Gwynne |
2021-04-23 | only skip pf once for packets that are injected by a divert-packet socket. | David Gwynne |
2021-04-23 | We're only going to use the first CoS queue, so only store the ID of that | Jonathan Matthew |
2021-04-23 | Initial import of OpenBSD/riscv64 | Dale Rahn |
2021-04-22 | Use the long version of the bwfm(4) firmware path, which includes the | Patrick Wildt |
2021-04-22 | kqueue: Make timer re-addition reset existing timer | Visa Hankala |
2021-04-22 | Mark umb(4) as network device instead of a generic one. This also makes | Patrick Wildt |
2021-04-22 | Keep under #ifdef TMPFS functions to grow/shrink uaobj. | Martin Pieuchot |
2021-04-22 | reenable POOL_DEBUG | Christian Weisgerber |
2021-04-21 | Turn panic for unknown event type into a printf and return. | Mark Kettenis |
2021-04-21 | Convert remaining uvm_km_zalloc(9) to km_alloc(9). | Martin Pieuchot |
2021-04-20 | Match on "amlogic,meson-sm1-mmc" compatible. | Mark Kettenis |
2021-04-20 | Add quirk to enable all Thinkpad X1 Extreme 1 speakers & atmos dolby | Alexandre Ratchov |
2021-04-20 | Allow INTEL 400SERIES cAVS to attach the azalia(4) driver | Alexandre Ratchov |
2021-04-19 | Recognize BCM57762 A0 and A1. My diff for this only added the A0 revision, | Mark Kettenis |
2021-04-19 | Multicast decryption fixes for iwx(4). | Stefan Sperling |
2021-04-18 | post 6.9 development continues... | Theo de Raadt |
2021-04-18 | sync | Theo de Raadt |
2021-04-18 | even more shrink | Theo de Raadt |
2021-04-18 | sync | Theo de Raadt |
2021-04-18 | more shrink | Theo de Raadt |
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart Henderson |
2021-04-17 | sync | Theo de Raadt |
2021-04-17 | some name shortening | Theo de Raadt |
2021-04-16 | Turn on the direct ACK on every other segment. | Alexander Bluhm |
2021-04-16 | Unhook ieee80211_mira.c from the build. All consumers have switched to RA. | Stefan Sperling |
2021-04-15 | Since iwi(4) doesn't call into net80211_newstate() the interface link state | Stefan Sperling |
2021-04-15 | Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA. | Stefan Sperling |
2021-04-15 | Make athn(4) set the channel when hostap or monitor modes enter RUN state. | Stefan Sperling |
2021-04-15 | When starting an AP or IBSS network, reconfigure the operation mode to | Stefan Sperling |
2021-04-15 | Implement version 2 of virtio(4) at fdt, as used by Parallels on the | Patrick Wildt |