summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-19arm64 -> riscv64Jonathan Gray
2021-06-19bootaa64.efi -> bootriscv64.efiJonathan Gray
2021-06-19add riscv64 to allarchsJonathan Gray
2021-06-19timeout(9): change argument order for timeout_set_kclock()cheloha
2021-06-19oce(4) in RAMDISK for riscv64Mike Larkin
2021-06-18Enable oce(4) for riscv64Mike Larkin
2021-06-18syncTheo de Raadt
2021-06-18alarm.3: miscellaneous improvements to alarm(3) documentationcheloha
2021-06-18When we do a context switch, always set the FPU to "off" for the old proc.Mark Kettenis
2021-06-18Provide directions on how to install UnmatchedDale Rahn
2021-06-18Need to enable interrupts while processing supervisor traps as well.Mark Kettenis
2021-06-18do not guess at MP support yet.Theo de Raadt
2021-06-18Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.Joel Sing
2021-06-18setitimer(2): increase timer limit to UINT_MAX secondscheloha
2021-06-18The crypto(9) framework used by IPsec runs on a kernel task thatAlexander Bluhm
2021-06-18vmd diskfmt regress: don't copy source files, cleanup disk imagesdv
2021-06-18Limit regress libexecinfo to amd64 or llvm >=12.mortimer
2021-06-18Enable 32-bit I/O addressing. This gets rid of the io address conflictMark Kettenis
2021-06-18special is SMALLFlorian Obser
2021-06-18fix SMALL buildFlorian Obser
2021-06-18special is SMALLFlorian Obser
2021-06-18Mention %1 under choose-tree also.Nicholas Marriott
2021-06-18recognise BCM5762 B0Jonathan Gray
2021-06-18The pmap needs to know which CPUs to send IPIs when TLB entriesPhilip Guenther
2021-06-18initial plic(4) sfcc(4) sfclock(4)Jonathan Gray
2021-06-17vmd(8): handle VIRTIO_BLK_T_GET_ID, check descriptor r/w flagsdv
2021-06-17syncStuart Henderson
2021-06-17compar is a function arg (Fa) not function name (Fn);Jason McIntyre
2021-06-17Add sfclock(4), a driver for the PRCI (Power Reset Clocking Interrupt) blockMark Kettenis
2021-06-17Revert previous: unref of amap outside of the KERNEL_LOCK().Martin Pieuchot
2021-06-17On OpenBSD _JBLEN is the number of slots (of type long) in jmp_buf.Mark Kettenis
2021-06-17Implement RFC 7313 enhanced route refresh. It is off by default andClaudio Jeker
2021-06-17Add simple BGP Enhanced Route Refresh Message decodingjob
2021-06-17Skip flows in ikev2_cp_addr() if they don't contain a dynamic (0.0.0.0)tobhe
2021-06-17Like ARM, RISC-V does not implement floating point exceptions.Mark Kettenis
2021-06-17Refactor common code for peer filtering out into rde_skip_peer()Claudio Jeker
2021-06-17Add BCM5725 support. Based on a diff from Brad Smith.Mark Kettenis
2021-06-17regenMark Kettenis
2021-06-17Add Broadcom BCM5725. Based on a diff from Brad Smith.Mark Kettenis
2021-06-17Add a bit of extra paranoia befor the up_generate_updates() call inClaudio Jeker
2021-06-17In Rev 1.511 I moved peer related checks from inside up_generate_updates()Claudio Jeker
2021-06-17Better error message when a bad nexthop is passed to nexthop_hash().Claudio Jeker
2021-06-17Before adding a prefix to the Adj-RIB-Out modify the attributes to theClaudio Jeker
2021-06-17more consistently use pfsync_free_deferral to free the mbuf.David Gwynne
2021-06-16cleanup vmd(8) includes and header filesdv
2021-06-16ociic(4) and dapmic(4)Mark Kettenis
2021-06-16add entries for dapmic and ociic; ok kettenisJason McIntyre
2021-06-16Add command line option to show the versionjob
2021-06-16Ensure that the '-i' command line option and the 'reinit [mbr]'Kenneth R Westerback
2021-06-16kqueue: kq_lock is needed when updating kn_statusVisa Hankala