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