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