summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.Theo Buehler
2021-11-23temporarily disable test unless this is fixedMarc Espie
2021-11-23nameserver->name server, as the rest of the file does;Jason McIntyre
2021-11-23syncTheo de Raadt
2021-11-23Fix mbuf leaks after reception error in rge_rxeof().Kevin Lo
2021-11-23A weird little test which can expose buggy return value conditions in poll()Theo de Raadt
2021-11-23limit a variable to the scope inside #ifdef where it is usedTheo de Raadt
2021-11-23avoid clang -Wsometimes-uninitialized warnings in fms(4)Jonathan Gray
2021-11-22use ISC license for ubcmtpJoshua Stein
2021-11-22MOBIKE is RFC 4555.Tobias Heider
2021-11-22Enable iicmux(4) and pcyrtc(4).Mark Kettenis
2021-11-22pcyrtc(4)Mark Kettenis
2021-11-22Add pcyrtc(4), a driver for the NXP PCF85063A/TP RTC chips.Mark Kettenis
2021-11-22Remove unused header files and make some cosmetic changes.Mark Kettenis
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-11-22Fix typoJob Snijders
2021-11-22Hack alert! Apple M1 systems still don't work with an MP kernel.Mark Kettenis
2021-11-22Add regress test for futexes in shared anonymous memory.Mark Kettenis
2021-11-22Revert poll(2) back to the original implementationVisa Hankala
2021-11-22new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)Ingo Schwarze
2021-11-22Translate POLLNVAL in ppollcollect()Visa Hankala
2021-11-22Let futex_wait() run without kernel lockVisa Hankala
2021-11-22avoid uninitialised variable use in igc(4)Jonathan Gray
2021-11-22new manual page a2d_ASN1_OBJECT(3);Ingo Schwarze
2021-11-22Copy code from ip_forward() to ip6_forward() to fix Path MTU discoveryAlexander Bluhm
2021-11-22move PFR_TFLAG_CONST test, missed in rev 1.138Jonathan Gray
2021-11-22vmm(4): copyout guest state on VM_EXIT_NONEDave Voutila
2021-11-22document ASN1_OBJECT_create(3)Ingo Schwarze
2021-11-22M_USB -> M_USBHCMarcus Glocker
2021-11-22Drop the old problematic claim multiple report ids logic now that allAnton Lindqvist
2021-11-22Add missing claim multiple report ids conditionals to uhidev drivers.Anton Lindqvist
2021-11-22explain about the new defaults for PKGNAME-subMarc Espie
2021-11-22gc parts that reference "describe"Marc Espie
2021-11-22Make iwx(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Make iwm(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Let iwx(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-22In iwx(4), fix off-by-one errors during TID value bounds checks.Stefan Sperling
2021-11-22Fix iwx(4) Tx ring array size which was one entry too short.Stefan Sperling
2021-11-22Let iwm(4) resume directly in DVACT_WAKEUP instead of running the init task.Stefan Sperling
2021-11-22Align memory allocation for USB device drivers and USB HC drivers:Marcus Glocker
2021-11-22acme-client: use BIO_number_written(bio) instead of bio->num_write.Theo Buehler
2021-11-22avoid clang -Wsometimes-uninitialized warning with SMALL_KERNELJonathan Gray
2021-11-21improve legibility of structs in several manpagesJan Klemkow
2021-11-21correct the vnd-on-vnd dev_t test, and avoid leaking a cred in anTheo de Raadt
2021-11-21syncTheo de Raadt
2021-11-21sort SEE ALSO;Jason McIntyre
2021-11-21Add 'ikectl show certinfo' to show trusted CAs and certificates.Tobias Heider
2021-11-21Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.Theo Buehler
2021-11-21Mention iicmux(4).Mark Kettenis
2021-11-21Prepare ssltest for opaque DHTheo Buehler