Age | Commit message (Expand) | Author |
2021-07-09 | Parse /soc/dma-ranges to populate the openbsd,dma-constraint property. | Patrick Wildt |
2021-07-09 | Use SLIST macro for cryptosoft sessions instead of hand rolled list. | Alexander Bluhm |
2021-07-09 | Fix mixup between localKeyID and friendlyName. | Theo Buehler |
2021-07-09 | KNF: remove whitespace between functions and parentheses | Theo Buehler |
2021-07-09 | new manual page for X509_keyid_set1(3), X509_keyid_get0(3), | Ingo Schwarze |
2021-07-09 | Switch iwm(4) to new firmware images available in iwm-firmware-20210512. | Stefan Sperling |
2021-07-09 | Print new iwm(4) firmware version numbers like Linux iwlwifi does it. | Stefan Sperling |
2021-07-09 | remove unused lines of code from iwm(4) which were specific to iwx(4) devices | Stefan Sperling |
2021-07-09 | Fix errors in the probe request template we provide to iwm(4) firmware. | Stefan Sperling |
2021-07-09 | Do not ask iwm(4) firmware to send probe requests on passive channels. | Stefan Sperling |
2021-07-09 | Make iwm(4) set various scan command flags just like how iwlwifi sets them. | Stefan Sperling |
2021-07-09 | Fix iwm(4) PHY context updates for newer firmware versions. | Stefan Sperling |
2021-07-09 | Make iwm(4) use only antenna B for single-antenna Tx on 9k devices. | Stefan Sperling |
2021-07-09 | Clear the "persistence bit" on iwm(4) 9k devices during hardware init. | Stefan Sperling |
2021-07-09 | Ignore undocumented TLVs found in the iwm(4) 9000-43 firmware image. | Stefan Sperling |
2021-07-09 | Reset sc_ucode_api flags before iwm(4) loads firmware. | Stefan Sperling |
2021-07-09 | Simplify code supporting the new iwm(4) time quota firmware command. | Stefan Sperling |
2021-07-09 | silence redundant error message; reported by Fabian Stelzer | Damien Miller |
2021-07-09 | ifq_hdatalen can return 0 if ifq_empty is true, which avoids locks. | David Gwynne |
2021-07-08 | whitespace fixes, no code change. | Mike Larkin |
2021-07-08 | fix the hibernate io path. | David Gwynne |
2021-07-08 | Avoid a potential buffer overflow in backslash escaping. | Todd C. Miller |
2021-07-08 | The xformsw array never changes. Declare struct xformsw constant | Alexander Bluhm |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2021-07-08 | In recent libz update, tb@ overzealously attempted codesize reduction with | Theo de Raadt |
2021-07-08 | typo: hibenate -> hibernate | Theo Buehler |
2021-07-08 | sync | Theo de Raadt |
2021-07-08 | Support MCC update response used by newer iwm(4) firmware, and verify | Stefan Sperling |
2021-07-08 | Initialize `ipsec_acquire_pool' pool (9) within pfkey_init() instead of | mvs |
2021-07-08 | Debug printfs in encdebug were inconsistent, some missing newlines | Alexander Bluhm |
2021-07-08 | Remove the code to store intermediary vnodes in the unveil list. | Claudio Jeker |
2021-07-08 | Attach imxiomuxc(4) to i.MX8MP as well. | Patrick Wildt |
2021-07-08 | revert drm_mm to our previous drm 5.7.y version | Jonathan Gray |
2021-07-08 | document X509_add1_reject_object(3) and X509_reject_clear(3) | Ingo Schwarze |
2021-07-08 | add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3) | Ingo Schwarze |
2021-07-08 | Fix mouse_word format now word-separators has no space and position of | Nicholas Marriott |
2021-07-08 | The properties of the crypto algorithms never change. Declare them | Alexander Bluhm |
2021-07-08 | csplit(1): Fix extraneous output in edge case | Todd C. Miller |
2021-07-08 | Back out support for newer MCC update commands in iwm(4) for now. | Stefan Sperling |
2021-07-07 | Rework TX handling to be more similar and comparable to our other modern | Patrick Wildt |
2021-07-07 | When the list of free RX descriptors fills up completely, the consumed | Patrick Wildt |
2021-07-07 | tell ether_input() to call pf_test() outside of smr_read sections, | Alexandr Nedvedicky |
2021-07-07 | pfsync_undefer() must be called outside of PF_LOCK | Alexandr Nedvedicky |
2021-07-07 | Fix whitespaces in IPsec code. | Alexander Bluhm |
2021-07-07 | dedup | Stuart Henderson |
2021-07-07 | sync | Theo de Raadt |
2021-07-07 | Mention that there are alternatives for ERE '+' and '?' in BRE. | Martijn van Duren |
2021-07-07 | sync | Stuart Henderson |
2021-07-07 | Support MCC update response used by newer iwm(4) firmware, and verify | Stefan Sperling |
2021-07-07 | Support the SoC configuration command used by newer iwm(4) 9560 firmware. | Stefan Sperling |