summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-30Add and use local copy of X509V3_add_value()Theo Buehler
2024-08-30a few people have bugged me for an example. hopefully this is enough.David Gwynne
2024-08-30tweak the example to use veb instead of bridge.David Gwynne
2024-08-30try and keep in line with language used in other manual pages.David Gwynne
2024-08-30prefer "IPv4 and IPv6" over "IP[46]".David Gwynne
2024-08-30use strtonum() to parse numeric option values instead of atoi()Omar Polo
2024-08-30Remove cross references to whirlpoolTheo Buehler
2024-08-30zap line missed in previous removal; ok tbJason McIntyre
2024-08-30Adjust freenull test for upcoming conf_api.h removalTheo Buehler
2024-08-30drm/amdgpu/vcn: not pause dpg for unified queueJonathan Gray
2024-08-30drm/amdgpu/vcn: identify unified queue in sw initJonathan Gray
2024-08-30drm/amdgpu: Validate TA binary sizeJonathan Gray
2024-08-30drm/amdkfd: reserve the BO before validating itJonathan Gray
2024-08-30drm/amd/amdgpu: command submission parser for JPEGJonathan Gray
2024-08-30drm/amd/display: fix cursor offset on rotation 180Jonathan Gray
2024-08-30drm/amd/display: Enable otg synchronization logic for DCN321Jonathan Gray
2024-08-30drm/amd/display: Adjust cursor positionJonathan Gray
2024-08-30drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...Jonathan Gray
2024-08-30drm/amdkfd: Move dma unmapping after TLB flushJonathan Gray
2024-08-30drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtimeJonathan Gray
2024-08-30drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values ...Jonathan Gray
2024-08-30drm/amd/pm: fix error flow in sensor fetchingJonathan Gray
2024-08-30drm/amdgpu/jpeg4: properly set atomics vmid fieldJonathan Gray
2024-08-30Revert commitid KcCtsA53F9UQzc0t:Philip Guenther
2024-08-30drm/amdgpu/jpeg2: properly set atomics vmid fieldJonathan Gray
2024-08-30drm/amdgpu: Actually check flags for all context ops.Jonathan Gray
2024-08-29fix handling of Return-PathOmar Polo
2024-08-29syncTheo Buehler
2024-08-29Remove documentation of EVP_whirlpoolTheo Buehler
2024-08-29Remove documentation of ERR_add_error_{,v}data()Theo Buehler
2024-08-29HMAC_Init() is dead. Long live HMAC_Init_ex()Theo Buehler
2024-08-29Remove documentation of (caveat on) X509_TRUST_DEFAULTTheo Buehler
2024-08-29Hide all EPT-related bits behind #ifdef in amd64 pmap.Dave Voutila
2024-08-29Disable hmac and pkey_ec tests until after the bumpTheo Buehler
2024-08-29Adjust documentation for check/pubcheck removalTheo Buehler
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2024-08-29Remove the pkey_{,public_,param_}check() handlersTheo Buehler
2024-08-29Remove evp_pkey_check testTheo Buehler
2024-08-29In m_pulldown() replace memmove() with memcpy().Alexander Bluhm
2024-08-29Convert prototypes to new style.Claudio Jeker
2024-08-29Use signal handler safe dprintf() instead of asprintf + writeClaudio Jeker
2024-08-29Unify proc_parser_* as far as possible and reasonableTheo Buehler
2024-08-29draft-ietf-v6ops-rfc3849-update turned into RFC9637, adjust commentClaudio Jeker
2024-08-29ocsp.c: zap trailing whitespaceTheo Buehler
2024-08-29Show expensive mbuf operations in netstat(1) statistics.Alexander Bluhm
2024-08-29Improve warning messageJob Snijders
2024-08-29Periodically reinitialize RRDP sessions to snapshot at random intervalsJob Snijders
2024-08-29Fix regression introduced in previous migration to strtol() byAnton Lindqvist
2024-08-29Update root hints.Florian Obser
2024-08-29unstub pdev_to_i915()Jonathan Gray