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