summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-14The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-14Continue loop if no match found; avoids an OOB write. ok florian@ tb@Otto Moerbeek
2022-12-14Optimize io_buf_read() a bit by calling read() again after the initalClaudio Jeker
2022-12-14Plug leak of ECDSA_SIGTheo Buehler
2022-12-14Do the IPv4 specific MP capability check only once per update/withdrawClaudio Jeker
2022-12-14Put an splhigh() at the start of cpu_configure() to prevent splassertsMark Kettenis
2022-12-14Move some basic accessors of aspath to rde.h and make them static inline.Claudio Jeker
2022-12-14Add missing type for OMT_INFO.Claudio Jeker
2022-12-14Always initialize b64szJob Snijders
2022-12-14Switch to struct timespec for collecting stats. This allows to useClaudio Jeker
2022-12-14Print expiry moment in human-readable filemode in a consistent fashion across...Job Snijders
2022-12-14Print issuer & serial in filemodeJob Snijders
2022-12-13In tcp_now() switch from getnsecuptime() to getnsecruntime()Claudio Jeker
2022-12-13timecounting: add getbinruntime(), getnsecruntime()Scott Soule Cheloha
2022-12-13syncTheo de Raadt
2022-12-13remove advent entry 11/SunLast and leave 12/SunFirst, to avoid gettingJason McIntyre
2022-12-13add tipd(4);Jason McIntyre
2022-12-13consistently put the Xr in "made obsolete by" in symbolic,Jason McIntyre
2022-12-13The C compiler -rdynamic argument is not specific to gcc, so just say 'cc'Philip Guenther
2022-12-13Clarify the default is to require message authentication.YASUOKA Masahiko
2022-12-12Enable tipd(4) on RAMDISK kernels as well.Mark Kettenis
2022-12-12Fix typo.Mark Kettenis
2022-12-12tipd(4)Mark Kettenis
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-12-12Improve range check to protect against overflow.Mark Kettenis
2022-12-12Bump to LibreSSL 3.7.1Theo Buehler
2022-12-12Since bgpctl uses clock_gettime() and struct timespec switch ometric codeClaudio Jeker
2022-12-12Revert sb_state changes to unbreak tree.Theo Buehler
2022-12-12Remove extra : in parameter substitutionAndrew Fresh
2022-12-11This time, socket's buffer lock requires solock() to be held. As a part ofVitaliy Makkoveev
2022-12-11Add a small blurb on @SECLEVEL=nTheo Buehler
2022-12-11Balance a getifaddrs() with a freeifaddrs(); plugs a leak seen byOtto Moerbeek
2022-12-11Use evcount_percpu() with platform interrupt counters on octeon.Visa Hankala
2022-12-11Cut two cycles from k_tlb_inv() on octeon.Visa Hankala
2022-12-10Remove unused experimental ICMP6 redirect low water bitsKlemens Nanni
2022-12-10Reuse off variable from previous line; no object changeKlemens Nanni
2022-12-10zap 68 trailing spaces from a single lineKlemens Nanni
2022-12-10`dp' was just allocated with M_ZERO flag, so the following bzero(3) is notVitaliy Makkoveev
2022-12-10Merge nd6_option_init() into nd6_options()Klemens Nanni
2022-12-10Increase transfer completion timeout to 100ms. This is what Linux hasMark Kettenis
2022-12-10ex_range: fix handling of escaped backslashes.Todd C. Miller
2022-12-10alpha: switch to clockintrScott Soule Cheloha
2022-12-10Make the accepted log grep pattern more strict in order to not pick up any logAnton Lindqvist
2022-12-10bio chain test: compress some error printingTheo Buehler
2022-12-10bio chain test: deduplicate chain walking codeTheo Buehler
2022-12-10bio chain test: handle walking of empty chainsTheo Buehler
2022-12-10Mitigate Spectre-BHB by using core-specific trampoline vectors. On some coresPatrick Wildt
2022-12-10Fix comments, no binary change.Kenji Aoyama
2022-12-09Simplify early kernel bootstrap a bit more. Just map the entire 64MB memoryMark Kettenis
2022-12-09Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXTPatrick Wildt