Age | Commit message (Expand) | Author |
2023-04-16 | The lowest performance level state for the E-cores on the M2 Pro/Max is | Mark Kettenis |
2023-04-16 | call default db_ktrap() with tf_err, not 0 for exception error code | Jonathan Gray |
2023-04-16 | Handle T_CP traps from userland by generating SIGILL, with | Philip Guenther |
2023-04-16 | Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP() | Philip Guenther |
2023-04-16 | Both trap 21 (T_CP) and trap 17 (T_ALIGNFLT) supply an error code | Philip Guenther |
2023-04-16 | vmm(4): save and restore Intel CET state on vm entry/exit. | Dave Voutila |
2023-04-15 | change trap16 from IDTVEC_NOALIGN to IDTVEC as it is now the first | Jonathan Gray |
2023-04-15 | add endbr defines and control protection trap | Jonathan Gray |
2023-04-14 | vmm: NENTRY -> ENTRY | Dave Voutila |
2023-04-14 | vmm(4): add NENTRY/END macros around asm functions. | Dave Voutila |
2023-04-14 | add VMX/VMCS defines for amd64 endbr64 features | Dave Voutila |
2023-04-13 | Sprinkle UL suffix to constant literals which don't fit in int. NFCI | Miod Vallat |
2023-04-13 | Grammar fixes in comments. | Miod Vallat |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-13 | Move USRSTACK to the end of userland address space. | Miod Vallat |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-12 | remove unused buffer selection code | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | add missing write of SAB_DAFO | Jonathan Gray |
2023-04-10 | Enable caps lock LED on modern Apple laptop keyboards. | Tobias Heider |
2023-04-10 | spelling | Jonathan Gray |
2023-04-09 | So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -Oz | Mark Kettenis |
2023-04-07 | avoid use of uninitialised memory | Jonathan Gray |
2023-04-03 | enable rkusbphy(4) | David Gwynne |
2023-04-02 | nable ngbe(4) on install media. Passes 'make release' build. | Kevin Lo |
2023-04-01 | Enable rkiovd(4) | Mark Kettenis |
2023-03-31 | Enable ufshci(4). | Marcus Glocker |
2023-03-31 | Enable ngbe(4). | Kevin Lo |
2023-03-30 | Map device tree read/write to unbreak root on softraid | Klemens Nanni |
2023-03-27 | Implement branch target protection using the branch target identification | Mark Kettenis |
2023-03-27 | Show BT and SBSS features in dmesg. | Mark Kettenis |
2023-03-26 | amd64: identify IBT capability in cpu(4) dmesg lines | Mike Larkin |
2023-03-26 | fix a memory leak | Jonathan Gray |
2023-03-23 | avoid use after free | Jonathan Gray |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-19 | Enable rkpciephy(40. | Mark Kettenis |
2023-03-17 | Move annoying yet harmless diagnostic message into #ifdef DEBUG. | Miod Vallat |
2023-03-15 | store bios version, needed for amdgpu Steam Deck quirk | Jonathan Gray |
2023-03-14 | sync the boot options list, and some macro fixes; | Jason McIntyre |
2023-03-13 | Switch alpha to new boot blocks. | Miod Vallat |
2023-03-13 | Add manual page. | Miod Vallat |
2023-03-13 | Add "machine poweroff" command on luna88k bootloader. | Kenji Aoyama |
2023-03-12 | sh, landisk: set HZ=64 again | Scott Soule Cheloha |
2023-03-12 | Add rkcomphy(3), a driver for the "naneng" combo PHY found on the RK356x | Mark Kettenis |
2023-03-12 | Enable mvtemp(4) | Jonathan Matthew |
2023-03-11 | New alpha secondary boot blocks using the MI code base. Not linked to the | Miod Vallat |
2023-03-11 | Remove long dead "tool". | Miod Vallat |
2023-03-11 | Allow strip and objcopy to be overrridden, for easier cross-buildability. NFC | Miod Vallat |
2023-03-11 | Add missing $OpenBSD$ tag. | Kenji Aoyama |