summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-10-05Protect interface queues with read once and mutex.Alexander Bluhm
2023-10-04re-enable POOL_DEBUGAlexander Bluhm
2023-10-04base is unlocked, move to 7.4-currentAlexander Bluhm
2023-10-03Reinstate setting rtableid based on rdomain for pfsync,Stuart Henderson
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-01Add sysctl hw.ucomnames to list 'fixed' paths to USB serialKenneth R Westerback
2023-10-01Atlantic 2 hardware has a different layout for the TPS_DATA_TCT registersMark Kettenis
2023-10-01Print the correct SDHC spec version.Mark Kettenis
2023-09-29Replace kernel lock with mutex in ixl(4) media status.Alexander Bluhm
2023-09-29Make sure pfkeyv2_parsemessage() only returns 0 if the message wasTobias Heider
2023-09-29Only forward validated pfkey messages to promiscuous listeners.Tobias Heider
2023-09-29Revert previous commit; botched testing meant that I missed USB device noMark Kettenis
2023-09-29Newer versions of U-Boot may disable the USB PHYs and gate their clocks.Mark Kettenis
2023-09-29Extend single_thread_set() mode with additional flag attributes.Claudio Jeker
2023-09-27disable POOL_DEBUG for releaseTheo de Raadt
2023-09-26Use existing `audio_lock' mutex(9) to make `midi{read,write}_filtops' MPVitaliy Makkoveev
2023-09-26Have wg(4) copy the priority from the inner packet to the outer encryptedStuart Henderson
2023-09-26we are heading out of -betaTheo de Raadt
2023-09-26Use shared netlock to protect ifnet data within vmt_tclo_broadcastip().Vitaliy Makkoveev
2023-09-25Implement support for stream IDs.Mark Kettenis
2023-09-25match on Meinberg PZF180PEX; from Maurice JanssenTheo de Raadt
2023-09-25syncTheo de Raadt
2023-09-25add Meinberg Funkuhren PZF180PEX; from Maurice JanssenTheo de Raadt
2023-09-25enable mbg(4) at pci on amd64, from Maurice JanssenTheo de Raadt
2023-09-25drm/amdgpu: fix amdgpu_cs_p1_user_fenceJonathan Gray
2023-09-25drm/amd/display: fix the white screen issue when >= 64GB DRAMJonathan Gray
2023-09-25Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Jonathan Gray
2023-09-25drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314Jonathan Gray
2023-09-25drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31Jonathan Gray
2023-09-25drm/amd/display: Use DTBCLK as refclk instead of DPREFCLKJonathan Gray
2023-09-25drm/amd/display: Fix underflow issue on 175hz timingJonathan Gray
2023-09-25drm/edid: Add quirk for OSVR HDK 2.0Jonathan Gray
2023-09-25ddb(4): clockintr: print cl_arg address when displaying a clockintrScott Soule Cheloha
2023-09-24Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn'tJeremie Courreges-Anglas
2023-09-24kern_clockintr.c: remove extra newlineScott Soule Cheloha
2023-09-24The stage queue should be freeed when wg_peer is destroyed.YASUOKA Masahiko
2023-09-23Add stfrng(4), a driver for the random number generator on the JH7110 SoC.Mark Kettenis
2023-09-23Use shared netlock to protect if_list and ifa_list walkthrough and ifnetVitaliy Makkoveev
2023-09-23Fix unreliable sys_setsockopt() with consistent use of M_WAITJan Klemkow
2023-09-22Introduce `hotplug_mtx' mutex(9) and make `hotplugread_filtops' MP safe.Vitaliy Makkoveev
2023-09-22Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)Vitaliy Makkoveev
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-21Properly set up the IOMMU stream ID mapping. Needed for upcoming changesMark Kettenis
2023-09-21Encode the device tree node in the pci tag like we do in aplpcie(4) so thatPatrick Wildt
2023-09-21Move code inside exit1() to better spots.Claudio Jeker
2023-09-21enable softraid(4) in ramdiskKlemens Nanni
2023-09-21Nuke trailing whitespace.Kenneth R Westerback
2023-09-19Import the DVFS code from arm64.Mark Kettenis
2023-09-19Instead of adjusting PLL0 to scale the CPU frequency, use the dividerMark Kettenis
2023-09-19avoid c99 for-scope variable declJonathan Gray