summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strncasecmp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-21No need for state_preboot() to double check timeout beingkrw1-13/+3
2021-02-21Don't explicitly send address family in IMSG_VROUTE_ADD. The receivingtobhe1-12/+2
2021-02-21One CPUs that implement the VHE extension and have the E2H bit set, keepkettenis2-6/+12
2021-02-21Add ping -g, a concise display format similar to that used by othersthen2-14/+45
2021-02-21zap duplicate .Nm;jmc1-2/+1
2021-02-21syncderaadt1-0/+1
2021-02-21cut nvgre(4) over to use common etherbridge code.dlg2-317/+129
2021-02-21cut bpe(4) over to using the common etherbridge code.dlg2-292/+127
2021-02-21add etherbridge, the guts of a learning bridge that can be reused.dlg3-2/+693
2021-02-21i added stoeplitz_eaddrdlg1-1/+11
2021-02-21fix the names of the things that actually do the hashing.dlg1-22/+23
2021-02-21add stoeplitz_eaddr, for getting a hash value from an ethernet address.dlg2-2/+16
2021-02-20Fail on invalid address family.tobhe1-1/+3
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedjsg1-1/+0
2021-02-20Enable threads testotto1-1/+1
2021-02-20A regress test to test concurrent exception handling in threadsotto2-0/+63
2021-02-20Make the unwind cache tread-safe by declaring it thread_local. Solvesotto1-1/+1
2021-02-20tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* bekrw1-2/+2
2021-02-20Fix disestablishing of PCI interrupt handlers.visa1-9/+2
2021-02-20ugly whitespacetb2-14/+14
2021-02-20Rename f_err into fatal_err.tb7-183/+183
2021-02-20Rename the truncated label into decode_err. This describes its purposetb2-73/+73
2021-02-20zap unneccessary .Pp;jmc1-4/+2
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().jsing1-34/+45
2021-02-20Return a min/max version of zero if set to zero.jsing3-17/+41
2021-02-20Add DTLSv1.2 methods.jsing2-3/+159
2021-02-20Handle DTLS1_2_VERSION in various places.jsing3-6/+9
2021-02-20Revise HelloVerifyRequest handling for DTLSv1.2.jsing2-4/+14
2021-02-20Group HelloVerifyRequest decoding and add missing check for trailing data.jsing1-4/+5
2021-02-20Add various public DTLS related defines.jsing2-2/+14
2021-02-20Clean up/simplify dtls1_get_cipher().jsing1-7/+8
2021-02-20move from calling l3 protocol input handlers to using if_vinput.dlg2-40/+14
2021-02-20move gre and mgre from calling l3 input handlers to using if_vinput.dlg1-46/+11
2021-02-20move gif from calling l3 protocol input handlers to using if_vinput.dlg1-25/+5
2021-02-20add p2p_input, like ether_input but for l3 tunnel interfaces.dlg2-2/+44
2021-02-20let tun use bpf_mtap for handling input packets.dlg1-1/+4
2021-02-20default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.dlg2-4/+8
2021-02-20give interfaces an if_bpf_mtap handler.dlg1-1/+2
2021-02-20syncsthen1-1/+1
2021-02-20Recommit upstream alignment fix plus libperl version bumpafresh14-25/+41
2021-02-20document the monitor flag.dlg1-2/+8
2021-02-20add support for handling the interface monitor flagdlg1-2/+4
2021-02-20add a MONITOR flag to ifaces to say they're only used for watching packets.dlg3-8/+12
2021-02-19Fail on duplicate nonce payload.tobhe1-2/+5
2021-02-19Add 't' to options in man page. ok jmc@ kn@lum1-3/+6
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn3-8/+10
2021-02-19Put duplicated code calculating backoff interval and packet 'secs'krw1-115/+91
2021-02-19Missed poll -> ppoll in log_warn() verbiage.krw1-2/+2
2021-02-19Convert reallocarray + memset to recallocarray.tb3-12/+10
2021-02-19Add the same ASCII check to the URI in TAL files as we do for URI in .cer filesclaudio1-1/+9