summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-10-14In ec_asn1_group2curve() rename ok to ret, per usualTheo Buehler
2024-10-14remove unneeded vmparam.h include from pte.hJonathan Gray
2024-10-14Fix build w/o SUSPEND optionJan Klemkow
2024-10-14remove unneeded device.h includeJonathan Gray
2024-10-14remove unused struct sigstate; ok miod@Jonathan Gray
2024-10-14remove duplicate includes and license; feedback and ok miod@Jonathan Gray
2024-10-14remove notes about unsupported modifiers; from nir lichtmanJason McIntyre
2024-10-14regress support for split sshd-auth binaryDamien Miller
2024-10-14sshd-auth also has a relink kitTheo de Raadt
2024-10-14syncTheo de Raadt
2024-10-14change mutex.h include to rwlock.hJonathan Gray
2024-10-14Split per-connection sshd-session binaryDamien Miller
2024-10-14remove unneeded proc.h includeJonathan Gray
2024-10-13don't start the ObscureKeystrokeTiming mitigations if there has beenDamien Miller
2024-10-13byt -> but; ok tb@Jonathan Gray
2024-10-13include stdio.h for sscanf() snprintf()Jonathan Gray
2024-10-13remove unneeded timeout.h includeJonathan Gray
2024-10-13remove unneeded limits.h and errno.h includesJonathan Gray
2024-10-13Be more eager to install qcpas firmware (more pattern matches)Theo de Raadt
2024-10-12Make fw_update -a mean allAndrew Fresh
2024-10-12remove unneeded rwlock.h includeJonathan Gray
2024-10-12remove unneeded time.h includeJonathan Gray
2024-10-12remove unneeded percpu.h includeJonathan Gray
2024-10-12Exercise the EC parameters code a bit moreTheo Buehler
2024-10-12remove blank line;Jason McIntyre
2024-10-12remove duplicate misc.h includeJonathan Gray
2024-10-12Call realpath on the source file to match -f on the command line, GitHubNicholas Marriott
2024-10-12Do not rename a buffer to itself, GitHub issue 4181.Nicholas Marriott
2024-10-12remove duplicate unistd.h includeJonathan Gray
2024-10-12introduce a new build class to be used by the build userRobert Nagy
2024-10-12remove vmparam.h includeJonathan Gray
2024-10-12Remove unnecessary str variable in ssl_stat.cTheo Buehler
2024-10-11Use a and b for the curve coefficientsTheo Buehler
2024-10-11Clean up ec_asn1_group2fieldid()Theo Buehler
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()Theo Buehler