Age | Commit message (Expand) | Author |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-12 | unbreak i386 build, thanks to pd@ for noticing. Same diff as I committed | Mike Larkin |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-07-11 | adding __func__ identifier to panic() calls in vmm.c for amd64 and i386 | Nayden Markatchev |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-05 | Enable bwfm(4). | Patrick Wildt |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-04 | Fix a wrong memcmp in k7/k8 powernow code. | Mike Larkin |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-02 | clarify what is actually needed from a header file being included | Mike Larkin |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-06-22 | Finish the last missing piece for the i386 meltdown fix: | Alexander Bluhm |
2018-06-21 | Save and restore retguard area during hibernate unpack. This copies the | Mike Larkin |
2018-06-18 | Remove the MAKE_FRAME macro to trace over ioapic interrupts in ddb. | Alexander Bluhm |
2018-06-18 | "a = 1; b = 100; c = a * b; if (c == 0) c = 100;" | Kenneth R Westerback |
2018-06-15 | Reorder trapframe/intrframe to put %ebp next to %eip and make it | Alexander Bluhm |
2018-06-03 | i386 isn't quite ready for witness yet. | Theo de Raadt |
2018-06-01 | Clear vc3_sc if the context is freed, to avoid leaving a dangling | Frederic Cambus |
2018-06-01 | Enable witness(4) on select architectures to help the current MP work. | Visa Hankala |
2018-05-31 | Return error values directly where appropriate, instead of using the err | Frederic Cambus |
2018-05-28 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-05-24 | vmm(4): unbreak i386 VMM_DEBUG build | Mike Larkin |
2018-05-11 | Fix fallout from i386 Meltdown preparation which is using interrupt | Alexander Bluhm |
2018-05-04 | Initialize st_count in db_save_stack_trace(). | Visa Hankala |
2018-05-01 | vmmci(4) depends on pvbus(4) being available, unbreak | Peter Hessler |
2018-04-30 | vmd(8): unbreak i386 | Mike Larkin |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-27 | use nitems() | Jasper Lievisse Adriaanse |
2018-04-27 | -fretpoline for non-RAMDISK kernels. Skylake product needs it, and | Theo de Raadt |
2018-04-26 | Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4). | Peter Hessler |
2018-04-26 | enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers off | Peter Hessler |
2018-04-20 | grammar fixes PTE's -> PTEs | Mike Larkin |
2018-04-17 | - Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in | Otto Moerbeek |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-04-11 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-03-31 | Change ci_dev.dv_xname to ci_dev->dv_xname in debugging printf() | Alexander Bluhm |
2018-03-31 | Fix a hang on i386 vmware guest that was happening on copyout() of | Alexander Bluhm |
2018-03-31 | Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release. | Alexander Bluhm |
2018-03-31 | Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release. | Alexander Bluhm |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
2018-03-22 | iBackout the preparations for fixing Meltdown on i386. The task was | Alexander Bluhm |
2018-03-20 | Switching from per PCB TSS to per CPU TSS broke kvm86 calls to the BIOS. | Alexander Bluhm |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-13 | Preparation for i386 Meltdown fix: | Alexander Bluhm |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-03-01 | Protect the calls to trapsignal() and psignal() with a kernel lock | Alexander Bluhm |