summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqjsg1-1/+8
2020-07-29drm/amd/display: add dmcub check on RENOIRjsg1-1/+1
2020-07-29drm/amd/display: Check DMCU Exists Before Loadingjsg1-1/+6
2020-07-29change ktime to nanoseconds in drmjsg3-55/+52
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton3-9/+11
2020-07-29Fix previous commit which referred wrong address and returned wrongyasuoka1-8/+8
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-3/+4
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw4-12/+22
2020-07-28Rewrite IPv6 source address selection in terms of the 8 rules given inflorian1-153/+52
2020-07-28Use the table on root always if current table is not active.yasuoka3-32/+42
2020-07-28Don't treat an error if carppeer is an unicast and the peer is down.yasuoka1-2/+4
2020-07-28Fix a problem related to isochronous transfers appearing in certainmglocker1-9/+32
2020-07-28Document locks which protect pipex(4) global data structures.mvs1-11/+19
2020-07-28Add size to free(9) callskn1-3/+5
2020-07-28Document locks which protect ppp{ac,x}(4) global data structures.mvs1-21/+37
2020-07-28Add missing `IFXF_CLONED' flag to clone interfaces.mvs5-5/+10
2020-07-28After the previous commit, src/regress/sys/netinet/carp triggeredbluhm1-3/+3
2020-07-28Implement SIOCBRDGIFS, provide SIOCBRDGGRL stubkn1-1/+52
2020-07-28Return total size if SIOCBRDGIFS passes in ifbic_len set to zerokn1-2/+4
2020-07-27Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as onekrw2-27/+34
2020-07-27SDEV_2NDBUS is gone. Update flagnames[] appropriately.krw1-2/+2
2020-07-27trim trailing whitespace in if_iwn.cstsp1-12/+12
2020-07-26Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instanceskettenis1-2/+3
2020-07-26Reference unveil(2) in system accounting and daily.8.rob1-2/+2
2020-07-26Reduce IWN_DEBUG message noise related to scanning.stsp1-4/+6
2020-07-25No need for a bzero(), just init saa.sf to NULL. All the saa.saakrw1-2/+2
2020-07-25Nuke unused struct scsi_link member of struct wd33c93_softc.krw1-2/+1
2020-07-25Port over NetBSD's arm64 disassembler for DDB.tobhe4-14/+4100
2020-07-25Change kernel SLB setup code to avoid the (theoretical) possibility tokettenis1-22/+45
2020-07-25timeout(9): remove TIMEOUT_SCHEDULED flagcheloha2-13/+17
2020-07-24timeout(9): delay processing of timeouts added during softclock()cheloha1-6/+14
2020-07-24netinet: tcp_close(): delay reaper timeout by one tickcheloha1-2/+2
2020-07-24Use interface index instead of pointer to `ifnet' in carp(4).mvs5-73/+119
2020-07-24Enable usertc if the NPT bit isn't set for %tick and %sys_tick.kettenis1-4/+9
2020-07-24Suppress kernel printf output in the octeon boot kernel.visa1-1/+3
2020-07-24Remove bge(4) and brgphy(4) as the bootloader doesn't include network supportkettenis1-4/+1
2020-07-24Implement BOOT_QUIET option that supresses kernel printf output to thekettenis2-4/+16
2020-07-24Increase state counter for least-states when the address is selectedyasuoka1-24/+48
2020-07-24Turning on various scsi drivers' *DEBUG options reveals that this haskrw17-61/+67
2020-07-24Make timeout_add_sec(9) add a tick if given zero secondskn1-1/+3
2020-07-24Remove lacpmode and lacptimeout bitskn1-16/+1
2020-07-24Remove trunkdev bitskn1-35/+1
2020-07-24Remove trunkproto bitskn1-72/+1
2020-07-23Free SLB descriptors when we destroy a pmap.kettenis1-4/+6
2020-07-23Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be thekettenis1-2/+2
2020-07-23Enter DDB directly when we encounter an unhandled trap such that wekettenis1-1/+7
2020-07-23Use per-pmap lock to protect userland SLB handling.kettenis3-23/+40
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRjsg1-0/+1
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.jsg1-2/+2
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationjsg1-14/+4