summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-20With filesystem having many cylinder groups and many inodes per cg theOtto Moerbeek
2020-06-20make zeroing fb mem conditional matching linux pathJonathan Gray
2020-06-19Break a glass ceiling on cwnd due to integer division during congestionRichard Procter
2020-06-19VM_MAXUSER_ADDRESS needs to be page-aligned.Mark Kettenis
2020-06-19Fix calculation of the year.Mark Kettenis
2020-06-19Not quite correct implementations of copystr(9) and kcopy(9).Mark Kettenis
2020-06-19Enable lucky 13 test.Theo Buehler
2020-06-19We inherited the constant time CBC padding removal from BoringSSL, butTheo Buehler
2020-06-19First stab at implementing system calls.Mark Kettenis
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundMark Kettenis
2020-06-19Whitespace.Kenneth R Westerback
2020-06-19Set %r13 with a pointer to our per-CPU info struct when setting up aMark Kettenis
2020-06-19mark the functions documented in des_read_pw(3) as deprecatedIngo Schwarze
2020-06-19fold the TSC value in fewer operations, same result; ok deraadt@Christian Weisgerber
2020-06-19Whitespace. Two short lines to one line.Kenneth R Westerback
2020-06-19document X509_get0_pubkey_bitstr(3),Ingo Schwarze
2020-06-19document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)Ingo Schwarze
2020-06-19Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1Ingo Schwarze
2020-06-19Make iwx(4) reset Tx byte count table slots for frames that are done.Stefan Sperling
2020-06-19Add WPA2 (CCMP) crypto offload support to iwx(4).Stefan Sperling
2020-06-19reduce the diff to linuxJonathan Gray
2020-06-19stoeplitz_to_key takes a void * now.David Gwynne
2020-06-19let stoeplitz_to_key take a void * argument instead of uint8_t *.David Gwynne
2020-06-19Correct synopsis and usage for the options accepted when passing a commandDarren Tucker
2020-06-19Test that ssh-agent exits when running as as subprocess of a specifiedDarren Tucker
2020-06-19run sshsig unit testsDamien Miller
2020-06-19basic unit test for sshsig.[ch], including FIDO keysDamien Miller
2020-06-19basic unit test for FIDO kep parsingDamien Miller
2020-06-19backout pipe change, it crashes some archTheo de Raadt
2020-06-19syncTheo de Raadt
2020-06-18check public host key matches private; ok markus@ (as part ofDamien Miller
2020-06-18avoid spurious "Unable to load host key" message when sshd can load aDamien Miller
2020-06-18pass the mbuf with the data separately to the one with the pkthdr to mtap.David Gwynne
2020-06-18add $OpenBSD$ tagsDavid Gwynne
2020-06-18extend the bpf_hdr struct to include some metadata if available.David Gwynne
2020-06-18AST handling.Mark Kettenis
2020-06-18Cache kernel SLB entries in per-CPU struct and restore them uponMark Kettenis
2020-06-18- tweak pcamux.4 textJason McIntyre
2020-06-18Fix handling of short EAP-MSCHAP messages.tobhe
2020-06-18pcamux(4)Mark Kettenis
2020-06-18Add pcamux(4), a driver for the PCA8548 I2C switch.Mark Kettenis
2020-06-18BCM5719 A1 seen in the wild.Mark Kettenis
2020-06-18uint8_t is a discrete, not a continuous type,Ingo Schwarze
2020-06-18Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit.Martin Pieuchot
2020-06-18Many of these functions have several arguments, and some argumentsIngo Schwarze
2020-06-18basic macro cleanup, and reword two phrases about closed intervalsIngo Schwarze
2020-06-18Combine and replace duplicated code in pipex(4) and pppx(4) by new functionsmvs
2020-06-18Compare `so' and `sosp' types just after `sosp' obtaining. We can't splicemvs
2020-06-18Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip*Theo Buehler
2020-06-18avoid -Wpointer-compare warning which broke build with clang 10Jonathan Gray