Age | Commit message (Expand) | Author |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-19 | delete blank line not found in other arch | Theo de Raadt |
2018-08-19 | pseudo-device must be file-flagged otherwise ramdisks cannot link. | Theo de Raadt |
2018-08-19 | Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction | anton |
2018-08-03 | Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet | Kevin Lo |
2018-07-13 | Disable codepatching infrastructure after boot | Stefan Fritsch |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-13 | zap some garbage that snuck in. | Theo Buehler |
2018-07-12 | we will be toggling witness on/off a few times. when it is on, it raises | Theo de Raadt |
2018-07-12 | Reorganize the Meltdown entry and exit trampolines for syscall and | Philip Guenther |
2018-07-12 | Stop building rasops4 on amd64. | Frederic Cambus |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin |
2018-06-18 | Align the end of the retguard area on a page boundary and provide symbols | Philip Guenther |
2018-06-14 | Put the .openbsd.randomdata.retguard input section at the start of the | Philip Guenther |
2018-06-01 | Enable witness(4) on select architectures to help the current MP work. | Visa Hankala |
2018-05-23 | Enable ccpmic(4) and tipmic(4). | Mark Kettenis |
2018-05-23 | Enable bwfm(4). | Patrick Wildt |
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 | enable ccp(4) as found on recent amd chips | David Gwynne |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
2018-03-14 | On newer machines IPMI attaches only using the ACPI tables instead of | Patrick Wildt |
2018-03-01 | accidentally did two ALIGN's before kuduta | Theo de Raadt |
2018-02-21 | Meltdown: implement user/kernel page table separation. | Philip Guenther |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-12 | Don't bother ucode updates in ramdisk. We don't have the files.... | Theo de Raadt |
2018-01-11 | Update the Intel microcode once the root filesystem has been mounted. | Patrick Wildt |
2017-12-24 | Add a PCI attachment driver for bwfm(4). It's not finished, but it's | Patrick Wildt |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-03 | Enable bgw(4). | Mark Kettenis |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-28 | Attach efifb(4) when the system is booted with serial console. Also | YASUOKA Masahiko |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-06 | Recalibrate TSC timecounter with HPET and PM timer | Mike Belopuhov |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-23 | permit kernel building with clang as the base compiler; ok kettenis@ | Christian Weisgerber |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-06 | Disassociate PA load address of the kernel from VA, such that PA isn't | Theo de Raadt |