summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
AgeCommit message (Expand)Author
2020-03-24cope with growth, sighTheo de Raadt
2020-03-20Disable apm(4) on the floppy ramdisk and keep the cd one in sync.Otto Moerbeek
2020-01-22rm rtfps driver. disabled and man page doesn't inspire much confidence.Ted Unangst
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-08Bye bye options KVM86 and VM86Martin Pieuchot
2019-12-08Remove kernel VM86 support.Martin Pieuchot
2019-12-06Retire piixpcib(4).Martin Pieuchot
2019-11-19Enable rge(4).Kevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-05-28Enable virtio again since the compilation problems have been fixed.Stefan Fritsch
2019-05-27disable virtio. a serially careless & procedure violating developerTheo de Raadt
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-05Getting too tight. Surrender a littleTheo de Raadt
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-01-20Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton
2019-01-18delete vmm(4) in i386pd
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-10-30The way we currently generate gap.o using a linker script results in .rodataMark Kettenis
2018-10-26With lld the calculation of the entry point was wrong sinceChristian Weisgerber
2018-10-26Correct linker emulation name for lld when building i386 kernels on amd64.Christian Weisgerber
2018-10-16Add gapdummy logic (already used on other archs) to allow linking with lld.Christian Weisgerber
2018-09-12Move -Wno-address-of-packed-member to the clang block as well and syncJonathan Gray
2018-08-27move bwfm* at pci? to the wireless sectionJoshua Stein
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-19pseudo-device must be file-flagged otherwise ramdisks cannot link.Theo de Raadt
2018-08-19Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-07-13repair inconsistanciesTheo de Raadt
2018-07-09Delete the VM86 kernel option and i386_vm86(3) API: it's requiredPhilip Guenther
2018-07-05Enable bwfm(4).Patrick Wildt
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-06-03i386 isn't quite ready for witness yet.Theo de Raadt
2018-06-01Enable witness(4) on select architectures to help the current MP work.Visa Hankala
2018-05-01vmmci(4) depends on pvbus(4) being available, unbreakPeter Hessler
2018-04-27-fretpoline for non-RAMDISK kernels. Skylake product needs it, andTheo de Raadt
2018-04-26Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4).Peter Hessler
2018-04-26enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers offPeter Hessler
2018-04-11More steps for i386 Meltdown fix:Alexander Bluhm
2018-03-27Add acpicmos(4), a driver that implements SystemCMOS OperationRegionMark Kettenis
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler