summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),Theo de Raadt
2021-12-13Only generate a new xid on state change.Florian Obser
2021-12-13Revise EVFILT_EXCEPT filtersVisa Hankala
2021-12-13Prevent kevent(2) use of EVFILT_EXCEPT with FIFOs and pipesVisa Hankala
2021-12-13nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated().Alexander Bluhm
2021-12-13Catch integer overflow rather than silently truncating whileIngo Schwarze
2021-12-13Handle multi-port controllers in uslcom(4)Visa Hankala
2021-12-13new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)Ingo Schwarze
2021-12-13Let dnsproc pass multiple addresses to netprocJeremie Courreges-Anglas
2021-12-13Treat xid as a uint32_t in network byte order on the wire.Florian Obser
2021-12-13Replace struct member assignment with struct assignment to make theFlorian Obser
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2018-08-21Check the FPU environment of user land processes after exec and theAlexander Bluhm
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.Nicholas Marriott
2021-12-12remove unused variable to fix build with llvm 13Jonathan Gray
2021-12-12Annotate the structs that will be moved to hmac_local.h and evp_locl.hTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-12Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingsTheo Buehler
2021-12-12Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.Theo Buehler
2021-12-12Add header guards to evp_locl.h.Theo Buehler
2021-12-12Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
2021-12-12Convert req.c to compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-12Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.Theo Buehler
2021-12-12Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.Theo Buehler
2021-12-12A few more simplifications using get0_pubkey instead of get_pubkey + free.Theo Buehler
2021-12-12Simplify x509.c slightly by using X509_get0_pubkey() instead ofTheo Buehler
2021-12-12Make x509.c compile with opaque EVP_PKEY.Theo Buehler
2021-12-12Use correct spelling of NULLTheo Buehler
2021-12-12Make ts.c compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-12document the ub_* constantsIngo Schwarze
2021-12-12typoIngo Schwarze
2021-12-12New manual page providing a rudimentary description of BIO_new_NDEF(3).Ingo Schwarze
2021-12-12Rewrite X509_ALGOR_set_md() without reaching into EVP_MD.Theo Buehler
2021-12-12Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
2021-12-12Use vnode parameter instead of vfinddev() in mfs_strategy()Visa Hankala
2021-12-12Add vnode parameter to VOP_STRATEGY()Visa Hankala
2021-12-11Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)Ingo Schwarze
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2021-12-11Merge the deletion of <ctype.h>, which isn't used here,Ingo Schwarze
2021-12-11Change compatible string to something that makes more sense.Mark Kettenis
2021-12-11remove unused variable to fix build with llvm 13; ok jca@Christian Weisgerber
2021-12-11Start the default OpenBSD partition either immediately followingKenneth R Westerback
2021-12-11Add support for interrupts represented by ACPI PCI Interrupt Link Devices.Mark Kettenis
2021-12-11Thanks to the reverse engineering efforts by Hector Martin, we now knowMark Kettenis
2021-12-11Attach apldart(4) early.Mark Kettenis
2021-12-11document STABLE_NO_MASK and STABLE_FLAGS_MALLOC,Ingo Schwarze
2021-12-11two more "the the" fixes;Jason McIntyre
2021-12-11Protect the write access to the TDB flags field with a mutex perAlexander Bluhm
2021-12-11doubled word; from Leon FischerTheo Buehler
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala