Age | Commit message (Expand) | Author |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-16 | call default db_ktrap() with tf_err, not 0 for exception error code | Jonathan Gray |
2023-04-16 | Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP() | Philip Guenther |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | spelling | Jonathan Gray |
2023-03-15 | store bios version, needed for amdgpu Steam Deck quirk | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-06 | In iskmemdev(), do not check for the minor of /dev/io. It has been | Miod Vallat |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-10 | Adjust knote(9) API | Visa Hankala |
2023-02-09 | i386: lapic_timer_trigger: disable interrupts around lapic_timer_oneshot() | Scott Soule Cheloha |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-30 | remove unneeded includes in arch/i386 | Jonathan Gray |
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 |