summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-23Avoid crash in BN_asc2bn()Theo Buehler
2023-06-23Fix return check for BN_hex2bn()Theo Buehler
2023-06-23Fix return check of bn_hex2bn_cbs()Theo Buehler
2023-06-23typo: hexidecimal -> hexadecimalTheo Buehler
2023-06-23Remove some redundant parenthesesTheo Buehler
2023-06-23rpki-client: check for duplicate certificate extensionsTheo Buehler
2023-06-23rpki-client: disallow empty sets of IP Addresses or AS numbersTheo Buehler
2023-06-23Revert previous, not all platforms allow compilingOtto Moerbeek
2023-06-23Avoid division by 0 in m_pool_usedGreg Steuck
2023-06-23ksmn(4): Support thermal sensors on Ryzen 9 79xxMike Larkin
2023-06-22symbols: Tweak this test so it works with -j NTheo Buehler
2023-06-22Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagge...Scott Soule Cheloha
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