Age | Commit message (Expand) | Author |
2022-08-09 | powerpc64: trigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |
2022-07-27 | Support "empty" phandles in interrups-extended properties. This is needed | Mark Kettenis |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-06-26 | add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl... | Stuart Henderson |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-24 | Add $OpenBSD$ tag and declare that this file is in the public domain. | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |
2022-02-22 | Remove extra ; | Visa Hankala |
2022-02-21 | implenent -> implement | Jonathan Gray |
2022-01-28 | Give ddb more access to registers on macppc, powerpc64 | George Koehler |
2022-01-14 | update drm to linux 5.15.14 | Jonathan Gray |
2022-01-08 | Remove verbose PCI and USB device info from BOOT | Visa Hankala |
2022-01-07 | Add missing dependency. | Visa Hankala |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-06 | Start to delete emulation support: since we're Just ELF, make | Philip Guenther |
2021-11-30 | add ixl(4) | Theo de Raadt |
2021-11-27 | free() with nullptr is OK, but not if the size is unitialized, and the | Theo de Raadt |
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-10-12 | Add (minimal) accounting for wired pages in userland pmaps. | Mark Kettenis |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-05 | wd(4) device node support was missing, add it. | Theo de Raadt |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-08-01 | style(9) | Mark Kettenis |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-09 | Enable MSI-X support for powerpc64. | Mark Kettenis |
2021-06-02 | Avoid spinning on the kernel lock with interrupts disabled. | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-30 | Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.h | Visa Hankala |
2021-05-30 | Include <sys/queue.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-19 | Double the maximum data size limit on powerpc64. Now it is 32 GB | Alexander Bluhm |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-05-13 | Improve mereg_add() like I did on arm64. | Mark Kettenis |
2021-05-11 | A Data Segment Interrupt does not indicate whether it was the result | Mark Kettenis |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-04-28 | Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. | Alexander Bluhm |
2021-04-15 | The SSR1 register can have bits set that don't match to bits in the MSR | Mark Kettenis |
2021-04-14 | Properly restore FPSCR register. | Mark Kettenis |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
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 |