summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17Tweak indent and use named registers.Joel Sing
2023-04-17In parse_prefix and parse_addr only touch the addr if the functions isClaudio Jeker
2023-04-17Hook sha3 up to build.Joel Sing
2023-04-17Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.cJoel Sing
2023-04-17Passing argv as tripple indirect pointer to match_token() is just strange.Claudio Jeker
2023-04-17Rework how communities are parsed. Use tha fact that argv and argc areClaudio Jeker
2023-04-17fix a few dobeep_msgs() calls: a space is already added between the argumentsOmar Polo
2023-04-17add doindent() prototype at the start of the file; forgotten in previousOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2023-04-17Use C99 initializers for the default_pctx and mark it static constTheo Buehler
2023-04-17Add basic flowspec regress test.Claudio Jeker
2023-04-17Implement a basic API to work with flowspec NLRI.Claudio Jeker
2023-04-17Add missing const qualifiers to the v3_* externsTheo Buehler
2023-04-17Fix whitespace in DHparam_print_fp()Theo Buehler
2023-04-17Remove now unused dh_prn.cTheo Buehler
2023-04-17Drop dh_prn.cTheo Buehler
2023-04-17Move DHparam_print_fp() next to DHparam_print()Theo Buehler
2023-04-17remove bad Pp;Jason McIntyre
2023-04-17fix a macro and tweak punctuation;Jason McIntyre
2023-04-17drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()Jonathan Gray
2023-04-17drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLORJonathan Gray
2023-04-17drm/i915/dp_mst: Fix payload removal during output disablingJonathan Gray
2023-04-17drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Jonathan Gray
2023-04-17drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetJonathan Gray
2023-04-17drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeJonathan Gray
2023-04-17drm/amd/display: Clear MST topology if it fails to resumeJonathan Gray
2023-04-17drm/i915: fix race condition UAF in i915_perf_add_config_ioctlJonathan Gray
2023-04-17drm/i915: Fix context runtime accountingJonathan Gray
2023-04-17fix double wordJonathan Gray
2023-04-17Oops, ramdisk case should be -fcf-protection=noneTheo de Raadt
2023-04-17Enable Indirect Branch Tracking (IBT) for the kernelJonathan Gray
2023-04-17For future userland IBT, the sigcode needs to start with a endbr64.Theo de Raadt
2023-04-17The bootblocks are 32-bit binaries which use the ENTRY() macros which nowTheo de Raadt
2023-04-17IDTVEC_NOALIGN() was the incorrect way to create a label in two places,Theo de Raadt
2023-04-17Add endbr64 instructions to most of the ENTRY() macros.Theo de Raadt
2023-04-16compile regular kernels with -fcf-protection=branch, and ramdisks withTheo de Raadt
2023-04-16Fix previous: add a missing andTheo Buehler
2023-04-16clockintr: add shadow copy of running clock interrupt to clockintr_queueScott Soule Cheloha
2023-04-16if (actually... when) the compiler is flipped to do BTI/ENDBR by default,Theo de Raadt
2023-04-16Dump (leak) info using utrace(2) and compile the code always inOtto Moerbeek
2023-04-16Add a -u label option to print selected utrace records, used by upcomingOtto Moerbeek
2023-04-16Garbage collect the now unused obfuscating macro string_stack_free()Theo Buehler
2023-04-16Inline the three uses of string_stack_free()Theo Buehler
2023-04-16Remove the now unused vpm_int.hTheo Buehler
2023-04-16x509_vfy.c and x509_vpm.c don't need vpm_int.h anymoreTheo Buehler
2023-04-16Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.hTheo Buehler
2023-04-16Fix (and simplify) link speed reporting.Mark Kettenis
2023-04-16Provide EVP methods for SHA3 224/256/384/512.Joel Sing
2023-04-16Provide EVP methods for SHA512/224 and SHA512/256.Joel Sing
2023-04-16Bounds check mdlen that is passed to sha3_init().Joel Sing