summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22Fix whitespace.Alexander Bluhm
2022-03-22Nuke increasingly pointless comment. Shorten a line andKenneth R Westerback
2022-03-22Polish the bits that copy the firmware in place on Apple systems a bit more.Mark Kettenis
2022-03-22Adjust test after the change to TAILQ in struct prefix.Claudio Jeker
2022-03-22Switch from a LIST to TAILQ for the structure to store prefixes on aClaudio Jeker
2022-03-22Copy the FDT into a larger buffer such that we have space to add additionalMark Kettenis
2022-03-22After copying the FDT into a new larger buffer, adjust the FDT size toMark Kettenis
2022-03-22Make sure kernel longjmp always returns 1 rather than what turns out to beMiod Vallat
2022-03-22Fix wrong comment in sendsig(), and remove unused dumpframe()Miod Vallat
2022-03-22Do not bother initializing a0 with a special value in setregs, that's aMiod Vallat
2022-03-22Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtualMiod Vallat
2022-03-22Do not pretend there exist MD code for byte swapping yet provide copiesMiod Vallat
2022-03-21For multicast and broadcast packets udp_input() traverses the loopAlexander Bluhm
2022-03-21Reduce dmesg spam by nor printing the "Apple" firmware name.Mark Kettenis
2022-03-21Fix whitespace. Wrap long lines. Adjust outdated comment.Alexander Bluhm
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-21Remove the active prefix cache in struct rib_entry. I need the spaceClaudio Jeker
2022-03-21Prevent crash of unprivileged engine process (pledged stdio).Florian Obser
2022-03-21Display the supported media list in a similar way to the other drivers,Miod Vallat
2022-03-21Update hw.power whenever we refresh the AC state. This makes sure the stateMark Kettenis
2022-03-21Adjust how RIB are reloaded when their flags (esp. no evaluate) changes.Claudio Jeker
2022-03-21Whitespace tweaks.Kenneth R Westerback
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