Age | Commit message (Expand) | Author |
2021-09-02 | Initialize mutex to IPL_NONE. | Martin Pieuchot |
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-17 | Sync amd64's est.c r1.40 to i386 | Theo Buehler |
2021-08-12 | Add missing newlines to some printfs in est_acpi_pss_changed() | Theo Buehler |
2021-08-11 | sync with amd64 k1x-pstate.c r1.11 | Theo Buehler |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2021-07-08 | The properties of the crypto algorithms never change. Declare them | Alexander Bluhm |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-20 | Reinstate locks around uvm_fault calls from upageflttrap and kpageflttrap | Stuart Henderson |
2021-06-16 | Change the prefix of UVM object functions to match NetBSD's. | Martin Pieuchot |
2021-06-11 | limit workaround for AMD errata 400 to family 0fh and 10h | Jonathan Gray |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-05-01 | Update the remaining SYSCTL_INT_READONLY cases | gnezdo |
2021-04-29 | Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit. | Alexander Bluhm |
2021-04-28 | Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. | Alexander Bluhm |
2021-04-24 | Convert allocations to km_alloc(9). | Martin Pieuchot |
2021-03-16 | Bump MAXTSIZ to 256MB on i386. | Kurt Miller |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-07 | Explicitly align kernel text. | mortimer |
2021-03-06 | ansi | Jonathan Gray |
2021-02-23 | remove some unused includes | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-16 | some phy are not needed anymore since the ethernet drivers went away | Theo de Raadt |
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 |
2021-01-09 | Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctl | gnezdo |
2021-01-06 | Allocate pages for the F00F bug fix using km_alloc(9) instead of | Jonathan Matthew |
2021-01-03 | Allocate address space for reposting vga devices using km_alloc(9) rather | Jonathan Matthew |
2020-12-28 | Initialize pmap_kernel()'s mutexes. | Martin Pieuchot |
2020-12-27 | Enable acpihpet on install media, because otherwise clock initialization | Theo de Raadt |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-20 | Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with | Jonathan Matthew |
2020-12-19 | Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few | Jonathan Matthew |
2020-12-15 | Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9). | Mark Kettenis |
2020-12-13 | Geode CPU does not support SSE, so MXCSR does not exists there. As | Alexander Bluhm |
2020-12-09 | fxp does not currently fit | Theo de Raadt |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from | Alexander Bluhm |
2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we | Mark Kettenis |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-27 | refactor page-fault handling out of the trap() switch into user and | Theo de Raadt |
2020-10-16 | xe(4) and mtd(4) are from a long gone era | Theo de Raadt |
2020-10-16 | ef(4), give me a break | Theo de Raadt |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |