openbsd
2024-10-23 mpiDecrement uobj reference count without KERNEL_LOCK().
2024-10-23 jsgdrm/amdgpu: prevent BO_HANDLES error from being overwritten
2024-10-23 jsgdrm/amdgpu/swsmu: Only force workload setup on init
2024-10-23 jsgdrm/radeon: Fix encoder->possible_clones
2024-10-23 jsgremove duplicate defines
2024-10-23 jsgremove duplicate IWX_NVM_GET_INFO define
2024-10-23 jsgremove duplicate defines; ok tb@
2024-10-23 jsgremove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR define
2024-10-23 jsgremove duplicate ET_MAC_HDX_REXMIT_MAX define
2024-10-23 jsgremove duplicate ESA_MINISRC_OUT_BUFFER_SIZE define
2024-10-22 jsgremove duplicate RT_BUF_SIZE define
2024-10-22 jsgremove duplicate X509v3_asid_add_id_or_range.3 line
2024-10-22 jsgremove duplicate rcs id
2024-10-22 lucasrc: Use the correct path to sshd-auth's relink kit
2024-10-22 jsgremove duplicate entry in match table
2024-10-22 jsgremove duplicate prototype
2024-10-22 jsgcorrect argument to klist_free(); ok visa@ mvs@
2024-10-22 jsgremove redundant include guard in BUS_SPACE_DEBUG path
2024-10-22 jsgput opening { on same line as struct name
2024-10-22 tbMove a check for hybrid point encoding into a helper...
2024-10-22 tbRewrite ec_GFp_simple_point2oct() using CBB
2024-10-22 tbRewrite ec_GFp_simple_oct2point() using CBS
2024-10-22 tbStart cleaning up oct2point and point2oct
2024-10-22 tbSuppress warning noise from deprecated OpenSSL API
2024-10-22 tbRevert marking EC_GROUP_method_of() and EC_METHOD_get_f...
2024-10-22 claudioUse imsg_get_fd() like everywhere else.
2024-10-22 mpiRename `ci_intrdepth' to `ci_idepth'.
2024-10-22 tbecp_oct.c: add missing includes
2024-10-22 tbMark EC_GROUP_method_of() and EC_METHOD_get_field_type...
2024-10-22 tbProvide and use ec_group_get_field_type()
2024-10-22 tbInline a use of EC_GROUP_method_of()
2024-10-22 claudioProtect the ps_pgrp pointer by either the KERNEL_LOCK...
2024-10-22 jsgremove prototypes with no matching function
2024-10-22 dtuckerRemove sshd logfile in start_sshd, and ssh and sshd...
2024-10-22 dtuckerAdd a sshd debug wrapper to run all of the subprograms...
2024-10-22 dtuckerMake debug call printf("%s", NULL) safe. Prevents...
2024-10-22 jsgremove duplicate DEV_ID_PCH2 defines
2024-10-22 jsgcorrect name of define for ISS data abort S1PTW bit
2024-10-21 jsgdefine _MACHINE_ARCH not _MACHINE_ARC
2024-10-21 jsgremove unneeded includes
2024-10-21 miodCorrectly report print screen key in raw mode (i.e...
2024-10-21 kettenisWe have not been swapping out kernel stacks since forev...
2024-10-21 nicmBump up the maximum for repeat-time (some people want...
2024-10-21 nicmAdd function to get current offset from copy mode,...
2024-10-21 nicmAdjust how Ctrl and Meta keys are sent to use standard...
2024-10-21 jsgremove unneeded includes
2024-10-21 tbEmit a warning if all fortunes in the file are too...
2024-10-21 dlgrevert "try to simplify the locking code around busy...
2024-10-21 asouFix lldb doesn't analyze process core correctly.
2024-10-21 jsgremove unused MP_PICMODE define
2024-10-20 tbPlug leak of Fortbuf in find_matches()
2024-10-20 dlgtry to simplify the locking code around busy maps.
2024-10-20 claudioVM_MAP_BUSY and VM_MAP_WANTLOCK will be removed soon...
2024-10-20 tbec_ameth.c: fix includes
2024-10-20 tbec_asn1: add missing includes
2024-10-20 tbec_curve: add missing includes
2024-10-20 tbzap an empty line
2024-10-20 jsgadd comma to fix offsets of trap type strings
2024-10-19 hastingsChange sdhc_bus_power() behavior to return success...
2024-10-19 tbMake ec EVP_PKEY_CTRL_MD handler match dsa/rsa more...
2024-10-19 tbDrop a useless cast in pkey_dsa_ctrl()
2024-10-19 jsingRemove IA32 specific code from cryptlib.c.
2024-10-19 jsingRemove unused sparc CPU capability detection code.
2024-10-19 tbEC_GROUP_check(): zap useless comments
2024-10-19 tbMove EC_GROUP_check() to ec_lib.c
2024-10-19 antonMark two regress/sbin/ifconfig tests as expected failures.
2024-10-18 tbec_asn1_test: simplify previous
2024-10-18 tbec_asn1_test: call EC_GROUP_check() for the builtin...
2024-10-18 tbSimplify EC_get_builtin_curves().
2024-10-18 tbUse better naming in ec_curve.c
2024-10-18 tbec_asn1_test: adjust for rejection of non-builtin curve...
2024-10-18 tbEnforce that EC Parameters correspond to a builtin...
2024-10-18 jsingRemove now unused x86cpuid.pl.
2024-10-18 jsingProvide crypto_cpu_caps_init() for i386.
2024-10-18 jsingRemove now unused x86_64cpuid.pl.
2024-10-18 jsingProvide crypto_cpu_caps_init() for amd64.
2024-10-18 tobheInstead of always following up "power on" with a "reset...
2024-10-18 tbInline last use of OPENSSL_load_builtin_modules()
2024-10-18 tbMove EC_GROUP_new_curve_GFp() into ec_lib.c
2024-10-18 tbMerge EC_GROUP_new_curve_GFp() with ec_group_new_curve()
2024-10-18 tbec_asn1_test: add secp256k1.m
2024-10-18 tbec_asn1_test: remove last hardcoded wei25519 remnant
2024-10-18 tbec_asn1_test: test Wei25519.2 and Wei25519.-3 as well
2024-10-18 tbec_asn1_test: clean up & refactor; test Wei25519 with...
2024-10-18 djmmention that LocalForward and RemoteForward can accept...
2024-10-18 miodPut the bowels of the various VOP_PRINT routines under
2024-10-18 djmremove duplicate check; GHPR392 from Pedro Martelletto
2024-10-18 djmallow "-" as output file for moduli screening
2024-10-18 djmssh-keyscan doesn't need it's own sshfatal() definition...
2024-10-18 djmin _ssh_order_hostkeyalgs() consider ECDSA curve type...
2024-10-18 djmrequire control-escape character sequences passed via...
2024-10-18 djmremove addr.[ch] functions that are unused and visbilit...
2024-10-18 djmunreachable POLLERR case; from ya0guang via GHPR485
2024-10-18 djms/Sx/Cm/ for external references; from Domen Puncer...
2024-10-18 jsgdrm/i915/hdcp: fix connector refcounting
2024-10-18 jsgdrm/amd/display: Check null pointer before dereferencing se
2024-10-18 jsgdrm/amd/display: Revert "Check HDCP returned status"
2024-10-18 jsgdrm/amd/display: Remove a redundant check in authentica...
2024-10-17 jsgdrm/crtc: fix uninitialized variable use even harder
2024-10-17 dlguse rw_status instead of interpreting RWL_OWNER to...
next