summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-30When this Aviion-only driver is eventually sent to join its friends in the atticKenneth R Westerback
2020-07-30Only invalidate "user" SLB entry if it is currently set.Mark Kettenis
2020-07-30`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.mvs
2020-07-30regenStefan Sperling
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesStefan Sperling
2020-07-30make pflog more mpsafe with variables on the stack instead of globals.David Gwynne
2020-07-30"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.Kenneth R Westerback
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,Kenneth R Westerback
2020-07-29atapiscsi is not needed here. (well maybe it changes the behaviour ofTheo de Raadt
2020-07-29Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I wasKenneth R Westerback
2020-07-29Don't nest a enum declaration inside a struct declaration, and anywayTheo de Raadt
2020-07-29fix new typoTheo de Raadt
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-29Interface index is unsigned integer. Fix the places where it referencedmvs
2020-07-29pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. Thismvs
2020-07-29Remove SIOCSIFADDRkn
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega MJonathan Gray
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersJonathan Gray
2020-07-29drm/amdgpu: fix preemption unit testJonathan Gray
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqJonathan Gray
2020-07-29drm/amd/display: add dmcub check on RENOIRJonathan Gray
2020-07-29drm/amd/display: Check DMCU Exists Before LoadingJonathan Gray
2020-07-29change ktime to nanoseconds in drmJonathan Gray
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton
2020-07-29Fix previous commit which referred wrong address and returned wrongYASUOKA Masahiko
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-28Rewrite IPv6 source address selection in terms of the 8 rules given inFlorian Obser
2020-07-28Use the table on root always if current table is not active.YASUOKA Masahiko
2020-07-28Don't treat an error if carppeer is an unicast and the peer is down.YASUOKA Masahiko
2020-07-28Fix a problem related to isochronous transfers appearing in certainMarcus Glocker
2020-07-28Document locks which protect pipex(4) global data structures.mvs
2020-07-28Add size to free(9) callskn
2020-07-28Document locks which protect ppp{ac,x}(4) global data structures.mvs
2020-07-28Add missing `IFXF_CLONED' flag to clone interfaces.mvs
2020-07-28After the previous commit, src/regress/sys/netinet/carp triggeredAlexander Bluhm
2020-07-28Implement SIOCBRDGIFS, provide SIOCBRDGGRL stubkn
2020-07-28Return total size if SIOCBRDGIFS passes in ifbic_len set to zerokn
2020-07-27Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as oneKenneth R Westerback
2020-07-27SDEV_2NDBUS is gone. Update flagnames[] appropriately.Kenneth R Westerback
2020-07-27trim trailing whitespace in if_iwn.cStefan Sperling
2020-07-26Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instancesMark Kettenis
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
2020-07-26Reduce IWN_DEBUG message noise related to scanning.Stefan Sperling
2020-07-25No need for a bzero(), just init saa.sf to NULL. All the saa.saaKenneth R Westerback
2020-07-25Nuke unused struct scsi_link member of struct wd33c93_softc.Kenneth R Westerback
2020-07-25Port over NetBSD's arm64 disassembler for DDB.tobhe
2020-07-25Change kernel SLB setup code to avoid the (theoretical) possibility toMark Kettenis
2020-07-25timeout(9): remove TIMEOUT_SCHEDULED flagcheloha