summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-15The idiomatic way of coping with signed char vs unsigned char (whichTheo de Raadt
2022-12-15acme-client: use timegm() instead of mktime()Theo Buehler
2022-12-15In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ providedIngo Schwarze
2022-12-15acme-client: use ASN1_TIME_to_tm()Theo Buehler
2022-12-15Add explicit casts to ctype functions in vmd(8).Dave Voutila
2022-12-15Add shim functions for repo code introduced by the pre repo stats.Claudio Jeker
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-15rework the text describing interface name;Jason McIntyre
2022-12-15syncTheo de Raadt
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-14regenJonathan Gray
2022-12-14add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0)Jonathan Gray
2022-12-14In evp.h rev. 1.109 and 1.112, jsing@ and tb@ providedIngo Schwarze
2022-12-14In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).Ingo Schwarze
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