summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-19Fix up tx ring slot calculations so we store the mbuf and dma map withJonathan Matthew
2022-07-18Restrict pledge("vminfo") callers to read-only swapctl(2) operations.Jeremie Courreges-Anglas
2022-07-18Delete the YPACTIVE toggling code when "getpw" code access/open are done toTheo de Raadt
2022-07-18Compile octeon kernels with -march=mips64r2Visa Hankala
2022-07-18Remove locks description duplicate. No functional changes.Vitaliy Makkoveev
2022-07-18the domainname is under root control, but because we are producing a pathTheo de Raadt
2022-07-18For opening up the bindings file in ypconnect(2), bail out earlyTheo de Raadt
2022-07-17Revert the changes made in rev 1.82. It is important to use pmap_enter(9)Mark Kettenis
2022-07-17backout last step: the path checks are too strong until everyone has aTheo de Raadt
2022-07-17the PLEDGE_YPACTIVE "hack" bit related to "getpw" pledge goes away. libcTheo de Raadt
2022-07-16To fix an KASSERT(la != NULL) panic in ARP, protect the rt_llinfoAlexander Bluhm
2022-07-16Fix IPIs on systems with multiple clusters where the CPU interfaceMark Kettenis
2022-07-16Fix previous commit. We need to enable the new "halt" IPI on all the CPUsMark Kettenis
2022-07-16Add support for using the power button to wake up from suspend.Mark Kettenis
2022-07-15Introduce fine grained pipex(4) locking. Use per-session `pxs_mtx'Vitaliy Makkoveev
2022-07-15fix typos in previousTheo de Raadt
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-15Allow ypconnect() in "getpw"Theo de Raadt
2022-07-15syncTheo de Raadt
2022-07-15pledge "getpw" would notice access to /var/run/ypbind.lock, and grant "inet"Theo de Raadt
2022-07-15Use db_rint() to make it possible to enter ddb(4) by typing ESC D.Mark Kettenis
2022-07-15Missing xhcivar.h bit that should have gone with xhci.c r1.125Theo Buehler
2022-07-15Use a separate varaible to signal a "dead" controller (that has disappearedMark Kettenis
2022-07-14Add sxirintc(4), a driver for the "wake up" interrupt controller foundMark Kettenis
2022-07-14Use capital letters for global ipsec(4) locks description. Use 'D'Vitaliy Makkoveev
2022-07-14Protect all writers to ifm_cur with a mutex. ifmedia_match() doesAlexander Bluhm
2022-07-14Turn pppoe(4) back to kernel lock. We can't predict netlock state withinVitaliy Makkoveev
2022-07-14Replace tabs by spaces after "#define". No functional changes, justVitaliy Makkoveev
2022-07-13Implement the fundamentals for suspend/resume on arm64. This uses PSCIMark Kettenis
2022-07-13drm/i915: Fix a race between vma / object destruction and unbindingJonathan Gray
2022-07-13drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsJonathan Gray
2022-07-13drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceJonathan Gray
2022-07-13drm/amd/vcn: fix an error msg on vcn 3.0Jonathan Gray
2022-07-13drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwJonathan Gray
2022-07-13drm/amd/display: Set min dcfclk if pipe count is 0Jonathan Gray
2022-07-13drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Jonathan Gray
2022-07-13drm/i915/gt: Register the migrate contexts with their enginesJonathan Gray
2022-07-13drm/i915: Disable bonding on gen12+ platformsJonathan Gray
2022-07-12Use __func__ in interface media debug printf().Alexander Bluhm
2022-07-12Protect interface media list with a mutex. This is just a startAlexander Bluhm
2022-07-12Use db_rint() in sfuart(4)Jeremie Courreges-Anglas
2022-07-12Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax codeJeremie Courreges-Anglas
2022-07-12Remove PIPEXCSESSION pipex(4) ioctl(2) command from kernel and man page.Vitaliy Makkoveev
2022-07-12remove cache parts of struct cpu_info which were used by vmmJonathan Gray
2022-07-12allow cpuid 0x8000001d, cache topology on AMDJonathan Gray
2022-07-12remove cache parts of struct cpu_info only vmm usedJonathan Gray
2022-07-12recognise Cortex-A715 and Cortex-X3Jonathan Gray
2022-07-11Switch bootloaders to the extended BOOTARG_CONSDEV struct.Mark Kettenis
2022-07-11Simplify the aiodone daemon which is only used for async writes.Martin Pieuchot
2022-07-11Remove asynchronous read support in uvm_swap_get().Martin Pieuchot