summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30Use right format for session loop, GitHub issue 2519.Nicholas Marriott
2020-12-30Set klist lock for pipes.Visa Hankala
2020-12-30Use int64_t for intermediate values in int32_MINMAX to prevent signedtobhe
2020-12-30Make the list of supported protocols more prominentkn
2020-12-30Document STAILQ macros. OK mpi@ denis@ jmc@Todd C. Miller
2020-12-30Add singly-linked tail queue macros from FreeBSD.Todd C. Miller
2020-12-30Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)mvs
2020-12-30missing word fix; from nam nguyenJason McIntyre
2020-12-30Convert the `off' argument of pppoe_dispatch_disc_pkt function tomvs
2020-12-30regcomp.c uses the "start + count < end" idiom to check that there areTheo Buehler
2020-12-30Constify the strings in regerror.c and make use of the strlcpy()Theo Buehler
2020-12-30cclasses[] multis field is always an empty string. Remove it and codeTheo Buehler
2020-12-30Constify the strings in cnames[]. No functional change.Theo Buehler
2020-12-30Document meaning of '*' in genrsa outputTheo Buehler
2020-12-30Add 'bgpctl show sets' to display information about the roa-set, as-sets,Claudio Jeker
2020-12-30Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets andClaudio Jeker
2020-12-30Use correct IMSG type in fatal message. Also reformat some not so long lines.Claudio Jeker
2020-12-30RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit.Claudio Jeker
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler
2020-12-29fflush after outputting a set of stats.David Gwynne
2020-12-29Allocate new buffer space based on requested need.rob
2020-12-29Remove unnecessary assignment.rob
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395Alexander Bluhm
2020-12-29Add another rde_trie_test to the unit tests.Claudio Jeker
2020-12-29If we manage to send all "count" flood pings before receiving allFlorian Obser
2020-12-29Handle pinctrl.Mark Kettenis
2020-12-29Add more PWM pin descriptions.Mark Kettenis
2020-12-29Adjut the roa-set unittest to the new way roas are added into a trie.Claudio Jeker
2020-12-29Adjust the roa-set config test. Overlapping ROAs are no longer merged byClaudio Jeker
2020-12-29In preparation for RTR support change the representation of the roa-setClaudio Jeker
2020-12-29Fix calloc in GBRjob
2020-12-29Document kern.video.record.Marcus Glocker
2020-12-29sync usage() with SYNOPSIS; the -S option remainsJason McIntyre
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisClaudio Jeker
2020-12-29Only skip routes with a loopback gateway for network static and connected.Claudio Jeker
2020-12-29Adapt to replacement of sntrup4591761x25519-sha512@tinyssh.org withDamien Miller
2020-12-29Update/replace the experimental post-quantim hybrid key exchangeDamien Miller
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-28Add back keyword "any" to match any IP address, which actually workstobhe
2020-12-28Add support for kern.video.record.Marcus Glocker
2020-12-28Analog to the the kern.audio.record sysctl parameter for audio(4)Marcus Glocker