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