summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-19fix vertical spacing in previousKlemens Nanni
2022-11-19mips64, loongson, octeon: switch to clockintrScott Soule Cheloha
2022-11-19riscv64: switch to clockintrScott Soule Cheloha
2022-11-19Decrease netlock pressure in pppx(4).Vitaliy Makkoveev
2022-11-19Push kernel lock into pru_control() aka. in6_control() / in_control()Klemens Nanni
2022-11-19Prettify expired rules printingKlemens Nanni
2022-11-19Fix comment describing BN_mod_sqrt()Theo Buehler
2022-11-19Rework pkey_dsa_sign() and pkey_dsa_verify()Theo Buehler
2022-11-19Rework DSA_sign() and DSA_verify()Theo Buehler
2022-11-19Add O: to the getopt string for newfs in mount_mfs mode, allowing it toStuart Henderson
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-11-19whitespaceTheo Buehler
2022-11-19Fix whitespaceTheo Buehler
2022-11-19Unindent and check some pointers explicitly against NULLTheo Buehler
2022-11-19Remove HMAC PRIVATE KEY supportTheo Buehler
2022-11-18Check os for NULL before dereferencing itTheo Buehler
2022-11-18In channel_request_remote_forwarding the parameters for permission_set_addMoritz Buhl
2022-11-18Add four new SI prefixes.Florian Obser
2022-11-18Revert my last two changes.Moritz Buhl
2022-11-18zap a stray semicolonTheo Buehler
2022-11-18Improve "once" bitsKlemens Nanni
2022-11-18Include bytestring.h directly rather than pulling it in via asn1_locl.hTheo Buehler
2022-11-18Wire up HMAC to raw private key methodsTheo Buehler
2022-11-18Write number of bytes read/written and "?" prompt to stdout, not stderr.Todd C. Miller
2022-11-18Change the pkey.ptr from char * to void *Theo Buehler
2022-11-18Move skiplist to main and merge with shortlist.Theo Buehler
2022-11-18zap errant space in usage();Jason McIntyre
2022-11-18Add aspa-set config test.Claudio Jeker
2022-11-18Add plumbing for ASPA support. This implements the parser and part of theClaudio Jeker
2022-11-18group -> fieldTheo Buehler
2022-11-18polynominal -> polynomialTheo Buehler
2022-11-18cope with new getaddrinfo() error messageAnton Lindqvist
2022-11-18syncTheo de Raadt
2022-11-18mips64 code calls uvm_map_protect() directly, so needs to adapt:Theo de Raadt
2022-11-18new manual page BN_GF2m_add(3)Ingo Schwarze
2022-11-17With regret, place mutexes after struct vm_map fields which are inspectedTheo de Raadt
2022-11-17Avoid a few unnecessary contortionsTheo Buehler
2022-11-17Use a fixed-size array for the message and simplify a few other curlyTheo Buehler
2022-11-17Schedule cleanup of '-r' now useless getopt optionJob Snijders
2022-11-17Add shortlist functionality, a compagnion to the skiplistJob Snijders
2022-11-17Add initial Wycheproof EdDSA test coverageTheo Buehler
2022-11-17Add a regression test for curve25519.c r1.14Theo Buehler
2022-11-17Prevent Ed25519 signature malleabilityTheo Buehler
2022-11-17stack growth from setrlimit was never updated to set UVM_ET_STACK onTheo de Raadt
2022-11-17style(9) fix. No functional change.Vitaliy Makkoveev
2022-11-17Restrict what getaddrinfo(3) is willing to try to resolve.Florian Obser
2022-11-17Add apple-boot firmware for Apple arm64 machines in fw_update(8) patterns.Tobias Heider
2022-11-17add .gnu.warning.SYMBOL support to ld.lld(1) to display the warnings inRobert Nagy
2022-11-17whitespace fixes. no functional change.David Gwynne
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt