Age | Commit message (Expand) | Author |
2022-03-22 | Fix whitespace. | Alexander Bluhm |
2022-03-22 | Nuke increasingly pointless comment. Shorten a line and | Kenneth R Westerback |
2022-03-22 | Polish the bits that copy the firmware in place on Apple systems a bit more. | Mark Kettenis |
2022-03-22 | Adjust test after the change to TAILQ in struct prefix. | Claudio Jeker |
2022-03-22 | Switch from a LIST to TAILQ for the structure to store prefixes on a | Claudio Jeker |
2022-03-22 | Copy the FDT into a larger buffer such that we have space to add additional | Mark Kettenis |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |
2022-03-22 | Fix wrong comment in sendsig(), and remove unused dumpframe() | Miod Vallat |
2022-03-22 | Do not bother initializing a0 with a special value in setregs, that's a | Miod Vallat |
2022-03-22 | Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtual | Miod Vallat |
2022-03-22 | Do not pretend there exist MD code for byte swapping yet provide copies | Miod Vallat |
2022-03-21 | For multicast and broadcast packets udp_input() traverses the loop | Alexander Bluhm |
2022-03-21 | Reduce dmesg spam by nor printing the "Apple" firmware name. | Mark Kettenis |
2022-03-21 | Fix whitespace. Wrap long lines. Adjust outdated comment. | Alexander Bluhm |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-21 | Remove the active prefix cache in struct rib_entry. I need the space | Claudio Jeker |
2022-03-21 | Prevent crash of unprivileged engine process (pledged stdio). | Florian Obser |
2022-03-21 | Display the supported media list in a similar way to the other drivers, | Miod Vallat |
2022-03-21 | Update hw.power whenever we refresh the AC state. This makes sure the state | Mark Kettenis |
2022-03-21 | Adjust how RIB are reloaded when their flags (esp. no evaluate) changes. | Claudio Jeker |
2022-03-21 | Whitespace tweaks. | Kenneth R Westerback |
2022-03-21 | Add support for XBox One gamecontroller, including report descriptor. | Thomas Frohwein |
2022-03-21 | Make sure that the string generated by pretty_key_id() is always properly | Claudio Jeker |
2022-03-21 | Adjust to renaming of F_CTL_ACTIVE/F_PREF_ACTIVE to F_CTL_ACTIVE/F_PREF_BEST | Claudio Jeker |
2022-03-21 | Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correct | Claudio Jeker |
2022-03-21 | Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex | Alexander Bluhm |
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat |
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat |
2022-03-21 | Remove data dependency barrier from atomic_load_* functions | Visa Hankala |
2022-03-21 | default the conffile variable to the default file name instead of NULL. | David Gwynne |
2022-03-21 | call in_pcbselsrc from rip_output so route sourceaddr can take effect. | David Gwynne |
2022-03-21 | treat 255.255.255.255 like an mcast address in in_pcbselsrc. | David Gwynne |
2022-03-21 | No point in calling scsi_link_shutdown() if link->pool is NULL. | Kenneth R Westerback |
2022-03-20 | setusercontext: only call setrtable(2) if "rtable" set explicitly. | Todd C. Miller |
2022-03-20 | Include sys/mutex.h from netinet/in_pcb.h. Struct mutex will be | Alexander Bluhm |
2022-03-20 | Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT(). | Joel Sing |
2022-03-20 | Always check if softraid0 is NULL before dereferencing it. | Kenneth R Westerback |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |
2022-03-20 | Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans. | Stefan Sperling |
2022-03-20 | sync | Stuart Henderson |
2022-03-20 | don't leak argument list; bz3404, reported by Balu Gajjala | Damien Miller |
2022-03-20 | make addargs() and replacearg() a little more robust and improve error | Damien Miller |
2022-03-20 | Make background scans pick up APs on 2GHz channels while in 11ac mode. | Stefan Sperling |
2022-03-20 | Enable interrupt moderation, targeting around 20k interrupts per second. | Jonathan Matthew |
2022-03-19 | Remove three useless tests files | Theo Buehler |
2022-03-19 | Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj() | Joel Sing |
2022-03-19 | Revise regress for ascii/text to ASN.1 object conversion rewrite. | Joel Sing |
2022-03-19 | Rewrite ascii/text to ASN.1 object conversion. | Joel Sing |
2022-03-19 | remove unused Pp; | Jason McIntyre |