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