summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* some phy are not needed anymore since the ethernet drivers went awayderaadt2021-02-161-6/+6
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+2
* Enable acpihpet on install media, because otherwise clock initializationderaadt2020-12-272-4/+4
* fxp does not currently fitderaadt2020-12-091-2/+2
* xe(4) and mtd(4) are from a long gone eraderaadt2020-10-161-5/+4
* ef(4), give me a breakderaadt2020-10-161-2/+2
* asmc0 -> asmc*mglocker2020-09-121-2/+2
* Make asmc(4) attach through acpi(4) instead of isa(4).mglocker2020-09-121-2/+2
* base clang is now i586. SMALL_KERNEL images have historically forcedderaadt2020-08-171-2/+2
* like amd64:deraadt2020-07-311-3/+3
* enable nvme on i386.dlg2020-06-222-2/+5
* update drm to linux 5.7jsg2020-06-081-2/+3
* cope with growth, sighderaadt2020-03-241-2/+2
* Disable apm(4) on the floppy ramdisk and keep the cd one in sync.otto2020-03-202-4/+5
* rm rtfps driver. disabled and man page doesn't inspire much confidence.tedu2020-01-221-3/+1
* remove esp at pcmcia attachment. it doesn't even compile.tedu2020-01-201-2/+1
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-171-1/+2
* Bye bye options KVM86 and VM86mpi2019-12-081-2/+1
* Remove kernel VM86 support.mpi2019-12-082-7/+3
* Retire piixpcib(4).mpi2019-12-062-10/+3
* Enable rge(4).kevlo2019-11-191-1/+2
* Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernetkevlo2019-11-181-1/+2
* Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther2019-11-091-2/+6
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-042-6/+2
* Further improve the filesystem stability of kernel installation by KARL.deraadt2019-06-211-3/+2
* Enable virtio again since the compilation problems have been fixed.sf2019-05-281-8/+8
* disable virtio. a serially careless & procedure violating developerderaadt2019-05-271-8/+8
* Enable ucrcom(4) on all architectures that have uslcom(4).kettenis2019-05-081-1/+3
* Getting too tight. Surrender a littlederaadt2019-05-051-2/+2
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-041-5/+5
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-2/+4
* umbg now supports DCF600USB as well; adjust comment. from weerd@sthen2019-03-221-2/+2
* Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton2019-01-201-3/+3
* delete vmm(4) in i386pd2019-01-183-13/+4
* Add the pvclock(4) guest driver for paravirtual clocksreyk2018-11-231-1/+2
* The way we currently generate gap.o using a linker script results in .rodatakettenis2018-10-301-2/+2
* With lld the calculation of the entry point was wrong sincenaddy2018-10-261-4/+2
* Correct linker emulation name for lld when building i386 kernels on amd64.naddy2018-10-261-2/+2
* Add gapdummy logic (already used on other archs) to allow linking with lld.naddy2018-10-161-4/+8
* Move -Wno-address-of-packed-member to the clang block as well and syncjsg2018-09-121-3/+3
* move bwfm* at pci? to the wireless sectionjcs2018-08-271-2/+2
* port the amd64 code for loading intel microcode on boot to i386jsg2018-08-231-1/+2
* Enable uscom(4) where uslcom(4) is already present.mpi2018-08-221-1/+3
* Rework kcov kernel config. Instead of treating kcov as both an option and aanton2018-08-213-16/+8
* pseudo-device must be file-flagged otherwise ramdisks cannot link.deraadt2018-08-191-2/+2
* Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton2018-08-193-3/+20