summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-06-16Actually request classless static routes from the dhcp server; missedFlorian Obser
2021-06-16Implement classless static routes dhcp option.Florian Obser
2021-06-16ociic(4) and dapmic(4)Mark Kettenis
2021-06-16Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2CMark Kettenis
2021-06-16don't define __HAVE_ACPI to unbreak radeondrm buildJonathan Gray
2021-06-16Minor fixes to option descriptions.Nicholas Marriott
2021-06-16Change the prefix of UVM object functions to match NetBSD's.Martin Pieuchot
2021-06-16Pass Ctrl keys through as is when given as hex, GitHub issue 2724.Nicholas Marriott
2021-06-15Mop up part of dtls1_dispatch_alert().Joel Sing
2021-06-15Remove the uvshrink logic and keep the unveil list in the order of insertion.Claudio Jeker
2021-06-15Use a macro to assert that given uobjs correspond to anonymous objects.Martin Pieuchot
2021-06-15Unref/free amaps before grabbing the KERNEL_LOCK().Martin Pieuchot
2021-06-15Filter out packets that are not IPv4. This code came from dhcp programsClaudio Jeker
2021-06-15use getnsecuptime instead of getmicrouptime.David Gwynne
2021-06-15Increase MAXDSIZ to 16GB. ok kettenis@Matthieu Herrb
2021-06-15get the uptime before comparing to it.David Gwynne
2021-06-15factor out nsecuptime and getnsecuptime.David Gwynne
2021-06-15rework pfsync deferal timeout handling.David Gwynne
2021-06-14Simplify the way we handle PCI configuration space access. Instead ofMark Kettenis
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-06-14Only use of 'reinited' died in cmd.c r1.100. It is now set in aKenneth R Westerback
2021-06-14Simplify nonce handling in the TLSv1.2 record layer.Joel Sing
2021-06-14Somewhere in the recent churn a couple of memset()'sKenneth R Westerback
2021-06-14snmpd.conf(5): fix typo/plurals and tweak wording. ok jmc martijnStuart Henderson
2021-06-14Fix ROA & MFT version check handlingjob
2021-06-14Remove unused prototypes.Mark Kettenis