summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-21Add support for XBox One gamecontroller, including report descriptor.Thomas Frohwein
2022-03-21Make sure that the string generated by pretty_key_id() is always properlyClaudio Jeker
2022-03-21Adjust to renaming of F_CTL_ACTIVE/F_PREF_ACTIVE to F_CTL_ACTIVE/F_PREF_BESTClaudio Jeker
2022-03-21Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correctClaudio Jeker
2022-03-21Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutexAlexander Bluhm
2022-03-21Remove unused files which serve no purpose in OpenBSD; with and ok jsg@Miod Vallat
2022-03-21Remove unused files which serve no purpose in OpenBSD; with and ok jsg@Miod Vallat
2022-03-21Remove data dependency barrier from atomic_load_* functionsVisa Hankala
2022-03-21default the conffile variable to the default file name instead of NULL.David Gwynne
2022-03-21call in_pcbselsrc from rip_output so route sourceaddr can take effect.David Gwynne
2022-03-21treat 255.255.255.255 like an mcast address in in_pcbselsrc.David Gwynne
2022-03-21No point in calling scsi_link_shutdown() if link->pool is NULL.Kenneth R Westerback
2022-03-20setusercontext: only call setrtable(2) if "rtable" set explicitly.Todd C. Miller
2022-03-20Include sys/mutex.h from netinet/in_pcb.h. Struct mutex will beAlexander Bluhm
2022-03-20Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().Joel Sing
2022-03-20Always check if softraid0 is NULL before dereferencing it.Kenneth R Westerback
2022-03-20Introduce an alternative mechanism for wifi drivers to communicateStefan Sperling
2022-03-20Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans.Stefan Sperling
2022-03-20syncStuart Henderson
2022-03-20don't leak argument list; bz3404, reported by Balu GajjalaDamien Miller
2022-03-20make addargs() and replacearg() a little more robust and improve errorDamien Miller
2022-03-20Make background scans pick up APs on 2GHz channels while in 11ac mode.Stefan Sperling
2022-03-20Enable interrupt moderation, targeting around 20k interrupts per second.Jonathan Matthew
2022-03-19Remove three useless tests filesTheo Buehler
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()Joel Sing
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.Joel Sing
2022-03-19Rewrite ascii/text to ASN.1 object conversion.Joel Sing
2022-03-19remove unused Pp;Jason McIntyre
2022-03-19Add another invalid separator test case.Joel Sing
2022-03-19Fix wrongly implemented check for 5GHz access point RSSI threshold.Stefan Sperling
2022-03-19Give 11n and 11ac networks a higher score during SSID selection.Stefan Sperling
2022-03-19Fix wrong logic in a check in iwm_vht_single_rate_control() to matchStefan Sperling
2022-03-19Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.Stefan Sperling
2022-03-19Remove the paragraph about 802.11ac from CAVEATS in the iwm(4) man page.Stefan Sperling
2022-03-19Do not define RA_DEBUG; pointed out by miod@Stefan Sperling
2022-03-19backout r1.86 "login class routing table should be honored when doingStuart Henderson
2022-03-19Add initial 802.11ac support to the iwm(4) driver.Stefan Sperling
2022-03-19Add 11ac/VHT Tx rate adaptation support to net80211.Stefan Sperling
2022-03-19mark injection fault test as okay to fail, since this case no longerMarc Espie
2022-03-18add list of apple machines from arm64.htmlJonathan Gray
2022-03-18Simplify SSL_do_handshake().Joel Sing
2022-03-18Rewrite legacy DTLS unexpected handshake message handling.Joel Sing
2022-03-18Cleanup reference counting. Remove #ifdef DIAGNOSTIC to keep theAlexander Bluhm
2022-03-18Use the refcnt API with struct plimit.Visa Hankala
2022-03-18regenMiod Vallat
2022-03-18Add bwfm chips to sdmmcdevs in order to get symbolic constants for them.Miod Vallat
2022-03-18Don't bother generating (unused) CIS overrides.Miod Vallat
2022-03-18add crossrefs to the other port module documentation to port-modules(5)Stuart Henderson
2022-03-18don't try to resolve ListenAddress directives in the sshd re-execDamien Miller
2022-03-18remove blank lineDamien Miller