summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-16Update model details for Loongson Lynloong.visa1-3/+3
2021-01-16Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This wayclaudio1-2/+8
2021-01-16Extend IP_MULTICAST_IF to take either an address (struct in_addr), aclaudio1-3/+32
2021-01-16recognise Realtek ALC287jsg1-1/+4
2021-01-16regenjsg2-4/+9
2021-01-16add Intel AX201 Bluetoothjsg1-1/+2
2021-01-16regenjsg2-4/+109
2021-01-16add devices mostly from x1 nano jcs@ hasjsg1-2/+23
2021-01-15Remove a check that bypasses pf state tests. It dates back to 2003bluhm1-7/+1
2021-01-15Add IORT structs for ARM SMMU versions 1 and 2.patrick1-1/+35
2021-01-15Split the IORT struct into two, as the current version not only containedpatrick2-3/+8
2021-01-15Add IORT id for ARM SMMUv3.patrick1-1/+2
2021-01-15Move IO Remapping Table (IORT) struct defines to the common ACPI headerpatrick2-36/+35
2021-01-15zap trailing periodanton1-2/+2
2021-01-15add myself as the authoranton1-2/+4
2021-01-15Stop the -v command line argument from overriding logging brevity.rob1-4/+4
2021-01-15As documented in sysctl(2) net.inet.ip.forwarding can be 2.bluhm1-3/+3
2021-01-15Fix startup of smtpd; kill dangling smtpd; increase verbosity.bluhm1-11/+9
2021-01-15Be more explicit by stating that the -n flag is linked to the nopass optionmartijn1-5/+5
2021-01-15now we report more addresses to the hostjmatthew1-3/+3
2021-01-15Report full IP address information to the host. Contrary to what I wrotejmatthew1-9/+300
2021-01-15Make output buffer larger to prevent potential truncation warnings fromdtucker1-2/+2
2021-01-15Change types in convtime() unit test to int to match change its new type.dtucker2-19/+30
2021-01-15In waitfd(), when poll returns early we are subtracting the elapsed timedtucker1-2/+2
2021-01-14IPv4 loopback addresses do not work with af-to as in_canforward()bluhm2-55/+92
2021-01-14Minor grammatical correction.rob2-6/+6
2021-01-14Some BIOS seem to provide memory regions <16M in their reserved memorypatrick1-5/+7
2021-01-14IPv6 link-local addresses are broken in pf(4) as scope ID is usedbluhm2-28/+73
2021-01-14Fix build without carp: ifp0 is only used within #if NCARP > 0.tb1-2/+7
2021-01-14Cleanup prefix_cmp() a bit. Make sure that the return value can not overflowclaudio1-28/+60
2021-01-14syncer_thread: sleep without lboltcheloha1-6/+25
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferjmatthew1-2/+2
2021-01-13put M_ZERO in the right placejmatthew1-2/+2
2021-01-13Clean up dtls1_reset_seq_numbers()jsing1-10/+7
2021-01-13Clean up read sequence handling in DTLS.jsing1-19/+21
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.jsing3-69/+89
2021-01-13Make the binary run by linking it against net-snmpd.martijn4-54/+173
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha7-23/+13
2021-01-13Pledge the "-C" code pathkn1-1/+5
2021-01-13Convert mbuf type KDASSERT() to a proper KASSERT() in m_get(9).bluhm1-3/+3
2021-01-13Extend prefix_evaluate() to also be used when withdrawing a prefix.claudio4-40/+33
2021-01-13Add support for the HYM8563 RTC, which is a PCF8563 clone.kettenis1-5/+3
2021-01-13Extend med test with a withdraw that causes a flip in the order.claudio2-1/+18
2021-01-13Make imsg.h a bit more self-contained by prototyping struct iovec.claudio1-1/+2
2021-01-13Link pflog(4) instances to `pflog_ifs' list instead of allocatingmvs2-52/+31
2021-01-13Temporary addresses are preferred for 1 day and valid for 2.florian1-5/+3
2021-01-13Send without kernel lockkn1-10/+7
2021-01-13revert drm vmalloc changesjsg3-126/+39
2021-01-13Add pflog(4) tests for IPv6.bluhm2-8/+74
2021-01-12Tweak previous.rob1-2/+2