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