summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-08group the SO_PEERCRED text more logically and mark it read only;Jason McIntyre
2021-10-08Fix typo s/excepts/expects/sdk
2021-10-08Revert my previous commit to ieee80211_node.c (CVS commit Hne35XgzezGa9zmv).Stefan Sperling
2021-10-08curproc can't be NULL here. So simplify code accordingly.Claudio Jeker
2021-10-08Add tags for command aliasesKlemens Nanni
2021-10-07honor objdirAnton Lindqvist
2021-10-07Print the name of the symbol that can't be resolved when usingJoshua Stein
2021-10-07remove quirks for ALC887 because they were only causing trouble on myRobert Nagy
2021-10-07Use correct index variable.Mark Kettenis
2021-10-07Remove unused TLB routines.Visa Hankala
2021-10-07Make sure BGPsec router certs don't have a SIAJob Snijders
2021-10-07Remove struct members that were used by the R4000 EoP workaround.Visa Hankala
2021-10-07Use tabs instead of spaces.Visa Hankala
2021-10-07Remove a stale comment.Visa Hankala
2021-10-07Send a probe request to our new AP when we are about to roam to it.Stefan Sperling
2021-10-07Call normalize_dn() on the newly added namespace so that later comparesClaudio Jeker
2021-10-07Change host() error check to the more simple for of != 1.Claudio Jeker
2021-10-07Clarify error messageJob Snijders
2021-10-07Replace the ugly openssl11 hack for the missing ASN1_time_parse() andClaudio Jeker
2021-10-07Remove the assertion that `curproc' must be SONPROC if found on the sleepqueue.Martin Pieuchot
2021-10-07Rework X509 verification a bit. Remove the store and instead pass inClaudio Jeker
2021-10-07Add x509_get_expire() to extract the not-after time from a certificateClaudio Jeker
2021-10-07mktime() may not properly set errno on error. Just use errx() instead.Claudio Jeker
2021-10-07trapsignal() can be called without KERNEL_LOCK, adjust code accordingly.Claudio Jeker
2021-10-07Make our old BSSID available to iwm_newstate() when roaming.Stefan Sperling
2021-10-07Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.Nicholas Marriott
2021-10-07Handle splitw -I correctly when used from an attached client, GitHubNicholas Marriott
2021-10-07drm/i915/request: fix early tracepointsJonathan Gray