Age | Commit message (Expand) | Author |
2024-04-17 | Use $_disk consistently over $1 in md_installboot(); no functional change | Klemens Nanni |
2024-04-17 | openssl req: plug obvious leak | Theo Buehler |
2024-04-16 | Switch tar(1) write default format to 'pax' | Jeremie Courreges-Anglas |
2024-04-16 | Fix reading large pax extended records | Jeremie Courreges-Anglas |
2024-04-16 | Fix pasto: broken storage of symbolic link long destinations in pax format | Jeremie Courreges-Anglas |
2024-04-16 | Revert wip patch, not intended for commit | Jeremie Courreges-Anglas |
2024-04-16 | Add tar(1) -F option to select write format | Jeremie Courreges-Anglas |
2024-04-16 | Correctly detect 'pax' format archives in append mode | Jeremie Courreges-Anglas |
2024-04-16 | Fix key share negotiation in HRR case | Theo Buehler |
2024-04-16 | Prevent toctu issues in static file serving and auto index generation. | Florian Obser |
2024-04-16 | Update Spleen kernel fonts to version 2.1.0, bringing the following | Frederic Cambus |
2024-04-16 | Destination addresses make no sense on loopback interfaces. | Florian Obser |
2024-04-16 | Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs(). | Joel Sing |
2024-04-16 | Rewrite BN_bin2bn() using CBS. | Joel Sing |
2024-04-16 | Provide bn_expand_bytes(). | Joel Sing |
2024-04-16 | Rename bn_expand() to bn_expand_bits(). | Joel Sing |
2024-04-16 | Use route cache function in IP input. | Alexander Bluhm |
2024-04-16 | Run raw IPv6 input in parallel. | Alexander Bluhm |
2024-04-16 | remove unused functions; ok tb@ | Jonathan Gray |
2024-04-16 | Call bufq_destroy() in swap_off for the VREG case since swap_on() called | Claudio Jeker |
2024-04-16 | Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode. | Claudio Jeker |
2024-04-16 | Prevent a NULL dereference in error code path. | Martin Pieuchot |
2024-04-16 | sort | Theo Buehler |
2024-04-15 | Amend previous: improve comment | Caspar Schutijser |
2024-04-15 | Don't take solock() in soreceive() for udp(4) sockets. | Vitaliy Makkoveev |
2024-04-15 | Delete unused inp_csumoffset define. | Alexander Bluhm |
2024-04-15 | Switch pax(1) to write archives using the 'pax' format by default | Jeremie Courreges-Anglas |
2024-04-15 | Remove workarounds for unprototyped symbols | Theo Buehler |
2024-04-15 | Sync with font module variable namespacing changes. | Anthony J. Bentley |
2024-04-15 | Include the correct header | Theo Buehler |
2024-04-15 | sync libressl bump | Theo Buehler |
2024-04-15 | crank libtls like libcrypto and libssl | Theo Buehler |
2024-04-15 | crank libssl major after libcrypto major and symbol removal | Theo Buehler |
2024-04-15 | Unexport SSL_version_str | Theo Buehler |
2024-04-15 | crank libcrypto major after symbol removal | Theo Buehler |
2024-04-15 | Bye, bye, OPENSSL_str{,n}casecmp() | Theo Buehler |
2024-04-15 | And a pile of TS ASN.1 stuff becomes internal-only, too | Theo Buehler |
2024-04-15 | X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal | Theo Buehler |
2024-04-15 | And here go {,EC}DSA_SIG_it | Theo Buehler |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
2024-04-15 | DHparam_it becomes static, too | Theo Buehler |
2024-04-15 | More X9.62 stuff was never used outside of ec_asn1.c | Theo Buehler |
2024-04-15 | EC_PRIVATEKEY becomes internal-only, too | Theo Buehler |
2024-04-15 | Unexport the ECPKPARAMETERS API | Theo Buehler |
2024-04-15 | Make ECPARAMETERS_{new,free,it} internal-only | Theo Buehler |
2024-04-15 | Move BIO_CONNECT_{new,free}() to internal-only | Theo Buehler |
2024-04-15 | Remove ASN1_time_clamp_not_after() from Symbols.list | Theo Buehler |
2024-04-15 | sync libc bump | Theo Buehler |
2024-04-15 | whee libc 100. break all the things | Theo Buehler |
2024-04-15 | remove unused __bswap16, __bswap32 MD functions from arm and aarch64 | Christian Weisgerber |