Age | Commit message (Expand) | Author |
2024-07-14 | Add missing <machine/elf.h> for compound arches. | Miod Vallat |
2024-06-11 | remove drm prototypes duplicating those in sys/conf.h | Jonathan Gray |
2024-05-29 | indent with tabs not spaces; from jon@elytron.openbsd.amsterdam | Jonathan Gray |
2024-05-22 | remove prototypes with no matching function; ok miod@ | Jonathan Gray |
2024-05-22 | remove extern with no matching var; ok miod@ | Jonathan Gray |
2024-01-21 | Print raw battery information if KB3310_DEBUG, not DEBUG. NFC | Miod Vallat |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-08-26 | Adapt glxclk(4) for clockintr | Visa Hankala |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-10 | Adjust knote(9) API | Visa Hankala |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-11-19 | mips64, loongson, octeon: switch to clockintr | Scott Soule Cheloha |
2022-11-14 | Add missing clock trigger to loongson_isa_splx(). | Visa Hankala |
2022-10-15 | ansi | Jonathan Gray |
2022-10-15 | ansi | Jonathan Gray |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-08-18 | Move recomputation of hz and stathz from glk to glkclk, lets a kernel with | Miod Vallat |
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 |
2022-08-10 | Add iic at glxpcib, to get spdmem to attach on 2F-based systems. | Miod Vallat |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-23 | Neither macppc nor the retired loongson have any remaining useful | Kenneth R Westerback |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-21 | disatcher -> dispatcher | Jonathan Gray |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-24 | Replace cpus_running with CPU_IS_RUNNING(). | Visa Hankala |
2021-07-12 | Remember to set CPUF_RUNNING on secondary CPUs. | Visa Hankala |
2021-07-12 | Make hw_cpu_hatch() more similar on loongson and octeon. | Visa Hankala |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |