summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-26emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT.Kevin Lo
2019-07-24Avoid strlcpy() and printing of bios date if fixstring() returns NULL.Jonathan Gray
2019-07-15store smbios date string in globally visible var for drmJonathan Gray
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-06-28Write back and invalidate caches before updating CPU microcode,Alexander Bluhm
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-06-14Add TSC_ADJUST CPUID flag.Mark Kettenis
2019-06-11Remove unused scheduler related definitions.Martin Pieuchot
2019-06-10Use PWAIT instead of PUSER in tsleep(9).Martin Pieuchot
2019-06-08When loading intel microcode in the non-efi case, error if the file isJonathan Gray
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation: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-23zap reference to non-existent function in a commentJasper Lievisse Adriaanse
2019-05-22i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha
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-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
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-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-03-07Return early in ucode loading if cpuid is not available. Should fixJonathan Gray
2019-02-02Improve stack trace saving on i386:Visa Hankala
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2019-01-20Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-18delete vmm(4) in i386pd
2019-01-07Extents code has its own set of flags and does not use malloc's.Alexander Bluhm
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2018-12-16Avoid using a too big bounce buffer by splitting up large reads. AllowsOtto Moerbeek
2018-12-10Ensure that we close the file descriptor after loading microcode.Joel Sing
2018-12-10Do not call free on a non-allocated pointer.Joel Sing
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
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-23Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9).Mark Kettenis
2018-10-16Add linker script to assis lld with building something usable that doesn'tMark Kettenis