summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29off-by-one check didn't recognize partition 'a' section on specifiedTheo de Raadt
2022-03-26grow i386 mediaTheo de Raadt
2022-03-26Enable mtw(4) on i386, macppc, and arm64.Stefan Sperling
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-21aligend -> alignedJonathan Gray
2022-02-21differenent -> differentJonathan Gray
2022-02-21Constify struct cfattach.Martin Pieuchot
2022-02-21lenghy -> lengthyJonathan Gray
2022-02-21mappiing -> mappingJonathan Gray
2022-02-17remove unused include filesTheo de Raadt
2022-02-17If S4 is not available, use S5 for the ACPI-transitions in hibernate support.Theo de Raadt
2022-02-13Move some MI pieces out of suspend_mp/resume_mpTheo de Raadt
2022-02-12wsdisplay checks are no longer needed hereTheo de Raadt
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-10Duplicate "park disk" code, so that the SUSPEND case can be MI, it is onlyTheo de Raadt
2022-02-09Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.cTheo de Raadt
2022-02-08The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.Theo de Raadt
2022-02-05grow the dmesg buffer on i386 from 4 to 8 pagesDaniel Dickman
2022-02-01An old hack skips use of memory regions < 1MB size, because some machinesTheo de Raadt
2022-01-25Capture a repeated pattern into sysctl_securelevel_int functionGreg Steuck
2022-01-17Allow more memory ranges in hibernateMike Larkin
2022-01-16Remove trailing whitespace in a few places. No code change.Mike Larkin
2022-01-03reuse gcu(4) comment from GENERIC fixing spellingJonathan Gray
2022-01-03happend -> happenedJonathan Gray
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02contoller -> controllerJonathan Gray
2022-01-02phsyaddr -> physaddrJonathan Gray
2022-01-02addres -> addressJonathan Gray
2021-12-31avaialble -> availableJonathan Gray
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-14delete incorrect comment about sys/cdefs.hTheo de Raadt
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-19Correct the CPUID() and CPUID_LEAF() macros to not include a trailingPhilip Guenther
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-25typos in comments, from jj, reported by Elyes Haouas on ircStuart Henderson
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
2021-10-24Stop setting etype in the MD crypto code. So far we have set the etypePatrick Wildt
2021-10-23Retire asynchronous crypto API as it is no longer required by any driver andTobias Heider
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-13The kernel crypto framework sometimes returned an error, sometimesAlexander Bluhm
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-10-04grow i386 media for new realtek firmwaresTheo de Raadt
2021-09-19Unlock top part of the VM fault handler.Martin Pieuchot
2021-09-11Change the scope of the locking in pmap_extract() to prevent a race betweenMark Kettenis
2021-09-06Serialize access to the global list of pmaps with a mutex.Martin Pieuchot
2021-09-05Introduce dummy pagers for 'special' subsystems using UVM objects.Martin Pieuchot
2021-09-03add kprobes provider for dtJasper Lievisse Adriaanse
2021-09-02trailing whitespaceJasper Lievisse Adriaanse