summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-22Mention lid position support.Tobias Heider
2023-06-22Add machdep.lidaction example. We support this on arm64 laptops now.Tobias Heider
2023-06-22Instead of tsleep on lbolt do a tsleep with a 1 second timeout.Claudio Jeker
2023-06-22Allow to ask for deeper callers for leak reports using malloc options.Otto Moerbeek
2023-06-22Use new ibu API, switch from ibuf_seek() to ibuf_set().Claudio Jeker
2023-06-22KNFClaudio Jeker
2023-06-22drm/amdgpu: Don't set struct drm_driver.output_poll_changedJonathan Gray
2023-06-22drm/amdgpu: add missing radeon secondary PCI IDJonathan Gray
2023-06-22drm/amd/pm: workaround for compute workload type on some skusJonathan Gray
2023-06-22drm/amd: Tighten permissions on VBIOS flashing attributesJonathan Gray
2023-06-22drm/amd: Make sure image is written to trigger VBIOS image update flowJonathan Gray
2023-06-22drm/amd/display: edp do not add non-edid timingsJonathan Gray
2023-06-22drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Jonathan Gray
2023-06-22drm:amd:amdgpu: Fix missing buffer object unlock in failure pathJonathan Gray
2023-06-22drm: panel-orientation-quirks: Change Air's quirk to support Air PlusJonathan Gray
2023-06-21Remove extra trailing whitespaceMike Larkin
2023-06-21ksh: escape control chars when displaying file name completions.Todd C. Miller
2023-06-21Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout"Scott Soule Cheloha
2023-06-21clear errno before strtoull as it may already be set to ERANGEOmar Polo
2023-06-21avoid truncation of filtered data linesOmar Polo
2023-06-21Use recallocarray() consistently. recallocarray() was introduced to simplifyClaudio Jeker
2023-06-21Add a parameter 'action' to mpfree() so it can optionally discardKenneth R Westerback
2023-06-21add "fib reload" support to ospf6d/ospf6ctl, and trigger itStuart Henderson
2023-06-21Provide optimised bn_clzw() for aarch64.Joel Sing
2023-06-21Simplify and clean up the code. Try to use more ibuf idioms but theClaudio Jeker
2023-06-21Convert string2binary() to use new ibuf api instead of working with anClaudio Jeker
2023-06-21Provide and use bn_clzw() in place of bn_word_clz().Joel Sing
2023-06-21Update ospf6d to use new ibuf api.Claudio Jeker
2023-06-21Remove extra newlinesClaudio Jeker
2023-06-21Make BN_num_bits() independent of bn->top.Joel Sing
2023-06-21Add tests for BN_sqr() corner cases.Joel Sing
2023-06-21Add BN_cmp()/BN_ucmp() tests with zero padded inputs.Joel Sing
2023-06-21Add a BN_num_bits() with zero padded input.Joel Sing
2023-06-21Check fdopen return value, from Christian Menges.Nicholas Marriott
2023-06-21better validate CASignatureAlgorithms in ssh_config and sshd_config.Damien Miller
2023-06-21make `ssh -Q CASignatureAlgorithms` only list signature algorithms thatDamien Miller
2023-06-21handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerDamien Miller
2023-06-21call rk3328 not rk3288 functions in rk3328_pinctrl()Jonathan Gray
2023-06-20prepare for support for connecting to unix domain sockets using ssh -WDamien Miller
2023-06-20schedcpu, uvm_meter(9): make uvm_meter() an independent timeoutScott Soule Cheloha
2023-06-20Update ospfd to use new ibuf api.Claudio Jeker
2023-06-20Use new ibuf API in rpki-client.Claudio Jeker
2023-06-20tweak fragment handling error messages a bitMarc Espie
2023-06-20Consolidate elliptic curve cofactor handlingTheo Buehler
2023-06-20Improve certificate version checks in x509v3_cache_extensions()Theo Buehler
2023-06-20Rename all occurrences of e in this file to engineTheo Buehler
2023-06-20Rename int_ctx_new() into evp_pkey_ctx_new()Theo Buehler
2023-06-20Clean up and fix int_ctx_new()Theo Buehler
2023-06-20Clean up EVP_PKEY_CTX_meth_dup()Theo Buehler
2023-06-20Update regress to align with recent changes in rpki-clientJob Snijders