summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-07-25Explicitly request for battery status updates as the firmware doesn't seemMark Kettenis
2024-07-25virtio: Allow more verbose debuggingStefan Fritsch
2024-07-24If the CPU cores implement FEAT_IDST, emulate access to the CPU IDMark Kettenis
2024-07-24vmm(4): drop checks for EPT or RVI in some functions.Dave Voutila
2024-07-24KASSERT that the ps_single proc has P_SUSPSINGLE cleared.Claudio Jeker
2024-07-24Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since itClaudio Jeker
2024-07-24Use a different mutex to protect the kqueue klist in logsoftc.Claudio Jeker
2024-07-24Remove workaround for lock ordering issue in uvm_pseg_get().Martin Pieuchot
2024-07-24Move uvm_exit() outside of the KERNEL_LOCK() in the reaper.Martin Pieuchot
2024-07-24Grab the kernel lock in preparation for unlocking most of uvm_unmap_detach().Martin Pieuchot
2024-07-24Remove assertion in udv_detach(), the function is already mpsafe.Martin Pieuchot
2024-07-23Accept and ignore SADB_X_EXT_REPLAY and SADB_X_EXT_COUNTER payloads forTobias Heider
2024-07-23virtio: fix commentStefan Fritsch
2024-07-23uaudio: Fix confusion between interface numbers and interface indexesAlexandre Ratchov
2024-07-23Pass curproc pointer down from sleep_finish() instead of pulling it inClaudio Jeker
2024-07-22remove unneeded prototypes for functions in other filesJonathan Gray
2024-07-22remove prototype with no matching functionJonathan Gray
2024-07-22Rename PS_STOPPED to PS_STOPPING. I want to use PS_STOPPED to indicateClaudio Jeker
2024-07-22Switch proc_finish_wait() to use the process as argument instead of itsClaudio Jeker
2024-07-21For AMD SEV determine C-bit position and guest mode in locore0.Alexander Bluhm
2024-07-21Populate hwcap and hwcap2 based on the sanitized values of the ID registerMark Kettenis
2024-07-21Export basic HWCAP bits to let applications detect Altivec & VSX on powerpc64Jeremie Courreges-Anglas
2024-07-21Export basic HWCAP bits to let applications detect Altivec on powerpcJeremie Courreges-Anglas
2024-07-21A few manual ret-cleans. Seeing as these pertain to interrupt servicing,Theo de Raadt
2024-07-21Add optimized character rendering case for 6 pixels wide fonts inFrederic Cambus
2024-07-20Unlock udp(4) somove().Vitaliy Makkoveev
2024-07-20UVIDEO_DEBUG needs fcntl.hJonathan Gray
2024-07-19Unlock sysctl net.inet.ip.redirect and net.inet6.ip6.redirect.Alexander Bluhm
2024-07-19Relax socket lock assertion in UDP input and send.Alexander Bluhm
2024-07-18Fix typos in previous commit spotted by naddy@Mark Kettenis
2024-07-18In pfattach() pass malloc type instead of flags to cpumem_malloc().Alexander Bluhm
2024-07-17Clean up the cpi_id_aa64xxx variables at the end of autoconf such thatMark Kettenis
2024-07-17Sync struct proc P_BITS with reality.Claudio Jeker
2024-07-16match on Atom C3000Jonathan Gray
2024-07-15Make the touchpad on the Samsung Galaxy Book4 Edge work.Marcus Glocker
2024-07-15Add ext4 field definitions. Taken from NetBSD, with some cosmeticMartijn van Duren
2024-07-15Add support for the RK3588 eMMC controller. This is mostly the same, withPatrick Wildt
2024-07-15Add RK3588 eMMC clocks and resets.Patrick Wildt
2024-07-15sync PS_BITS with flags; ok claudio@Jonathan Gray
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-07-14Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.Alexander Bluhm
2024-07-14Fix source and drain confusion in socket splicing somove().Alexander Bluhm
2024-07-14Only match if we can find a corresponding cpu device. This means theJonathan Matthew
2024-07-14For specific hids (currently only ACPI0007, acpicpu(4)), use a printJonathan Matthew
2024-07-14Actually provide *definitions* for hwcap & hwcap2Jeremie Courreges-Anglas
2024-07-14Actually set up hwcap AUX_* entries when availableJeremie Courreges-Anglas
2024-07-14In addition to setting the PCI power state, also run the appropriate _PSxMark Kettenis
2024-07-14Upon first suspend, turn off all power resources that haven't beenMark Kettenis
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-14vmm(4)/vmx: update host cr3, invept on cpu migration.Dave Voutila