summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-04-16Add PT_GNU_PROPERTY define.Mark Kettenis
2023-04-16vmd(8): correct comment in vioraw, cleanup formatting.Dave Voutila
2023-04-16vmd(8): clean up fd closing in vmm process.Dave Voutila
2023-04-16Add support for the PCIe controller found on M2 Pro/Max SoCs. While theMark Kettenis
2023-04-16Shuffle ext_cmp() and ext_list_free() up a bitTheo Buehler
2023-04-16Remove unnecessary prototypes in the middle of the codeTheo Buehler
2023-04-16Use more usual version of inlined nitems(). No binary change.Theo Buehler
2023-04-16Fix comment formatting and grammar, drop usless and outdated commentTheo Buehler
2023-04-16Remove now empty/unused ext_dat.hTheo Buehler
2023-04-16Merge ext_dat.h back into x509_lib.cTheo Buehler
2023-04-16Too many ACPI implementations advertise serial ports that aren't actuallyMark Kettenis
2023-04-16Add no-op implementations of the WSDISPLAYIO_GVIDEO and WSDISPLAYIO_SVIDEOMark Kettenis
2023-04-16Make enabling the BTI feature a per-pmap thing by storing the ATTR_GP bitMark Kettenis
2023-04-16Clear BTYPE bits when setting up a signal handler and when handling aMark Kettenis
2023-04-16Mark X9.31 BN API for removalTheo Buehler
2023-04-16The BN reciprocal API will also become internal-onlyTheo Buehler
2023-04-16Various BN*init() will be removed from the public APITheo Buehler
2023-04-16Mark public bn_nist and ec_nist API for removalTheo Buehler
2023-04-16Mark EC_KEY_{get,insert}_method_data() for removalTheo Buehler
2023-04-16Mark TS_VERIFY_CTX_init() for removalTheo Buehler
2023-04-16Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)Theo Buehler
2023-04-16Mark remaining policy tree public API for removalTheo Buehler
2023-04-16Annotate policy tree STACK_OF() goo for removal from public APITheo Buehler
2023-04-16The policy tree types become internal ony. Annotate them.Theo Buehler
2023-04-16Cipher text stealing will go away. Mark it for removal.Theo Buehler
2023-04-16Mark proxy policy API for removal in upcoming bumpTheo Buehler
2023-04-16Remove the now unused ex_pcpathlen from the X509 structTheo Buehler
2023-04-16More ProxyCertInfo tentacles go to the atticTheo Buehler
2023-04-16The lowest performance level state for the E-cores on the M2 Pro/Max isMark Kettenis
2023-04-16Remove some dead code from the new verifierTheo Buehler
2023-04-16Drop support for the ProxyCertInfo extensionTheo Buehler
2023-04-16Make pcy_int.h pull in x509_local.h it will need it soonTheo Buehler
2023-04-16Add /etc/mixerctl.conf to changelist(5).Antoine Jacoutot
2023-04-16call default db_ktrap() with tf_err, not 0 for exception error codeJonathan Gray
2023-04-16Handle T_CP traps from userland by generating SIGILL, withPhilip Guenther
2023-04-16Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP()Philip Guenther