Age | Commit message (Expand) | Author |
2022-08-29 | Put printing the EFI memory map behind and #ifdef. | Mark Kettenis |
2022-08-29 | Work around MSI and INTx issues on Qualcomm SC8280XP. This makes the NVMe | Mark Kettenis |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
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-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-29 | Support full GICD SPI interrupt count for REG32/REG16. | Dale Rahn |
2022-08-27 | Add power button support. | Mark Kettenis |
2022-08-27 | Provide ENTRY_NB() for i386 | Theo Buehler |
2022-08-25 | amd64/lapic.c: remove unused extern prototype for tsc_delay() | Scott Soule Cheloha |
2022-08-25 | The "Avalanche" performance cores on Apple's M2 SoC have more than 16 | Mark Kettenis |
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-25 | No need for wsmux in this kernel configuration; ok visa@ | Miod Vallat |
2022-08-24 | Add DIT CPU feature. | Mark Kettenis |
2022-08-24 | Add missing licence, from nonaka@netbsd.org | Miod Vallat |
2022-08-24 | Build libsa with NO_NET as we don't need any of the network-related code in it. | Miod Vallat |
2022-08-24 | Force compilation to fail in case of implicit function declaration. | Miod Vallat |
2022-08-24 | Add prototype declarations for a bunch of functions. | Miod Vallat |
2022-08-23 | Added NFS client support to RAMDISK kernel as the same as other platforms. | Kenji Aoyama |
2022-08-23 | Recognize the cores on Apple's M2 SoC. | Mark Kettenis |
2022-08-22 | Get number of interrupt cells from device tree instead of guessing based | Tobias Heider |
2022-08-22 | remove locore.s bzero and use libkern bzero on i386 | Jonathan Gray |
2022-08-22 | remove extern for cpu var removed in 2015 | Jonathan Gray |
2022-08-22 | remove cpu var from i386; removed from amd64 in 2015 | Jonathan Gray |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-08-20 | drop detection code for Cyrix CPUs older than the Cyrix M2 | Daniel Dickman |
2022-08-20 | remove Cyrix 486DLC register defines from amd64 | Daniel Dickman |
2022-08-18 | repair printing of cpu class after machdep.c 1.652 | Jonathan Gray |
2022-08-18 | Move recomputation of hz and stathz from glk to glkclk, lets a kernel with | Miod Vallat |
2022-08-17 | Mention support for booting off RAID 1C | Klemens Nanni |
2022-08-17 | Fix vldc(4) event filters | Visa Hankala |
2022-08-17 | No more disklabel -B. | Miod Vallat |
2022-08-15 | unifdef KDB | Jonathan Gray |
2022-08-15 | Add softraid(4) RAID 1C boot support | Klemens Nanni |
2022-08-15 | drop detection code for 386sx/386dx CPUs | Daniel Dickman |
2022-08-13 | avoid uninitialised var when boot_unit has an unexpected value | Jonathan Gray |
2022-08-12 | Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support. | Stefan Sperling |
2022-08-12 | add support for booting from RAID 1C softraid(4) volumes on amd64 | Stefan Sperling |
2022-08-12 | Make sure we don't pass uninitialized siginfo values to trapsignal(); from | Miod Vallat |
2022-08-12 | Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware. | Kenji Aoyama |
2022-08-12 | use string literal for format string | Jonathan Gray |
2022-08-12 | use string literal for format string | Jonathan Gray |
2022-08-12 | amd64: simplify TSC synchronization testing | Scott Soule Cheloha |
2022-08-11 | powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock() | Scott Soule Cheloha |
2022-08-11 | Don't yet configure smmu(4) on Qualcomm SoCs as used on the Lenovo x13s | Patrick Wildt |
2022-08-10 | On the Qualcomm SoC as implemented on the Lenovo x13s the BIOS already | Patrick Wildt |
2022-08-10 | Also attach spdmem on Gdium. | Miod Vallat |
2022-08-10 | Pass the "good random" flag from the bootblocks to the kernel when applicable. | Miod Vallat |