Age | Commit message (Expand) | Author |
2019-05-05 | Getting too tight. Surrender a little | Theo de Raadt |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-01-20 | Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP where | anton |
2019-01-18 | delete vmm(4) in i386 | pd |
2018-11-23 | Add the pvclock(4) guest driver for paravirtual clocks | Reyk Floeter |
2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata | Mark Kettenis |
2018-10-26 | With lld the calculation of the entry point was wrong since | Christian Weisgerber |
2018-10-26 | Correct linker emulation name for lld when building i386 kernels on amd64. | Christian Weisgerber |
2018-10-16 | Add gapdummy logic (already used on other archs) to allow linking with lld. | Christian Weisgerber |
2018-09-12 | Move -Wno-address-of-packed-member to the clang block as well and sync | Jonathan Gray |
2018-08-27 | move bwfm* at pci? to the wireless section | Joshua Stein |
2018-08-23 | port the amd64 code for loading intel microcode on boot to i386 | Jonathan Gray |
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 | 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 | repair inconsistancies | Theo de Raadt |
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-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-06-03 | i386 isn't quite ready for witness yet. | Theo de Raadt |
2018-06-01 | Enable witness(4) on select architectures to help the current MP work. | Visa Hankala |
2018-05-01 | vmmci(4) depends on pvbus(4) being available, unbreak | Peter Hessler |
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-11 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
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-25 | Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64. | Martin Pieuchot |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
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-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-08-03 | Remove duplicated commented out "dev/rasops/files.rasops" include. | Frederic Cambus |
2017-07-31 | Comment out non-crucial device drivers (xhci(4), wdc@pcmcia, and cd(4) | Theo de Raadt |
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-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |