summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-07drm/amdgpu: correct initial cp_hqd_quantum for gfx9Jonathan Gray
2021-10-07drm/amd/display: Pass PCI deviceid into DCJonathan Gray
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
2021-10-06Remove Ruby 2.6 mentionsJeremy Evans
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-10-06syncTheo de Raadt
2021-10-06we now pass that testMarc Espie
2021-10-06fix for the XXX-warning warning... have the test be a bit more specificMarc Espie
2021-10-06Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.Stefan Sperling
2021-10-06Make sure iwm(4) uses the HT frame format only for data frames.Stefan Sperling
2021-10-06Add openbsd,dma-constraint property to /chosen node on armv7Visa Hankala
2021-10-06GCC 4.2.1 does not support nullptr, use traditional NULL.Alexander Bluhm
2021-10-06Do not reset cursor to default if it has never been changed, fixesNicholas Marriott
2021-10-06X509_STORE_CTX_init() allows the store to be NULL on init. Add checksClaudio Jeker
2021-10-06Remove autoconfprivacy deprecation warning.Florian Obser
2021-10-06use libc SHA256 functions; make this work when compiled !WITH_OPENSSLDamien Miller