summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2023-04-25Do not attempt to write to read-only softraidKlemens Nanni
2023-04-16call default db_ktrap() with tf_err, not 0 for exception error codeJonathan Gray
2023-04-16Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP()Philip Guenther
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-11fix double words in commentsJonathan Gray
2023-04-10spellingJonathan Gray
2023-03-15store bios version, needed for amdgpu Steam Deck quirkJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-06In iskmemdev(), do not check for the minor of /dev/io. It has beenMiod Vallat
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-10Adjust knote(9) APIVisa Hankala
2023-02-09i386: lapic_timer_trigger: disable interrupts around lapic_timer_oneshot()Scott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-30remove unneeded includes in arch/i386Jonathan Gray
2023-01-18Do on i386 as we do on amd64. This is done on variable cpu_pae, whichTheo de Raadt
2023-01-17include isadma.h not isa.hJonathan Gray
2023-01-17test NSDMMC not SDMMCJonathan Gray
2023-01-17remove elansc(4) driver for AMD Elan SC520 System ControllerJonathan Gray
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-11i386/machdep.c: revert revisions 1.659 and 1.660Scott Soule Cheloha
2023-01-10Hide WAITPKG cpu feature from vmm(4) guests.Dave Voutila
2023-01-10i386: identifycpu(): only calibrate_cyclecounter() on primary CPUScott Soule Cheloha
2023-01-10i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()Scott Soule Cheloha
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2022-12-30Actually hide the clang-15 workaround behind the COMPILER_VERSION checkJeremie Courreges-Anglas
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-27Ansify pxe_netif_close() and {,pxe}socktodesc()Jeremie Courreges-Anglas
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06i386: switch to clockintrScott Soule Cheloha
2022-11-08i386: add delay_fini()Scott Soule Cheloha
2022-11-01Use todr_attach().Mark Kettenis
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-10add references to 10h 12h revision guidesJonathan Gray
2022-09-24add SH-B0 0x00000f50 socket 940 family 0Fh OpteronJonathan Gray
2022-09-23only call printf the first time amd64_errata() is calledJonathan Gray
2022-09-20remove HY_D1_G34R1 enum value and just use HY_D1Jonathan Gray
2022-09-10amd64, i386: lapic_initclocks: install i8254 before lapic_startclock()Scott Soule Cheloha
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-09-06i386/lapic.c: sync with amd64/lapic.cScott Soule Cheloha
2022-09-04spellingJonathan Gray
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02Reduce differences to amd64.Mike Larkin
2022-09-02Adopt a terser specification of an MBR partition table ofKenneth R Westerback
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-09-01Delete force CHS remnants here too.Kenneth R Westerback
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-08-29static const, not const staticJonathan Gray
2022-08-29static inline, not inline staticJonathan Gray