Age | Commit message (Expand) | Author |
2023-01-18 | Do on i386 as we do on amd64. This is done on variable cpu_pae, which | Theo de Raadt |
2023-01-17 | include isadma.h not isa.h | Jonathan Gray |
2023-01-17 | test NSDMMC not SDMMC | Jonathan Gray |
2023-01-17 | remove elansc(4) driver for AMD Elan SC520 System Controller | Jonathan Gray |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-11 | i386/machdep.c: revert revisions 1.659 and 1.660 | Scott Soule Cheloha |
2023-01-10 | Hide WAITPKG cpu feature from vmm(4) guests. | Dave Voutila |
2023-01-10 | i386: identifycpu(): only calibrate_cyclecounter() on primary CPU | Scott Soule Cheloha |
2023-01-10 | i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter() | Scott Soule Cheloha |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2022-12-30 | Actually hide the clang-15 workaround behind the COMPILER_VERSION check | Jeremie Courreges-Anglas |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-27 | Ansify pxe_netif_close() and {,pxe}socktodesc() | Jeremie Courreges-Anglas |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | i386: switch to clockintr | Scott Soule Cheloha |
2022-11-08 | i386: add delay_fini() | Scott Soule Cheloha |
2022-11-01 | Use todr_attach(). | Mark Kettenis |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-10 | add references to 10h 12h revision guides | Jonathan Gray |
2022-09-24 | add SH-B0 0x00000f50 socket 940 family 0Fh Opteron | Jonathan Gray |
2022-09-23 | only call printf the first time amd64_errata() is called | Jonathan Gray |
2022-09-20 | remove HY_D1_G34R1 enum value and just use HY_D1 | Jonathan Gray |
2022-09-10 | amd64, i386: lapic_initclocks: install i8254 before lapic_startclock() | Scott Soule Cheloha |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-06 | i386/lapic.c: sync with amd64/lapic.c | Scott Soule Cheloha |
2022-09-04 | spelling | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-02 | Reduce differences to amd64. | Mike Larkin |
2022-09-02 | Adopt a terser specification of an MBR partition table of | Kenneth R Westerback |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-09-01 | Delete force CHS remnants here too. | Kenneth R Westerback |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-27 | Provide ENTRY_NB() for i386 | Theo Buehler |
2022-08-25 | amd64, i386: use delay_init() instead of writing delay_func by hand | Scott Soule Cheloha |
2022-08-25 | amd64, i386: add delay_init(): basic delay(9) implementation management | Scott Soule Cheloha |
2022-08-22 | remove locore.s bzero and use libkern bzero on i386 | Jonathan Gray |
2022-08-22 | remove cpu var from i386; removed from amd64 in 2015 | Jonathan Gray |
2022-08-20 | drop detection code for Cyrix CPUs older than the Cyrix M2 | Daniel Dickman |
2022-08-18 | repair printing of cpu class after machdep.c 1.652 | Jonathan Gray |
2022-08-15 | drop detection code for 386sx/386dx CPUs | Daniel Dickman |
2022-08-08 | remove mouse.h last used by pre-wscons drivers | Jonathan Gray |
2022-07-27 | retire Rise CPU identification code | Daniel Dickman |
2022-07-12 | remove cache parts of struct cpu_info which were used by vmm | Jonathan Gray |
2022-07-07 | retire NexGen CPU identification code | Daniel Dickman |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-29 | remove archaic comment from original import of i386 pmap | Dave Voutila |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |