summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-10Hide deprecated functions in evp.hBob Beck
2024-04-10Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.Bob Beck
2024-04-10Hide symbols in bn.hBob Beck
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hBob Beck
2024-04-10Add RC2 symbols to Symbols.namespace.Bob Beck
2024-04-10Finish hiding symbols in rand.hBob Beck
2024-04-10Finish Hiding symbols in crypto.hBob Beck
2024-04-10remove unused hton[ls] functions from libkernChristian Weisgerber
2024-04-10vmctl: fix incorrect scaling when converting disk images.Dave Voutila
2024-04-10Remove `head' socket re-locking in sonewconn().Vitaliy Makkoveev
2024-04-10Remove obsolete headers.Marcus Glocker
2024-04-10Unlock dosigsuspend() and with that some aspects of ppoll and pselectClaudio Jeker
2024-04-10Rework the logic to not send double notifications in session_notification().Claudio Jeker
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-04-09vmm/vmd: add exception injection and refactor inject api.Dave Voutila
2024-04-09Add ufshci(4) to pci(4). While there, add ahci(4) to acpi(4).Marcus Glocker
2024-04-09whirlpool_test: avoid calling arc4random_uniform(0)Theo Buehler
2024-04-09whirlpool_test: zap lots of trailing whitespaceTheo Buehler
2024-04-09bn_convert: plug leak spotted by ASANTheo Buehler
2024-04-09Sync removal of setsid(), setpgid() and a few dup2() from relayd. They areTobias Heider
2024-04-09make(1): inline set_times() into Job_Touch()Scott Soule Cheloha
2024-04-09Add a comment on abuse of EXFLAG_INVALIDTheo Buehler
2024-04-09Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().Joel Sing
2024-04-09Add PCI support for ufshci(4). Tested on the Microsoft Surface Go 4.Marcus Glocker
2024-04-09Add hidden conf.h, missed in an earlier commitTheo Buehler
2024-04-09Add regress coverage for BN_bn2mpi()/BN_mpi2bn().Joel Sing
2024-04-09Hide symbols in conf.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-09Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.Bob Beck
2024-04-09Don't include net/art.h in net/rtable.h instead let the two usersClaudio Jeker
2024-04-09Limit the number of provider ASnumbers to MAX_ASPA_SPAS_COUNT (10'000)Claudio Jeker
2024-04-09Increase RTR PDU limit to 48k and limit number of SPAS to 10'000.Claudio Jeker
2024-04-09Check that the ASPA tas array fits in an IMSG before sending the ASPAClaudio Jeker
2024-04-09reduce diff to linuxJonathan Gray
2024-04-09Remove the "cubie" miniroot. There are far more popular armv7 boardsMark Kettenis
2024-04-09Plug route leak in IP output.Alexander Bluhm
2024-04-09Add a capability enforcement integration test.Claudio Jeker
2024-04-09Add capability announce enforcement test and fixup some other result filesClaudio Jeker
2024-04-09Allow operators to enforce the presence of certain capabilities on sessions.Claudio Jeker
2024-04-09Clean up Symbols.namespaceBob Beck
2024-04-09regenJonathan Gray
2024-04-09more Intel DG2 graphics idsJonathan Gray
2024-04-09drm/i915: ATS-M device ID updateJonathan Gray
2024-04-09drm/i915: Add new PCI IDs to DG2 platform in driverJonathan Gray
2024-04-09drm/i915: Add new DG2 PCI IDsJonathan Gray
2024-04-08Remove notBefore and notAfter cacheing.Bob Beck