Age | Commit message (Expand) | Author |
2021-05-10 | Merge documentation for EC_POINT_{get,set}_coordinates and | Theo Buehler |
2021-05-10 | Revert previous, it introduced a regression with breakpoints in gdb. | Martin Pieuchot |
2021-05-10 | libexpat major bump to 13.0 | Alexander Bluhm |
2021-05-10 | Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix | Alexander Bluhm |
2021-05-10 | Add ld.script for macppc kernel, ofwboot | gkoehler |
2021-05-10 | Replace some magic numbers with #define's. Rename GPT_get_gpt() to | Kenneth R Westerback |
2021-05-10 | sync | Theo Buehler |
2021-05-10 | give libtls the same bump as libssl | Theo Buehler |
2021-05-10 | bump libssl major after struct visibility changes and symbol addition | Theo Buehler |
2021-05-10 | bump libcrypto minor after symbol addition | Theo Buehler |
2021-05-10 | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | Theo Buehler |
2021-05-10 | Provide SSL_SESSION_get0_cipher(3) | Theo Buehler |
2021-05-10 | Provide SSL_CTX_get_ssl_method(3) | Theo Buehler |
2021-05-10 | Provide SSL_CIPHER_find(3) | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-05-10 | To add keep-alive support the read handler got changed a lot. Now when | Claudio Jeker |
2021-05-10 | remove serial number (used during development to observe file rewrites) | Theo de Raadt |
2021-05-10 | sigfillsiz is int, not long; ok kettenis | Theo de Raadt |
2021-05-10 | Extend eval_all test a little bit. | Claudio Jeker |
2021-05-10 | Better way to detect the double new lines the API issues from time to time. | Claudio Jeker |
2021-05-10 | Let iwm(4) flush Tx queues before removing the firmware station and | Stefan Sperling |
2021-05-10 | Refactor softraid crypto code to allow use of a discipline-specific data | Stefan Sperling |
2021-05-10 | reduce exception.S diff to FreeBSD | Jonathan Gray |
2021-05-10 | Pull the logic to get the "lock" for TLB shooting into | Philip Guenther |
2021-05-09 | fpu_valid_opcode() did not correctly handle 16 bit fp instructions | Jonathan Gray |
2021-05-09 | Change offsets to (N * 8) to reduce chance of register clobber and mistakes. | Dale Rahn |
2021-05-09 | Add draft-ietf-sidrops-rpki-rsc OID | job |
2021-05-09 | Some x86 machines advertise the "hardware reduced" ACPI feature, advertise | Mark Kettenis |
2021-05-09 | Add subtest for EPRT command in ftpd regression test | jan |
2021-05-09 | Prepare to provide EVP_Digest{Sign,Verify} | Theo Buehler |
2021-05-09 | Add subtest for SIZE command in ftpd regression tests | jan |
2021-05-09 | Add subtest for RNFR and RNTO in ftpd regression tests | jan |
2021-05-09 | Garbage collect sz in mft_parse_filehash() which has been unused | Theo Buehler |
2021-05-09 | two whitespace tweaks | Theo Buehler |
2021-05-09 | Remove unnecessary NULL check that breaks the build with OpenSSL 1.1. | Theo Buehler |
2021-05-09 | return type on a different line and use (void) instead of () | Jonathan Gray |
2021-05-09 | fix indentation | Jonathan Gray |
2021-05-08 | adapt ruslan@freebsd's disasm to our world, and replace the incomplete decoder. | Theo de Raadt |
2021-05-08 | similar to ruslan@freebsd's work, use https://github.com/riscv/riscv-opcodes | Theo de Raadt |
2021-05-08 | Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a. | Kenneth R Westerback |
2021-05-08 | Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a. | Kenneth R Westerback |
2021-05-08 | Perhaps the syntax '((' and '()' will be valid one day, but not at the | Mark Lumsden |
2021-05-08 | Revert previous commit. | Martijn van Duren |
2021-05-08 | stop parsing if a digit is found as first character of an expression. | Mark Lumsden |
2021-05-08 | In the C locale make codepoints > 0x7f return EILSEQ, since these aren't | Martijn van Duren |
2021-05-08 | Fix a race in the kqueue-read test. If the writer thread managed to fill | anton |
2021-05-08 | kernel setjmp saves 14 registers, not 13. ddb continue now works. | Theo de Raadt |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | Kenneth R Westerback |