summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
AgeCommit message (Expand)Author
2022-01-02contoller -> controllerJonathan Gray
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-10-25typos in comments, from jj, reported by Elyes Haouas on ircStuart Henderson
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-04grow i386 media for new realtek firmwaresTheo de Raadt
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-04-28Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.Alexander Bluhm
2021-03-07Explicitly align kernel text.mortimer
2021-02-16some phy are not needed anymore since the ethernet drivers went awayTheo de Raadt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-12-27Enable acpihpet on install media, because otherwise clock initializationTheo de Raadt
2020-12-09fxp does not currently fitTheo de Raadt
2020-10-16xe(4) and mtd(4) are from a long gone eraTheo de Raadt
2020-10-16ef(4), give me a breakTheo de Raadt
2020-09-12asmc0 -> asmc*Marcus Glocker
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).Marcus Glocker
2020-08-17base clang is now i586. SMALL_KERNEL images have historically forcedTheo de Raadt
2020-07-31like amd64:Theo de Raadt
2020-06-22enable nvme on i386.David Gwynne
2020-06-08update drm to linux 5.7Jonathan Gray
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