summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-08-13Give SCSIBUS_B probing a chance to work with better logic inKenneth R Westerback
2020-08-13Always set `dtpr_size' to the total size required to hold all probe entries.Martin Pieuchot
2020-08-13qlw_xs_bus() must return 0 while bus 0 is being probed.Kenneth R Westerback
2020-08-13Add __multi3 from compiler_rt-8.xJeremie Courreges-Anglas
2020-08-13Move compiler_rt type definitions to a separate headerJeremie Courreges-Anglas
2020-08-13Add a ROUTE_FLAGFILTER socket option for routing sockets, allowingJonathan Matthew
2020-08-13Use rtm_miss() rather than the simpler rtm_send() to send route deleteJonathan Matthew
2020-08-12getitimer(2): delay TIMESPEC_TO_TIMEVAL(9) conversion until copyout(9)cheloha
2020-08-12setitimer(2): ITIMER_REAL: don't call timeout_del(9) before timeout_add(9)cheloha
2020-08-12Reduce stack usage of kqueue_scan()Visa Hankala
2020-08-12Remove interface statistics update for outgoing packets. We shouldn'tmvs
2020-08-12skip trying to read disabled bios on RV610Jonathan Gray
2020-08-12drm/drm_fb_helper: fix fbdev with sparc64Jonathan Gray
2020-08-11Run start routing without KERNEL_LOCK()kn
2020-08-11setitimer(2): write new timer value in one placecheloha