Age | Commit message (Expand) | Author |
2022-12-15 | The argument to ctype functions must be EOF or representable as an | Florian Obser |
2022-12-15 | The argument to ctype functions must be EOF or representable as an | Florian Obser |
2022-12-15 | rework the text describing interface name; | Jason McIntyre |
2022-12-15 | sync | Theo de Raadt |
2022-12-14 | add __ctzdi2 to sparc64 kernel | Jonathan Gray |
2022-12-14 | regen | Jonathan Gray |
2022-12-14 | add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0) | Jonathan Gray |
2022-12-14 | In evp.h rev. 1.109 and 1.112, jsing@ and tb@ provided | Ingo Schwarze |
2022-12-14 | In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3). | Ingo Schwarze |
2022-12-14 | The argument to ctype functions must be EOF or representable as an | Florian Obser |
2022-12-14 | Continue loop if no match found; avoids an OOB write. ok florian@ tb@ | Otto Moerbeek |
2022-12-14 | Optimize io_buf_read() a bit by calling read() again after the inital | Claudio Jeker |
2022-12-14 | Plug leak of ECDSA_SIG | Theo Buehler |
2022-12-14 | Do the IPv4 specific MP capability check only once per update/withdraw | Claudio Jeker |
2022-12-14 | Put an splhigh() at the start of cpu_configure() to prevent splasserts | Mark Kettenis |
2022-12-14 | Move some basic accessors of aspath to rde.h and make them static inline. | Claudio Jeker |
2022-12-14 | Add missing type for OMT_INFO. | Claudio Jeker |
2022-12-14 | Always initialize b64sz | Job Snijders |
2022-12-14 | Switch to struct timespec for collecting stats. This allows to use | Claudio Jeker |
2022-12-14 | Print expiry moment in human-readable filemode in a consistent fashion across... | Job Snijders |
2022-12-14 | Print issuer & serial in filemode | Job Snijders |
2022-12-13 | In tcp_now() switch from getnsecuptime() to getnsecruntime() | Claudio Jeker |
2022-12-13 | timecounting: add getbinruntime(), getnsecruntime() | Scott Soule Cheloha |
2022-12-13 | sync | Theo de Raadt |
2022-12-13 | remove advent entry 11/SunLast and leave 12/SunFirst, to avoid getting | Jason McIntyre |
2022-12-13 | add tipd(4); | Jason McIntyre |
2022-12-13 | consistently put the Xr in "made obsolete by" in symbolic, | Jason McIntyre |
2022-12-13 | The C compiler -rdynamic argument is not specific to gcc, so just say 'cc' | Philip Guenther |
2022-12-13 | Clarify the default is to require message authentication. | YASUOKA Masahiko |
2022-12-12 | Enable tipd(4) on RAMDISK kernels as well. | Mark Kettenis |
2022-12-12 | Fix typo. | Mark Kettenis |
2022-12-12 | tipd(4) | Mark Kettenis |
2022-12-12 | Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB | Mark Kettenis |
2022-12-12 | Improve range check to protect against overflow. | Mark Kettenis |
2022-12-12 | Bump to LibreSSL 3.7.1 | Theo Buehler |
2022-12-12 | Since bgpctl uses clock_gettime() and struct timespec switch ometric code | Claudio Jeker |
2022-12-12 | Revert sb_state changes to unbreak tree. | Theo Buehler |
2022-12-12 | Remove extra : in parameter substitution | Andrew Fresh |
2022-12-11 | This time, socket's buffer lock requires solock() to be held. As a part of | Vitaliy Makkoveev |
2022-12-11 | Add a small blurb on @SECLEVEL=n | Theo Buehler |
2022-12-11 | Balance a getifaddrs() with a freeifaddrs(); plugs a leak seen by | Otto Moerbeek |
2022-12-11 | Use evcount_percpu() with platform interrupt counters on octeon. | Visa Hankala |
2022-12-11 | Cut two cycles from k_tlb_inv() on octeon. | Visa Hankala |
2022-12-10 | Remove unused experimental ICMP6 redirect low water bits | Klemens Nanni |
2022-12-10 | Reuse off variable from previous line; no object change | Klemens Nanni |
2022-12-10 | zap 68 trailing spaces from a single line | Klemens Nanni |
2022-12-10 | `dp' was just allocated with M_ZERO flag, so the following bzero(3) is not | Vitaliy Makkoveev |
2022-12-10 | Merge nd6_option_init() into nd6_options() | Klemens Nanni |
2022-12-10 | Increase transfer completion timeout to 100ms. This is what Linux has | Mark Kettenis |
2022-12-10 | ex_range: fix handling of escaped backslashes. | Todd C. Miller |