summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-23store specific strings for smbios baseboard vendor, product and serialJonathan Gray
2019-10-20Improve previouskn
2019-10-20Document "set db_console 0|1"kn
2019-10-12i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingTheo de Raadt
2019-08-22unused variable, after previous commitTheo de Raadt
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
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