summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15Move IO Remapping Table (IORT) struct defines to the common ACPI headerPatrick Wildt
2021-01-15zap trailing periodanton
2021-01-15add myself as the authoranton
2021-01-15Stop the -v command line argument from overriding logging brevity.rob
2021-01-15As documented in sysctl(2) net.inet.ip.forwarding can be 2.Alexander Bluhm
2021-01-15Fix startup of smtpd; kill dangling smtpd; increase verbosity.Alexander Bluhm
2021-01-15Be more explicit by stating that the -n flag is linked to the nopass optionMartijn van Duren
2021-01-15now we report more addresses to the hostJonathan Matthew
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-15Make output buffer larger to prevent potential truncation warnings fromDarren Tucker
2021-01-15Change types in convtime() unit test to int to match change its new type.Darren Tucker
2021-01-15In waitfd(), when poll returns early we are subtracting the elapsed timeDarren Tucker
2021-01-14IPv4 loopback addresses do not work with af-to as in_canforward()Alexander Bluhm
2021-01-14Minor grammatical correction.rob
2021-01-14Some BIOS seem to provide memory regions <16M in their reserved memoryPatrick Wildt
2021-01-14IPv6 link-local addresses are broken in pf(4) as scope ID is usedAlexander Bluhm
2021-01-14Fix build without carp: ifp0 is only used within #if NCARP > 0.Theo Buehler
2021-01-14Cleanup prefix_cmp() a bit. Make sure that the return value can not overflowClaudio Jeker
2021-01-14syncer_thread: sleep without lboltcheloha
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew
2021-01-13put M_ZERO in the right placeJonathan Matthew
2021-01-13Clean up dtls1_reset_seq_numbers()Joel Sing
2021-01-13Clean up read sequence handling in DTLS.Joel Sing
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.Joel Sing
2021-01-13Make the binary run by linking it against net-snmpd.Martijn van Duren
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-13Pledge the "-C" code pathkn
2021-01-13Convert mbuf type KDASSERT() to a proper KASSERT() in m_get(9).Alexander Bluhm
2021-01-13Extend prefix_evaluate() to also be used when withdrawing a prefix.Claudio Jeker
2021-01-13Add support for the HYM8563 RTC, which is a PCF8563 clone.Mark Kettenis
2021-01-13Extend med test with a withdraw that causes a flip in the order.Claudio Jeker
2021-01-13Make imsg.h a bit more self-contained by prototyping struct iovec.Claudio Jeker
2021-01-13Link pflog(4) instances to `pflog_ifs' list instead of allocatingmvs
2021-01-13Temporary addresses are preferred for 1 day and valid for 2.Florian Obser
2021-01-13Send without kernel lockkn
2021-01-13revert drm vmalloc changesJonathan Gray
2021-01-13Add pflog(4) tests for IPv6.Alexander Bluhm
2021-01-12Tweak previous.rob
2021-01-12Fix regress to compile and run on current. Still not hooked up.rob
2021-01-12rpki-client started using the ibuf API, so link against libutil.Theo Buehler
2021-01-12A few minor tweaks to make my OCD happy.Theo Buehler
2021-01-12Split the record protection from the TLSv1.2 record layer.Joel Sing
2021-01-12Implement listening on 53/TCPFlorian Obser
2021-01-12Rewrite query parsing and answer formatting using libunbound providedFlorian Obser
2021-01-12const-ify lookup tables; ok ratchov@Christian Weisgerber
2021-01-12In recv_packet() verify that non-multicast packets where sent to the rightClaudio Jeker
2021-01-12Send lsupdate messages to the correct neighbor address on P2P interfaces.Claudio Jeker
2021-01-12rsync is using buffered output now, so remove this FIXME commentClaudio Jeker
2021-01-12Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to sendClaudio Jeker
2021-01-12Totally rework the exabgp integration tests. Instead of a simple shellClaudio Jeker