summaryrefslogtreecommitdiff
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(4)Jonathan Gray
2021-04-24Add gfrtc a driver for the real-time clock interface of Google'sJonathan Gray
2021-04-24Remove "-4" option treatment and use it always on s_server test in appstest.shKinichiro Inoguchi
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-23Enable test-renegotiation-changed-clienthello.py but skipTheo Buehler
2021-04-23whitespaceTheo Buehler
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-22Add a non-interactive version of query-replace-regexp function calledMark Lumsden
2021-04-22vmd(8): guard against bad virtio driversdv
2021-04-22Only hash known CH extensionsTheo Buehler
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-22Indent and simplify the grammar.Martin Pieuchot
2021-04-22Eliminate S/R conflicts and simplify filter grammar.Martin Pieuchot
2021-04-22Remove trailing whitespace in comment blocks.dv
2021-04-22reenable POOL_DEBUGChristian Weisgerber
2021-04-22Simplify token declaration.Martin Pieuchot
2021-04-22Simplify now that TID and PID are now only being parsed as builtin.Martin Pieuchot
2021-04-22Remove support for in-kernel filters.Martin Pieuchot
2021-04-21Add a test that roundtrips a bunch of points on all builtin curvesTheo Buehler
2021-04-21Clean up TLSv1.2 certificate request handshake data.Joel Sing
2021-04-21Fix packet size checks and remove bad casts.dv
2021-04-21Turn panic for unknown event type into a printf and return.Mark Kettenis
2021-04-21Use the plenteous BUFSIZE found in mg in lieu of 128.Mark Lumsden
2021-04-21remove -p from usage;Jason McIntyre
2021-04-21Extend filters to support any conditionnal test including global variables.Martin Pieuchot
2021-04-21Always initialized min value for an histogram.Martin Pieuchot
2021-04-21Test local variables, boolean and print() of variables other than maps.Martin Pieuchot