summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-25endbr64 is potentially neccessary in the syscall stubs.Theo de Raadt
2023-04-25Add missing endbr64 instructions as required. Verified as neccessary withTheo de Raadt
2023-04-25placing .align after the function start is crazy. other things are ensuringTheo de Raadt
2023-04-25prof_state_toggle: keep a count of CPUs with profiling enabledScott Soule Cheloha
2023-04-25addupc_intr: support adding multiple profiling ticks at onceScott Soule Cheloha
2023-04-24Future users of libcrypto will also have to do without strong extranetTheo Buehler
2023-04-24Mark NETSCAPE_CERT_SEQUENCE for removalTheo Buehler
2023-04-24Mark the NDEF API for removalTheo Buehler
2023-04-24Since ENTRY() already inserts a BTI instructions so don't add another one.Mark Kettenis
2023-04-24If the two mfts in mft_compare() are the same do not prefer theClaudio Jeker
2023-04-24Replace the only two uses of disklabel template files with 'echo "/ *"'.Kenneth R Westerback
2023-04-24Free and calloc() the tlsext_build_order and remember its lengthTheo Buehler
2023-04-24vmm(4): allow guests to enable and use supervisor IBT.Dave Voutila
2023-04-24Remove recursive spl grabbing in vfs_bio.cBob Beck
2023-04-24add default tmux config; ok sthenKlemens Nanni
2023-04-24Change variables 'MRFSDISKTYPE' to 'MRDISKTYPE' like every other arch.Kenneth R Westerback
2023-04-24Fix sk_is_sorted to tread 0 and 1 element lists as sorted.Bob Beck
2023-04-24Use TLSEXT_TYPE_alpn instead of the stupid long oneTheo Buehler
2023-04-24Change variable 'DISKTYPE' to 'FSDISKTYPE' like every other arch.Kenneth R Westerback
2023-04-24Enable MSI if the node contains an msi-map, like we already do in pciecam(4).Patrick Wildt
2023-04-24Missing the optional default config is not an errorKlemens Nanni
2023-04-24Update qcpon(4) compatibles to match on qcom,pmk8350-pon, which is the updatedPatrick Wildt
2023-04-24"ls rogue" needs root; OK ajaKlemens Nanni
2023-04-24Add '-s' option to simply display the number of bytes available for the rdrootKenneth R Westerback
2023-04-24Hoist privilege checks furtherKlemens Nanni
2023-04-24gtk-update-icon-cache moved from being a gtk+3 subpackage to a gtk+4 one.Antoine Jacoutot
2023-04-24Enable branch target control flow enforcement on arm64.Mark Kettenis
2023-04-24Abuse the wxallowed flag to decide whether we should enforce branch targetMark Kettenis
2023-04-24Don't check `so_sp' within sofree(). The following isspliced() andVitaliy Makkoveev
2023-04-24Add initial support for Atlantic 2 hardware. Atlantic 2 hasJonathan Matthew
2023-04-24Toggle IBT off during amd64 hibernate before dropping to real mode.Dave Voutila
2023-04-24do a cache lookup as well in case a full pathname is passed to dlopenRobert Nagy
2023-04-24Sort X.509 error reasons, use next available error value, and alignJob Snijders
2023-04-24Revert 1.32Job Snijders
2023-04-24handle fixed-link configuration in the device tree.David Gwynne
2023-04-24actually xr to iosf this time.David Gwynne
2023-04-23Adjust some printfs in the attach code path to make more sense,Jonathan Matthew
2023-04-23Prepare for adding Atlantic 2 support by renaming functions and definesJonathan Matthew
2023-04-23Replace X509v3_get_ext_count() with X509_get_ext_count()Job Snijders
2023-04-23In the case of V1 certs, the extension count should be exactly 0Job Snijders
2023-04-23If extensions are encountered on a X.509 V1 cert, mark as invalidJob Snijders
2023-04-23Add compliance checks for the X.509 version fieldJob Snijders
2023-04-23Don't create IBT .plt if there are no PLT entries. Cherry picked fromMark Kettenis
2023-04-23syncTheo de Raadt
2023-04-23Fix the client test and the tlsext test to work with randomizedTheo Buehler
2023-04-23Randomize the order of TLS extensionsTheo Buehler
2023-04-23cope with more s/XCR0/XFEATURE renamesAnton Lindqvist
2023-04-23Man page update for EVP_sha512_224() and EVP_sha512_256()Job Snijders
2023-04-23Link c2sp test to buildTheo Buehler
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt