summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-28Treat tabs as a word separator, from Alexander Arch in GitHub issueNicholas Marriott
2024-10-28Fix issues in the command prompt: set PROMPT_QUOTENEXT after quotingNicholas Marriott
2024-10-27remove unused MSQID defines; ok mpi@ miod@Jonathan Gray
2024-10-27Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9).Martin Pieuchot
2024-10-27d2i_ECParameters: clean up entry and exitTheo Buehler
2024-10-27d2i_ECParameters: rename a to out_ec_keyTheo Buehler
2024-10-27d2i_ECParameters: rename ret to ec_keyTheo Buehler
2024-10-27i2d_ECParameters: rename a to ec_keyTheo Buehler
2024-10-27To prepare to add ixv(4), update the mailbox functionalities of ixbgeYASUOKA Masahiko
2024-10-27explicitly include endian.hDamien Miller
2024-10-27fix ML-KEM768x25519 KEX on big-endian systems;Damien Miller
2024-10-26{d2i,i2d}_ECParameters() also want a bit of exercisingTheo Buehler
2024-10-26d2i_ECPrivateKey: move the version setting where it belongsTheo Buehler
2024-10-26d2i_ECPrivateKey: minor cleanup for entry and exit pathTheo Buehler
2024-10-26a and ret aren't great names for EC_KEYsTheo Buehler
2024-10-26Mechanically rename priv_key to ec_privatekeyTheo Buehler
2024-10-26ec_asn1_test: play some silly games to cover a few more code pathsTheo Buehler
2024-10-26Add regress coverage for ec_print.cTheo Buehler
2024-10-26remove unneeded forward struct declarationsJonathan Gray
2024-10-26remove TTMASK define, unused since csrg rev 7.2Jonathan Gray
2024-10-25mlkem768x25519-sha256 has been promoted to default key exchangeChristian Weisgerber
2024-10-25remove unused cdev_fb_init() defineJonathan Gray
2024-10-25Unlock timeout_sysctl(). `tostat' timeout(9) statistics is alreadyVitaliy Makkoveev
2024-10-25Allow tabs even on terminals without UTF-8, reported by jmc.Nicholas Marriott
2024-10-25Cosmetic tweak to make point2oct and oct2point more symmetricTheo Buehler
2024-10-25Allow control characters to be entered at the command prompt prefixedNicholas Marriott
2024-10-25Do not attempt to search for zero length strings, from Alexander Arch inNicholas Marriott
2024-10-25Do not stop stop at first padding in format_grid_line and handle tabs.Nicholas Marriott
2024-10-25Flag tabs if possible in the grid cell so they can be preserved onNicholas Marriott
2024-10-25Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-25Add a helper function for cell data comparison, from Alexander Arch.Nicholas Marriott
2024-10-25Use macros describing the intent rather than #if 0Theo Buehler
2024-10-25remove unneeded dst__opensslrsa_init() prototypeJonathan Gray
2024-10-25remove unneeded typedefs; ok florian@Jonathan Gray
2024-10-25Add support for performing a sysupgrade from a path. This is convenientTheo de Raadt
2024-10-25promote mlkem768x25519-sha256 to be the default key exchange;Damien Miller
2024-10-25ec_asn1: make two helpers staticTheo Buehler
2024-10-25Minor cosmetic tweaks for EC_GROUP_set_seed()Theo Buehler
2024-10-25ec_asn1: fix some NULL misspellingsTheo Buehler
2024-10-25Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey()Theo Buehler
2024-10-24remove unneeded timeout.h include, missed in rev 1.15Jonathan Gray
2024-10-24Map ucom unit number to cuaU number using the sameKenneth R Westerback
2024-10-24Fix argument names: des_in -> der_in and des_out -> der_outTheo Buehler
2024-10-24Attach psp(4) version 1.Alexander Bluhm
2024-10-24Change macppc's ci_idepth from -1 to 0 when no interruptsGeorge Koehler
2024-10-24Stop leaking kernel stack guard pages.Mark Kettenis
2024-10-24Adjust ldapclient prototype to prevent an "argument of type 'int[2]' withClaudio Jeker
2024-10-24remove unused T_BITS define; ok miod@Jonathan Gray
2024-10-24Add missing error check for CBB_init_fixed()Theo Buehler
2024-10-24Add a ci_intrdepth field to struct cpu_info for sh, and use it to implementMiod Vallat