summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-16unbreak test: cannot access shell positional parameters past $9 withoutDamien Miller
2023-01-16export PGK_VALUE so that .S files can use itTheo de Raadt
2023-01-163 new defines: he PTE protection key mask, the specific key value we useTheo de Raadt
2023-01-15adapt to ed25519 changes in src/usr.bin/sshDamien Miller
2023-01-15update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122)Damien Miller
2023-01-15gost: add missing BN_CTX_{start,end}() pairTheo Buehler
2023-01-15restore strscpy() paths to reduce diff to linuxJonathan Gray
2023-01-15fix text error; from jan staryJason McIntyre
2023-01-15syncTheo de Raadt
2023-01-14Change suspend idle loop from WFE to WFI. This avoids spurious wakeupsMark Kettenis
2023-01-14Assign (stereo) channel numbers based on "sound-name-prefix" properties.Mark Kettenis
2023-01-14Only open /dev/vmm once in vmd(8).Dave Voutila
2023-01-14Replace comparisons/assignments to '3' with equivalent comparisons to RAW_PARTKenneth R Westerback
2023-01-14syncTheo de Raadt
2023-01-14Add support for "enhanced descriptor" mode found on some variants of theMark Kettenis
2023-01-14Move constants out of text segment into rodata to prepare for xonly supportTheo de Raadt
2023-01-14Update the list of architectures where clang will accept theTheo de Raadt
2023-01-14Allow people to try --execute-only on amd64 and sparc64. the default isTheo de Raadt
2023-01-14Remove unused Elliptic Curve code.Joel Sing
2023-01-14Rewrite BN_CTX.Joel Sing
2023-01-14Greatly simplify bn_expand_internal().Joel Sing
2023-01-14Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.Joel Sing
2023-01-14regenMark Kettenis
2023-01-14Create /dev/efi on amd64 and arm64.Mark Kettenis
2023-01-14Implement access to EFI variables and ESRT through an ioctl(2) interfaceMark Kettenis
2023-01-14Shell syntax fix. From ren mingshuai vi github PR#369.Darren Tucker
2012-10-13import OpenSSL-1.0.1cDamien Miller
2023-01-14Instead of skipping the all-tokens test if we don't have OpenSSL (sinceDarren Tucker
2023-01-14Add missing void to function definitionTheo Buehler
2023-01-14add protection-key violation error code for page-fault exceptionsJonathan Gray
2023-01-14recognise protection keys for supervisor-mode (PKS) in cpuidJonathan Gray
2023-01-14sync cr4 and xcr0 bits with intel dec 2022 sdmJonathan Gray
2023-01-14use the notice from 4.4BSD-LiteJonathan Gray
2023-01-14sysctl(2): KERN_CPUSTATS: zero struct cpustats before copyoutScott Soule Cheloha
2023-01-13Since the signal trampoline is now execute-only we no longer write itMark Kettenis
2023-01-13syncTheo de Raadt
2023-01-13Drop PICCY_SET() and RODATA() macros now that libc no longer needs them.Miod Vallat
2023-01-13Move all data from .text section to .rodata, and update the code toMiod Vallat
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-13put man page in the right placeTheo de Raadt
2023-01-13Use extended header format for .wav files.Alexandre Ratchov
2023-01-13Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRINGTheo Buehler
2023-01-13Fix a couple of auto allocation corner cases.Kenneth R Westerback
2023-01-13Retake kernel lock in error paths of vmmioctl.Dave Voutila
2023-01-13Add aspa-set to openbgpd config output.Claudio Jeker
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2023-01-13fix double phrase in previous;Jason McIntyre