Age | Commit message (Expand) | Author |
2021-03-26 | Flag sensors as invalid on bogus reads | kn |
2021-03-26 | Push kernel lock within rtable_add(9) and rework it to return 0 in the | mvs |
2021-03-26 | Push kernel lock down to rt_setsource() to make `ifa' dereference safe. | mvs |
2021-03-26 | Add test-sig-algs-renegotiation-resumption.py | Theo Buehler |
2021-03-26 | Initialize error variable in dtread(). | Alexander Bluhm |
2021-03-26 | Only install route with label, fix route leak on destroy | kn |
2021-03-26 | inspect all the packets to see if they are dhcp, not just the first one | Theo de Raadt |
2021-03-26 | Simplify argument parsing of vmctl stop | Theo Buehler |
2021-03-26 | Compare filepath with strcmp() and not strcasecmp(). The URI in RPKI are | Claudio Jeker |
2021-03-26 | Invert the 'R' indicator which seems rather unintuitive at the moment, | Mark Lumsden |
2021-03-26 | Sort header files and wrap long lines in x509.c | Kinichiro Inoguchi |
2021-03-26 | Remove parenthesis around return value to reduce the diff with NetBSD. | Martin Pieuchot |
2021-03-26 | Add 'get-environment-variable', in a fashion: | Mark Lumsden |
2021-03-26 | Fix wrong sequence number wrap in ieee80211_recv_auth(). | Stefan Sperling |
2021-03-26 | Rewrite poll loop a bit. Put the various message queues into an array | Claudio Jeker |
2021-03-26 | Change the regex for define names. Make more characters available. | Mark Lumsden |
2021-03-26 | regen | jan |
2021-03-26 | Add PCI ID for Intel X710 10G SFP+ NIC | jan |
2021-03-26 | regen | jan |
2021-03-26 | Add missing PCI ID for Intel X710 SFP+ NIC | jan |
2021-03-26 | Change two more bool counters to pointer NULL checks. | Mark Lumsden |
2021-03-26 | Resync the supported hardware list with armv7.html, suggested by, | Darren Tucker |
2021-03-25 | Permit kern.somaxconn when the unix pledge is used. Previously this was only | Aaron Bieber |
2021-03-25 | Log ioctl failures | kn |
2021-03-25 | Move the expression list create item code into a single function. | Mark Lumsden |
2021-03-25 | mail(1) cares about whitespace | Theo de Raadt |
2021-03-25 | Add an (exit) method. | Mark Lumsden |
2021-03-25 | User a pointer's value (!NULL) instead of a boolean to indicate some | Mark Lumsden |
2021-03-25 | an invalid value of `mcs' may come from the hardware so adjust code so that the | Ricardo Mestre |
2021-03-25 | Use length of line to indicate end of characters to process in | Mark Lumsden |
2021-03-25 | Adjust HTTP client code a bit. Add support for 304 Not Modified responses, | Claudio Jeker |
2021-03-25 | Provide apm(4/arm64) with battery information | kn |
2021-03-25 | Adjust base64_decode() to just take a base64 string as input instead of | Claudio Jeker |
2021-03-25 | Avoid mangled output in BIO_debug_callback | Theo Buehler |
2021-03-25 | remove uneeded includes in md armv7 files | Jonathan Gray |
2021-03-25 | Sync correct ROUNDUP() from net/route.c | tobhe |
2021-03-24 | The server only sends a cookie during a HRR, not a SH | Theo Buehler |
2021-03-24 | test HEAD requests, from niklas@ | Sebastian Benoit |
2021-03-24 | Responses to HEAD requests must not have a message body (even though they have | Sebastian Benoit |
2021-03-24 | Update regress for new_cipher rename. | Joel Sing |
2021-03-24 | Add mouse.tp.tapping example. | Ulf Brosziewski |
2021-03-24 | sync | Stuart Henderson |
2021-03-24 | remove vendor name (Dell) repeated in product name | Stuart Henderson |
2021-03-24 | Rename new_cipher to cipher. | Joel Sing |
2021-03-24 | Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data. | Joel Sing |
2021-03-24 | Improve the tap detection mechanism. | Ulf Brosziewski |
2021-03-24 | cd9660, mfs: do not hide generic vop functions behind #define | Sebastien Marie |
2021-03-24 | make some `struct vops' members explicitly NULL instead of implicitly NULL | Sebastien Marie |
2021-03-24 | More timespec conversions. Less 'seconds' arithmetic. | Kenneth R Westerback |
2021-03-24 | The logic in mmrw() to check whether an address is within direct | Alexander Bluhm |