summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-07-24timeout(9): delay processing of timeouts added during softclock()cheloha
2020-07-24netinet: tcp_close(): delay reaper timeout by one tickcheloha
2020-07-24Use interface index instead of pointer to `ifnet' in carp(4).mvs
2020-07-24Enable usertc if the NPT bit isn't set for %tick and %sys_tick.Mark Kettenis
2020-07-24Suppress kernel printf output in the octeon boot kernel.Visa Hankala
2020-07-24Remove bge(4) and brgphy(4) as the bootloader doesn't include network supportMark Kettenis
2020-07-24Implement BOOT_QUIET option that supresses kernel printf output to theMark Kettenis
2020-07-24Increase state counter for least-states when the address is selectedYASUOKA Masahiko
2020-07-24Turning on various scsi drivers' *DEBUG options reveals that this hasKenneth R Westerback
2020-07-24Make timeout_add_sec(9) add a tick if given zero secondskn
2020-07-24Remove lacpmode and lacptimeout bitskn
2020-07-24Remove trunkdev bitskn
2020-07-24Remove trunkproto bitskn
2020-07-23Free SLB descriptors when we destroy a pmap.Mark Kettenis
2020-07-23Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be theMark Kettenis
2020-07-23Enter DDB directly when we encounter an unhandled trap such that weMark Kettenis
2020-07-23Use per-pmap lock to protect userland SLB handling.Mark Kettenis
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRJonathan Gray
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.Jonathan Gray
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationJonathan Gray
2020-07-23drm/i915/gt: Ignore irq enabling on the virtual enginesJonathan Gray
2020-07-23drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Jonathan Gray
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)Jonathan Gray
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display c...Jonathan Gray
2020-07-23drm/amd/display: handle failed allocation during stream constructionJonathan Gray