index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-23
Avoid crash in BN_asc2bn()
Theo Buehler
2023-06-23
Fix return check for BN_hex2bn()
Theo Buehler
2023-06-23
Fix return check of bn_hex2bn_cbs()
Theo Buehler
2023-06-23
typo: hexidecimal -> hexadecimal
Theo Buehler
2023-06-23
Remove some redundant parentheses
Theo Buehler
2023-06-23
rpki-client: check for duplicate certificate extensions
Theo Buehler
2023-06-23
rpki-client: disallow empty sets of IP Addresses or AS numbers
Theo Buehler
2023-06-23
Revert previous, not all platforms allow compiling
Otto Moerbeek
2023-06-23
Avoid division by 0 in m_pool_used
Greg Steuck
2023-06-23
ksmn(4): Support thermal sensors on Ryzen 9 79xx
Mike Larkin
2023-06-22
symbols: Tweak this test so it works with -j N
Theo Buehler
2023-06-22
Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagge...
Scott Soule Cheloha
2023-06-22
Mention lid position support.
Tobias Heider
2023-06-22
Add machdep.lidaction example. We support this on arm64 laptops now.
Tobias Heider
2023-06-22
Instead of tsleep on lbolt do a tsleep with a 1 second timeout.
Claudio Jeker
2023-06-22
Allow to ask for deeper callers for leak reports using malloc options.
Otto Moerbeek
2023-06-22
Use new ibu API, switch from ibuf_seek() to ibuf_set().
Claudio Jeker
2023-06-22
KNF
Claudio Jeker
2023-06-22
drm/amdgpu: Don't set struct drm_driver.output_poll_changed
Jonathan Gray
2023-06-22
drm/amdgpu: add missing radeon secondary PCI ID
Jonathan Gray
2023-06-22
drm/amd/pm: workaround for compute workload type on some skus
Jonathan Gray
2023-06-22
drm/amd: Tighten permissions on VBIOS flashing attributes
Jonathan Gray
2023-06-22
drm/amd: Make sure image is written to trigger VBIOS image update flow
Jonathan Gray
2023-06-22
drm/amd/display: edp do not add non-edid timings
Jonathan Gray
2023-06-22
drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1
Jonathan Gray
2023-06-22
drm:amd:amdgpu: Fix missing buffer object unlock in failure path
Jonathan Gray
2023-06-22
drm: panel-orientation-quirks: Change Air's quirk to support Air Plus
Jonathan Gray
2023-06-21
Remove extra trailing whitespace
Mike Larkin
2023-06-21
ksh: escape control chars when displaying file name completions.
Todd C. Miller
2023-06-21
Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout"
Scott Soule Cheloha
2023-06-21
clear errno before strtoull as it may already be set to ERANGE
Omar Polo
2023-06-21
avoid truncation of filtered data lines
Omar Polo
2023-06-21
Use recallocarray() consistently. recallocarray() was introduced to simplify
Claudio Jeker
2023-06-21
Add a parameter 'action' to mpfree() so it can optionally discard
Kenneth R Westerback
2023-06-21
add "fib reload" support to ospf6d/ospf6ctl, and trigger it
Stuart Henderson
2023-06-21
Provide optimised bn_clzw() for aarch64.
Joel Sing
2023-06-21
Simplify and clean up the code. Try to use more ibuf idioms but the
Claudio Jeker
2023-06-21
Convert string2binary() to use new ibuf api instead of working with an
Claudio Jeker
2023-06-21
Provide and use bn_clzw() in place of bn_word_clz().
Joel Sing
2023-06-21
Update ospf6d to use new ibuf api.
Claudio Jeker
2023-06-21
Remove extra newlines
Claudio Jeker
2023-06-21
Make BN_num_bits() independent of bn->top.
Joel Sing
2023-06-21
Add tests for BN_sqr() corner cases.
Joel Sing
2023-06-21
Add BN_cmp()/BN_ucmp() tests with zero padded inputs.
Joel Sing
2023-06-21
Add a BN_num_bits() with zero padded input.
Joel Sing
2023-06-21
Check fdopen return value, from Christian Menges.
Nicholas Marriott
2023-06-21
better validate CASignatureAlgorithms in ssh_config and sshd_config.
Damien Miller
2023-06-21
make `ssh -Q CASignatureAlgorithms` only list signature algorithms that
Damien Miller
2023-06-21
handle rlimits > INT_MAX (rlim_t is u64); ok dtucker
Damien Miller
2023-06-21
call rk3328 not rk3288 functions in rk3328_pinctrl()
Jonathan Gray
[next]