Age | Commit message (Expand) | Author |
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 |
2021-01-23 | OPAL implements firmware calls that abstract communicating with the BMC over | Mark Kettenis |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-09 | Enable support for floating-point exceptions. We always run in "precise" | Mark Kettenis |
2021-01-07 | Fix typo in comment. | Mark Kettenis |
2020-12-30 | Enter power-saving mode on POWER9 (ISA v3) | gkoehler |
2020-12-23 | Use IPL_VM for the pmap pool like we do on amd64. | Mark Kettenis |
2020-12-23 | Handle a few more userland traps that would lead to a kernel panic. | Mark Kettenis |
2020-12-22 | Use SIGILL for the Facility Unavailable Interrupt in usermode. | gkoehler |
2020-12-22 | Clear FSCR register. This gives us a sane default state where all facilities | Mark Kettenis |
2020-12-20 | Fix typo. | Mark Kettenis |
2020-12-20 | The TCE table needs to be aligned on a boundary that is a multiple of its | Mark Kettenis |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-16 | Enable mcx(4) | Mark Kettenis |
2020-11-15 | Make sure we perform address translation to all elements of a DMA mapping. | Mark Kettenis |
2020-11-15 | Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to | Mark Kettenis |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-31 | Add support for passing a bootmac command line argument to RAMDISK. | Patrick Wildt |
2020-10-30 | No need to print that we're the console device; wsdisplay(4) will do that | Mark Kettenis |