Age | Commit message (Expand) | Author |
2021-11-19 | Correct the CPUID() and CPUID_LEAF() macros to not include a trailing | Philip Guenther |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-25 | typos in comments, from jj, reported by Elyes Haouas on irc | Stuart Henderson |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-04 | grow i386 media for new realtek firmwares | Theo de Raadt |
2021-09-19 | Unlock top part of the VM fault handler. | Martin Pieuchot |
2021-09-11 | Change the scope of the locking in pmap_extract() to prevent a race between | Mark Kettenis |
2021-09-06 | Serialize access to the global list of pmaps with a mutex. | Martin Pieuchot |
2021-09-05 | Introduce dummy pagers for 'special' subsystems using UVM objects. | Martin Pieuchot |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-09-02 | trailing whitespace | Jasper Lievisse Adriaanse |
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 |