Age | Commit message (Expand) | Author |
2022-03-11 | Fix receive filter handling. Update the unicast mac address in the filter | Jonathan Matthew |
2022-03-11 | Revert part of rev 1.293. Using cursig() to deliver masked signals | Claudio Jeker |
2022-03-11 | regen | Jonathan Gray |
2022-03-11 | fix previous | Jonathan Gray |
2022-03-11 | Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on | Anton Lindqvist |
2022-03-10 | KASSERT should not contain memory barriers as they change behavior. | Alexander Bluhm |
2022-03-10 | Use atomic load and store functions to access refcnt and wait | Alexander Bluhm |
2022-03-10 | Provide atomic load and store functions for int and long. FreeBSD | Alexander Bluhm |
2022-03-10 | Invalidate the nic's rx descriptor cache when taking the interface up | Jonathan Matthew |
2022-03-10 | Do not clear the PG_BUSY flag before passing the anon to uvm_anon_release(). | Martin Pieuchot |
2022-03-10 | Add support for Sunrisepoint-H and Sunrisepoint-LP platforms. | hastings |
2022-03-09 | Change the logic around rounding up the needed memory for sysctls since | Claudio Jeker |
2022-03-09 | Improve stability of roaming on iwn(4), in particular with wpa_supplicant. | Stefan Sperling |
2022-03-08 | In IPsec policy replace integer refcount with atomic refcount. | Alexander Bluhm |
2022-03-08 | merge iack_mtx, upd_c_mtx, del_mtx, ins_mtx and upd_mtx mutexes into single | Alexandr Nedvedicky |
2022-03-08 | also use the device name in ucc_intr() debug output | Anton Lindqvist |
2022-03-08 | Make cad(4) handle rxr ioctl. | Visa Hankala |
2022-03-08 | Enable mtw(4) in the build for amd64. | hastings |
2022-03-08 | use the device name in debug output | Anton Lindqvist |
2022-03-08 | Handle rxrinfo ioctl. | Jonathan Matthew |
2022-03-08 | Add missing byteswap to mtw_write_cfg(). | hastings |
2022-03-08 | remove files used by isa radio drivers removed in 2016 | Jonathan Gray |
2022-03-07 | remove WD33C93 SCSI code | Jonathan Gray |
2022-03-07 | vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array. | Dave Voutila |
2022-03-07 | Prevent deadlock in cad_down() | Visa Hankala |
2022-03-07 | Since AIC2 uses 4 interrupt cells we need to adjust the code that handles | Mark Kettenis |
2022-03-07 | rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo | Stefan Sperling |
2022-03-06 | Add JMICRON JMB58x ahci | Christopher Zimmermann |
2022-03-06 | Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm. | Mark Kettenis |
2022-03-06 | Usually we check ipsec_in_use as shortcut to avoid IPsec lookups, | Alexander Bluhm |
2022-03-06 | oops, typo, spotted by Mikhail | Theo de Raadt |
2022-03-06 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-03-06 | remove unused usbdev and btbus attributes | Jonathan Gray |
2022-03-05 | Add an activate() function with DVACT_QUIESCE & DVACT_RESUME hooks | Theo de Raadt |
2022-03-05 | Improve wording for trying S5 instead of S4 | Theo de Raadt |
2022-03-05 | Move initial ROM console related codes into separated luna88k/romcons.c | Kenji Aoyama |
2022-03-05 | #if INET6 -> #ifdef INET6 to be consistent | Jonathan Gray |
2022-03-05 | remove fddi leftover | Jonathan Gray |
2022-03-05 | Move CPU-CMMU association report into #ifdef DEBUG section. | Kenji Aoyama |
2022-03-04 | Add support for the BCM4387. The firmware for this variant uses a new scan | Mark Kettenis |
2022-03-04 | in_addmulti() is only called from ioctl(2) or setsockopt(2). Wait | Alexander Bluhm |
2022-03-04 | in_pcbinit() is called during boot. There malloc(9) cannot fail, | Alexander Bluhm |
2022-03-03 | r1.241 was the culprit. Unrevert r1.240. | Kenneth R Westerback |
2022-03-03 | Revert r1.241 and r1.240 which may have broken softraid. | Kenneth R Westerback |
2022-03-02 | Use NULL instead of 0 for pointer. | Alexander Bluhm |
2022-03-02 | Merge two comments describing the locks into one. | Alexander Bluhm |
2022-03-02 | Abstract the memory allocation, scsibus_softc data copying and | Kenneth R Westerback |
2022-03-02 | The firmware for the bwfm(4) variants in Apple Silicon Macs has variants | Mark Kettenis |
2022-03-02 | Move the code obtaining the LUN 0 scsi_link used to determine the | Kenneth R Westerback |
2022-03-02 | drm/i915/dg2: Print PHY name properly on calibration error | Jonathan Gray |