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