Age | Commit message (Expand) | Author |
2022-08-22 | Simplify locking by using an intermediate lock variable. | Martin Pieuchot |
2022-08-22 | Use rwlock per inpcb table to protect notify list. The notify | Alexander Bluhm |
2022-08-22 | An RSC's EE cert mustn't have a SIA extension | Theo Buehler |
2022-08-22 | log connect, TLS and bind errors more prominently | Jonathan Matthew |
2022-08-22 | remove locore.s bzero and use libkern bzero on i386 | Jonathan Gray |
2022-08-22 | remove extern for cpu var removed in 2015 | Jonathan Gray |
2022-08-22 | remove cpu var from i386; removed from amd64 in 2015 | Jonathan Gray |
2022-08-22 | Move PRU_ACCEPT request to (*pru_accept)(). | Vitaliy Makkoveev |
2022-08-22 | remove extra newlines from log messages | Jonathan Matthew |
2022-08-22 | use Ic for all config options, and Xr ypldap 8 instead of Nm when talking | Jonathan Matthew |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-08-21 | Only grab netlock in igmp and mdl6 fast timer when necessary. There | Alexander Bluhm |
2022-08-21 | Move PRU_CONNECT request to (*pru_connect)() handler. | Vitaliy Makkoveev |
2022-08-21 | Revise regress now that SSL_QUIC_METHOD exists. | Joel Sing |
2022-08-21 | Provide the remaining QUIC API. | Joel Sing |
2022-08-21 | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | Joel Sing |
2022-08-21 | Provide SSL_QUIC_METHOD. | Joel Sing |
2022-08-21 | Provide and use QUIC specific error reasons. | Joel Sing |
2022-08-21 | Ensure that SSL_{peek,read,write}() are not called if QUIC is in use. | Joel Sing |
2022-08-21 | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | Joel Sing |
2022-08-21 | Move PRU_LISTEN request to (*pru_listen)() handler. | Vitaliy Makkoveev |
2022-08-21 | Add initial installboot(8) tests | Klemens Nanni |
2022-08-21 | Change soabort() return value to void. We never interesting on it. | Vitaliy Makkoveev |
2022-08-21 | Remove ip_local() and ip6_local(). After moving the IPv4 fragment | Alexander Bluhm |
2022-08-21 | prevent buffer overflow in OF_getpropint64array() | Jasper Lievisse Adriaanse |
2022-08-21 | Introduce a mutex per inpcb to serialize access to socket receive | Alexander Bluhm |
2022-08-21 | fix indent and zap trailing whitespace | Theo Buehler |
2022-08-21 | A couple of minor changes for rtl8192eu: | Kevin Lo |
2022-08-21 | regen | Daniel Dickman |
2022-08-21 | improve some Transmeta pci device names | Daniel Dickman |
2022-08-21 | update a few German airports; from Thomas Wager | Daniel Dickman |
2022-08-20 | Move PRU_BIND request to (*pru_bind)() handler. | Vitaliy Makkoveev |
2022-08-20 | drop detection code for Cyrix CPUs older than the Cyrix M2 | Daniel Dickman |
2022-08-20 | zap a tab | Theo Buehler |
2022-08-20 | remove Cyrix 486DLC register defines from amd64 | Daniel Dickman |
2022-08-20 | Test EVP_chacha20_poly1305() (linking statically for now) | Joel Sing |
2022-08-20 | Provide EVP_chacha20_poly1305() | Joel Sing |
2022-08-20 | Remove bogus length checks from EVP_aead_chacha20_poly1305() | Joel Sing |
2022-08-20 | Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20(). | Joel Sing |
2022-08-20 | Rewrite i2c_ASN1_INTEGER() using CBB/CBS. | Joel Sing |
2022-08-20 | Make it possible to signal an error from an i2c_* function. | Joel Sing |
2022-08-20 | Add #define for RTLD_NOLOAD missed in last ld.so commit. | Theo Buehler |
2022-08-20 | document RTLD_NOLOAD, from FreeBSD via guenther@ | Stuart Henderson |
2022-08-20 | add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@ | Stuart Henderson |
2022-08-20 | Support RTLD_NOLOAD in ld.so. From guenther@. OK jca@ guenther@ | Stuart Henderson |
2022-08-20 | Restore the exemption from start/size checks that OpenBSD (A6) | Kenneth R Westerback |
2022-08-20 | Unhook vmd for i386 | Klemens Nanni |
2022-08-20 | Add an empty pkcs12_local.h and include it where it will soon be needed. | Theo Buehler |
2022-08-20 | Align description of -g and -u with mount_tmpfs.8 | Theo Buehler |
2022-08-20 | -k and -K are mutually exclusive, make usage match manual | Klemens Nanni |