summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-05Print statistics on stderr to be able to redirect bt(5) script output.Martin Pieuchot
2024-02-05Move route_cache() declaration from net/route.h to netinet/in.h.Kenji Aoyama
2024-02-05Add a bunch of IANA/IETF MIBs that are (partially) supported by OpenBSD.Martijn van Duren
2024-02-05Add a 1ms delay before starting the MHI channels. This is a hack; we'reMark Kettenis
2024-02-05Cope with recent ctype.h prefix changes.Anton Lindqvist
2024-02-04More missing voidTheo Buehler
2024-02-04Of course libssl also has a few missing voidTheo Buehler
2024-02-04Tweak codepatch_control_flow():Philip Guenther
2024-02-04Add a DMA constraint for the x13s. Some brilliant person at QualcommMark Kettenis
2024-02-04Fix cases where the size of the complete firmware file is used instead ofMark Kettenis
2024-02-04Add minimal support for GNU_PROPERTYTheo de Raadt
2024-02-04Remove dead code and fix null deref if vm is not found.Dave Voutila
2024-02-04Prevent null pointer deref is vm isn't found.Dave Voutila
2024-02-04Initialize result in vioblk notification handler.Dave Voutila
2024-02-04Reverse calloc args.Dave Voutila
2024-02-04Zap a useless comment followed by a stray semicolonTheo Buehler
2024-02-04Fix asn1_integer_null_data_test()Theo Buehler
2024-02-04Adapt base libstdc++ to the new ctype.h definesJeremie Courreges-Anglas
2024-02-04Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...Jeremie Courreges-Anglas
2024-02-04Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefixJeremie Courreges-Anglas
2024-02-04Split X509_get_ext_count() out of for loop againTheo Buehler
2024-02-04Use x509_get_time() to get the Manifest thisUpdate / nextUpdateJob Snijders
2024-02-03Rework socket buffers locking for shared netlock.Vitaliy Makkoveev
2024-02-03Add tap(4) read events after rx virtqueue notification.Dave Voutila
2024-02-03missing "s" after apostrophe;Jason McIntyre
2024-02-03Try to fetch the board variant from the device tree on platforms that haveMark Kettenis
2024-02-03Rework the exit path of tls13_handshake_recv_action()Theo Buehler
2024-02-03Remove Softdep.Bob Beck
2024-02-03Stop spamming syslog when the network does something silly.Florian Obser
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYTheo Buehler
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()Theo Buehler
2024-02-03Add new amd64-only sysctl machdep.retpoline which says whether the cpuTheo de Raadt
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-02-03leave the command for mbox delivery unsetOmar Polo
2024-02-03document that when an alternate delivery user is provided in aOmar Polo
2024-02-03Fix X509_get_ext_count() usageTheo Buehler
2024-02-03Refactor handling of stale manifestsJob Snijders
2024-02-03proc_parser_mft: simplify logic slightlyTheo Buehler
2024-02-03On OpenBSD we always want IBT-compatible PLT entries. Currently we useMark Kettenis
2024-02-03Implement Multiple Message MSI support on arm64. As on amd64 this isMark Kettenis
2024-02-03implement qwx_tx()Stefan Sperling
2024-02-03not enough bits for L1 cache size to be >= 1MJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03return early if malloc fails to avoid use after freeJonathan Gray
2024-02-03fix off-by-one in bounds testJonathan Gray
2024-02-03correct buffer size argument to snprintf in print_proto()Jonathan Gray
2024-02-03fix vmd vioblk fd closing bounds testJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03add missing fatal() call in rde_peer_send_rrefresh()Jonathan Gray
2024-02-02when an alternate delivery user is provided in a dispatcher, do not processGilles Chehade