summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).Marcus Glocker
2020-08-21Use u_long for generation of VSIDs.Mark Kettenis
2020-08-21Add kstats reporting the software and hardware producer and consumerJonathan Matthew
2020-08-21Add sizes to free(9) callskn
2020-08-20Fix build without NPCKBC and NUKBDkn
2020-08-20Revert DYING. At least some USB memory sticks get very upset.Kenneth R Westerback
2020-08-19Replace last 2 'blah & (flag1 | flag2) == 0' with !ISSET(blah, (flag1 | flag2)).Kenneth R Westerback
2020-08-19Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64gnezdo
2020-08-19Convert mpls_sysctl to sysctl_bounded_argsgnezdo
2020-08-19Nuke SDF_DYING, CDF_DYING and ST_DYING flags. Use the scsi_link flagKenneth R Westerback
2020-08-19Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-rootkn
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-08-18Our usleep_range(min, max) implementation today is only taking accountMarcus Glocker
2020-08-18Style fixups from hurried commitsgnezdo
2020-08-18Try to avoid a theoretical infinite loop while detaching all the scsi_link's onKenneth R Westerback
2020-08-18Fix kn_data returned by filt_logread().Visa Hankala
2020-08-18Remove an unnecessary field from struct msgbuf.Visa Hankala
2020-08-18Convert tcp_sysctl to sysctl_bounded_argsgnezdo
2020-08-18Add sysctl_bounded_arr as a replacement for sysctl_int_arrgnezdo
2020-08-17Remove unnecessary BM cookie defines.Patrick Wildt
2020-08-17Rename gmac interrupt register defines to stay consistent with other gmacPatrick Wildt
2020-08-17Add enum for L2 cast like for L3.Patrick Wildt
2020-08-17Some register define renaming.Patrick Wildt
2020-08-17Remove an unnecessary define.Patrick Wildt
2020-08-17Even more whitespace and header changes.Patrick Wildt
2020-08-17More whitespace and enum cleanup.Patrick Wildt
2020-08-17base clang is now i586. SMALL_KERNEL images have historically forcedTheo de Raadt
2020-08-17Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernelsMark Kettenis
2020-08-17Simplify igmp_sysctl to directly return error in default casegnezdo
2020-08-17Plenty of whitespace fixups.Patrick Wildt
2020-08-17Enable PAN (Privileged Access Never) on CPUs that support it. This meansMark Kettenis
2020-08-17Panic on an attempt to access user-space unless it is done usingMark Kettenis
2020-08-17Fix typo in commentgnezdo
2020-08-16Remove sc_maxgpe from acpi_softc which was never read fromgnezdo
2020-08-16Properly implement setting of the signal voltage.Mark Kettenis
2020-08-16Don't include scsi_debug.h via scsiconf.h. Nobody but scsi/* should be using theKenneth R Westerback
2020-08-15The last SET()s of CDF_WAITING, SDF_WAITING, and ST_WAITING died in the greatKenneth R Westerback
2020-08-15Print ddr52 and hs200 indicators if those modes are supported.Mark Kettenis
2020-08-15Remove unused headersVisa Hankala
2020-08-15Inline handling of receive checksum offloadVisa Hankala
2020-08-14Re-commit Exar XR17V35x serial port support previously backed out:Joshua Stein
2020-08-14Remove "for all XXX platforms" from comment. Fixes the issue pointed outMark Kettenis
2020-08-14Redistribute and tweak the scsi_[attach|probe|detach]_[bus|target|lun]() code toKenneth R Westerback
2020-08-14Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poorMark Kettenis
2020-08-14Add support for eMMC HS200 mode. Loosely based on code from NetBSD.Mark Kettenis
2020-08-14Zap LOOPALIVECNTkn
2020-08-14Fix typo.Mark Kettenis
2020-08-14Initialize local variable that was supposed to hold the value of curcpu().Mark Kettenis
2020-08-14When detaching common remote coverage, do not clear any fields. Instead,anton
2020-08-14Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4)mvs