Age | Commit message (Expand) | Author |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-10-13 | Fix regress test after changing the way bgpsec pubkeys are shown and processed. | Claudio Jeker |
2021-10-12 | Relax test regex, read or write error is possible. | Alexander Bluhm |
2021-10-12 | Remove misleading uvm reference counting that isn't actually used. | Mark Kettenis |
2021-10-12 | Introduce a dummy uvm_obj_destroy() interface. This function will be | Mark Kettenis |
2021-10-12 | Add (minimal) accounting for wired pages in userland pmaps. | Mark Kettenis |
2021-10-12 | make armv7 fit again after bootblock growth; discussed with jsg | Theo de Raadt |
2021-10-12 | Emit SKI in the JSON output and improve flow in x509_get_pubkey() | Job Snijders |
2021-10-12 | Do not extend PT_DYNAMIC segment on mips64 | Visa Hankala |
2021-10-12 | iwm(4): revert to use firmware v17 on Intel AC 7265. | Landry Breuil |
2021-10-12 | Make our old BSSID available to iwx_newstate_task() when roaming. | Stefan Sperling |
2021-10-12 | Explicitly stop iwx(4) Rx block ack when roaming between access points. | Stefan Sperling |
2021-10-12 | Remove code which was needed to support old firmware images from iwx(4). | Stefan Sperling |
2021-10-12 | Change responder to prefer DH group from KE payload. | Tobias Heider |
2021-10-12 | Make sure all copies of MSCHAPv2 passphrase are zeroed after use. | Tobias Heider |
2021-10-12 | do the matching as a last resort to handle .libs | Marc Espie |
2021-10-12 | Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault. | Martin Pieuchot |
2021-10-12 | Revert the fix for the deadlock between uvn_io() and uvn_flush(). | Martin Pieuchot |
2021-10-12 | quote sudo and handle arguments | Anton Lindqvist |
2021-10-11 | Fold bgpsec cert & traditional certs into same test | Job Snijders |
2021-10-11 | Improve BGpsec regress test | Job Snijders |
2021-10-11 | Add support for BGPsec Router Certificates (RFC 8209) | Job Snijders |
2021-10-11 | base64_encode() should not add any newlines into the output. Because | Claudio Jeker |
2021-10-11 | does not need arpa/nameser.h | Theo de Raadt |
2021-10-11 | avoid arpa/nameser.h by improving the inet_pton/gethostbyaddr code to | Theo de Raadt |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-11 | iwm(4) supports 40MHz channels now. Update man page CAVEATS accordingly. | Stefan Sperling |
2021-10-11 | Add support for 802.11n 40MHz channels to the iwm(4) driver. | Stefan Sperling |
2021-10-11 | Monitor 20/40 MHz channel width changes in beacons sent by our access point | Stefan Sperling |
2021-10-11 | Add support for 40MHz channels to net80211 RA. | Stefan Sperling |
2021-10-11 | quote sudo and handle arguments | Anton Lindqvist |
2021-10-11 | Invoke ${SUDO} before env(1) and not the other way around. Otherwise, | Anton Lindqvist |
2021-10-11 | Replace poor man's synchronization primitive (i.e. sleep) with a | Anton Lindqvist |
2021-10-10 | Remove unused variable | Job Snijders |
2021-10-10 | Make style consistent and remove an unused code path | Job Snijders |
2021-10-10 | Don't advertise MSI support if we don't have an MSI interrupt controller. | Mark Kettenis |
2021-10-10 | Only check whether we have an MSI interrupt controller when we try to | Mark Kettenis |
2021-10-10 | Apparently it is possible for firmware to indicate that SMCCC_VERSION is | Mark Kettenis |
2021-10-10 | head(1): validate all line count arguments | Scott Soule Cheloha |
2021-10-10 | No need to assign dl.d_nsectors to disk.dk_sectors twice. | Kenneth R Westerback |
2021-10-09 | In ksh(1) emacs search-history mode, emitting a NUL character causes | Alexander Hall |
2021-10-09 | delete unneccessary arpa/nameser.h includes | Theo de Raadt |
2021-10-09 | Merge upstream bug fixes | Tobias Stoeckmann |
2021-10-09 | placing the same vnd underneath a vnd (with VNDIOCSET) is a lock violation, | Theo de Raadt |
2021-10-09 | Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions | Darren Tucker |
2021-10-09 | No need to enable bus mastering, it's already done for us. | Jonathan Matthew |
2021-10-09 | grow media for additional firmwares | Theo de Raadt |
2021-10-08 | remove extra .El; | Jason McIntyre |