summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-17drm/crtc: fix uninitialized variable use even harderJonathan Gray
2024-10-17use rw_status instead of interpreting RWL_OWNER to see if a lock is busy.David Gwynne
2024-10-17Add pinctrl support.Mark Kettenis
2024-10-17Switch pane-colors and cursor-style options to be in alphabetical order,Nicholas Marriott
2024-10-17Allow attributes in menu style, from Japin Li in GitHub issue 4194.Nicholas Marriott
2024-10-17Remove a lot of #include stanzas which used to be required by code found inMiod Vallat
2024-10-17create_tempfile: pass pointer to full pathname to strlcat()Todd C. Miller
2024-10-17Split ec_asn1_parameters2group() into digestible piecesTheo Buehler
2024-10-17Provide crypto_cpu_caps_init() as a CPU capability detection entry point.Joel Sing
2024-10-17Remove run once code from OPENSSL_cpuid_setup().Joel Sing
2024-10-17Shortcut cursig when called during sleep setup.Claudio Jeker
2024-10-17regenDavid Gwynne
2024-10-17Kingston SNV2S nvme deviceDavid Gwynne
2024-10-17regenDavid Gwynne
2024-10-17ampere altra pci portsDavid Gwynne
2024-10-17libssl: rework cert signature security levelTheo Buehler
2024-10-17remove unneeded task.h include, missed in rev 1.67Jonathan Gray
2024-10-17include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"Jonathan Gray
2024-10-17remove unneeded if_wg.h and pfsync.h includesJonathan Gray
2024-10-17use <machine/asm.h> not "machine/asm.h", for consistencyJonathan Gray
2024-10-17remove unneeded includesJonathan Gray
2024-10-16EC ASN.1: add reminder that the simple method might also want testingTheo Buehler
2024-10-16Implement Wei25519 to exercise some more elliptic curve codeTheo Buehler
2024-10-16a.out is no longer the commonly encountered binary file format, the world hasMiod Vallat
2024-10-16Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instructionMiod Vallat
2024-10-16Deliver SIGTRAP, rather than SIGEMT, for trap instructions which are neitherMiod Vallat
2024-10-16cut tun_init() out, it does pointless work.David Gwynne
2024-10-16remove SIOCSIFDSTADDR from the network ioctls.David Gwynne
2024-10-16rpki-client: sprinkle some constTheo Buehler
2024-10-16remove unneeded frame.h and riscvreg.h includesJonathan Gray
2024-10-15rpki-client/openssl: eliminate pointless OpenSSL deprecation vomitTheo Buehler
2024-10-15rust-openssl: set resolver="2" for workspaceTheo Buehler
2024-10-15Unindent error check in EC_GROUP_set_generator()Theo Buehler
2024-10-15Enable sig-stop3 regress test. It should no longer fail now.Claudio Jeker
2022-10-20Provide a harness driving rust-openssl's regress testsTheo Buehler
2024-10-15Add PS_STOPPED to the flagsClaudio Jeker
2024-10-15Indicate that a process has stopped by setting PS_STOPPED flagClaudio Jeker
2024-10-15Fix runtime calculation. Assiging ts to spc_runtime does not work if tsClaudio Jeker
2024-10-15Use pr instead of p->p_p like everywhere else in exit1.Claudio Jeker
2024-10-15remove unneeded pte.h includeJonathan Gray
2024-10-15Switch ec_asn1_group2parameters() to get0_{order,cofactor}()Theo Buehler
2024-10-15Provide EC_GROUP_get0_cofactor() for internal useTheo Buehler
2024-10-15remove struct arpreq from net/if_arp.hJonathan Gray
2024-10-15grow i386 media a bitTheo de Raadt
2024-10-14mention SshdAuthPath option; ok djm@Christian Weisgerber
2024-10-14Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182.Nicholas Marriott
2024-10-14Make NULL checks in ec_asn1_group2curve() explicitTheo Buehler
2024-10-14Extend ec_asn1_test to check for correct curve coefficient encodingTheo Buehler
2024-10-14Fix field element encoding for elliptic curve coefficientsTheo Buehler
2024-10-14Drop an obvious comment and fix indent for setting the seedTheo Buehler