Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | off-by-one check didn't recognize partition 'a' section on specified | Theo de Raadt |
2022-03-26 | grow i386 media | Theo de Raadt |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | aligend -> aligned | Jonathan Gray |
2022-02-21 | differenent -> different | Jonathan Gray |
2022-02-21 | Constify struct cfattach. | Martin Pieuchot |
2022-02-21 | lenghy -> lengthy | Jonathan Gray |
2022-02-21 | mappiing -> mapping | Jonathan Gray |
2022-02-17 | remove unused include files | Theo de Raadt |
2022-02-17 | If S4 is not available, use S5 for the ACPI-transitions in hibernate support. | Theo de Raadt |
2022-02-13 | Move some MI pieces out of suspend_mp/resume_mp | Theo de Raadt |
2022-02-12 | wsdisplay checks are no longer needed here | Theo de Raadt |
2022-02-11 | the sleep_clocks() hook is not needed because the architectures which | Theo de Raadt |
2022-02-10 | Duplicate "park disk" code, so that the SUSPEND case can be MI, it is only | Theo de Raadt |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-05 | grow the dmesg buffer on i386 from 4 to 8 pages | Daniel Dickman |
2022-02-01 | An old hack skips use of memory regions < 1MB size, because some machines | Theo de Raadt |
2022-01-25 | Capture a repeated pattern into sysctl_securelevel_int function | Greg Steuck |
2022-01-17 | Allow more memory ranges in hibernate | Mike Larkin |
2022-01-16 | Remove trailing whitespace in a few places. No code change. | Mike Larkin |
2022-01-03 | reuse gcu(4) comment from GENERIC fixing spelling | Jonathan Gray |
2022-01-03 | happend -> happened | Jonathan Gray |
2022-01-02 | Prism54 (only full-mac varients) -> Prism54 Full-MAC | Jonathan Gray |
2022-01-02 | contoller -> controller | Jonathan Gray |
2022-01-02 | phsyaddr -> physaddr | Jonathan Gray |
2022-01-02 | addres -> address | Jonathan Gray |
2021-12-31 | avaialble -> available | Jonathan Gray |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-14 | delete incorrect comment about sys/cdefs.h | Theo de Raadt |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
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 |