summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18crank limits to satisfy piggy piggy clangTheo de Raadt
2021-01-18Sync SA configuration payload to new SA after IKE SA rekeying.tobhe
2021-01-18Move sessid definition to keynote-verify.c to avoid issues with -fno-commonmortimer
2021-01-18Move usage definition out of header file to avoid issues with -fno-common.mortimer
2021-01-18Move defiition of sum variable from header file to avoid issues withmortimer
2021-01-18Move definition of pmode to main.c instead of a compress.h. Avoids linkermortimer
2021-01-18Extern tracks list to avoid linker issues with -fno-common.mortimer
2021-01-17Put a sleep 1 after starting net-snmpd. The reason of the race isAlexander Bluhm
2021-01-17umb(4) sets a default interface priority too; mention it hereStuart Henderson
2021-01-17Add -N flag to never start server even if command would normally do so,Nicholas Marriott
2021-01-17Mark up locations of KAME hack with #ifdef __KAME__ so that we canFlorian Obser
2021-01-17Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.mvs
2021-01-17Don't leak host address. Found with clang static analyzer.rob
2021-01-17Comply with man page intent of -dvv enabling BER level logging.rob
2021-01-17Add defines for the various ARM SMMU models.Patrick Wildt
2021-01-17add another iwx deviceJoshua Stein
2021-01-17regenJoshua Stein
2021-01-17add another ax201Joshua Stein
2021-01-17Put the clearing of possible embedded scope in an __KAME__ block.Claudio Jeker
2021-01-17Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.Claudio Jeker
2021-01-17revert the previous, it makes everything think it can do 16.0 GT/s.David Gwynne
2021-01-17pcie4 can do 16.0 GT/s. sounds like a lot.David Gwynne
2021-01-17dump the max payload size and max read request size in the pcie cap.David Gwynne
2021-01-17kqueue: Revise fd close notificationVisa Hankala
2021-01-17Replace SB_KNOTE and sb_flagsintr with direct checking of klist.Visa Hankala
2021-01-17this hardware is fine with BUS_DMA_64BIT mappings.David Gwynne
2021-01-17don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether.David Gwynne
2021-01-16Move `access_type' to the fault context.Martin Pieuchot
2021-01-16Oops, fix previous.Florian Obser
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id is notFlorian Obser
2021-01-16Only recover the scope_id if it was not set. This way this code worksClaudio Jeker
2021-01-16Unle recover the scope_id from a possible embedded scope if the scope_idClaudio Jeker
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id filed isClaudio Jeker
2021-01-16Fix prototype for rw_assert_wrlock() function.mvs
2021-01-16If ip or ip6 forwarding is not set, expect af-to failure.Alexander Bluhm
2021-01-16aspath_neighbor() needs to return the local system AS for empty AS pathsClaudio Jeker
2021-01-16The sysctl variable net.inet.ip.forwarding is checked beforeAlexander Bluhm
2021-01-16s/authorization/authentication/gMartijn van Duren
2021-01-16Update model details for Loongson Lynloong.Visa Hankala
2021-01-16Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This wayClaudio Jeker
2021-01-16Extend IP_MULTICAST_IF to take either an address (struct in_addr), aClaudio Jeker
2021-01-16recognise Realtek ALC287Jonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add Intel AX201 BluetoothJonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add devices mostly from x1 nano jcs@ hasJonathan Gray
2021-01-15Remove a check that bypasses pf state tests. It dates back to 2003Alexander Bluhm
2021-01-15Add IORT structs for ARM SMMU versions 1 and 2.Patrick Wildt
2021-01-15Split the IORT struct into two, as the current version not only containedPatrick Wildt
2021-01-15Add IORT id for ARM SMMUv3.Patrick Wildt