aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter2024-04-234-4/+4
* sys: add conf/std.debug, generic debugging optionsLexi Winter2024-04-233-9/+14
* i386: Fix a typo in a source code commentGordon Bergling2024-04-201-1/+1
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* x86 NOTES: Move shared options from amd/i386 NOTES to x86 NOTESJohn Baldwin2024-04-141-502/+19
* NOTES: Move ENABLE_ALART option to MI NOTES next to intpm deviceJohn Baldwin2024-04-141-5/+0
* x86 NOTES: Move NKPT and PMAP_SHPGPERPROC options to VM OPTIONS sectionJohn Baldwin2024-04-141-16/+16
* x86 NOTES: Remove some obsolete commentsJohn Baldwin2024-04-141-12/+0
* i386: Use DEV_HYPERV to enable HyperV APIC vectorJohn Baldwin2024-04-143-4/+1
* NOTES: Move the VirtIO entries to the MI NOTES fileJohn Baldwin2024-04-141-18/+0
* NOTES: Move safe(4) to the MI NOTES fileJohn Baldwin2024-04-141-7/+0
* NOTES: Move NVMe entries to MI fileJohn Baldwin2024-04-091-5/+0
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-04-091-13/+0
* ktrace: Record syscall violations with KTR_CAPFAILJake Freeland2024-04-071-18/+16
* x86: handle MXCSR from XSAVEOPT when x87 state was optimizedKonstantin Belousov2024-03-281-0/+21
* x86: test the right CPUID bit when checking for XSAVEOPT supportKonstantin Belousov2024-03-261-2/+6
* ath(4): always enable 11nBjoern A. Zeeb2024-02-221-1/+0
* i386: Use bool for booleans in getmemsizeJohn Baldwin2024-02-051-9/+10
* amd64 & i386: enable VIMAGE in MINIMALMina Galić2024-02-031-0/+1
* ddb: Use bool for boolean variables in MD codeJohn Baldwin2024-02-021-526/+526
* x86: Consistently pass true/false to is_pde parameter of pmap_cache_bitsJohn Baldwin2024-02-021-17/+18
* pmap: Convert boolean_t to bool.John Baldwin2024-01-314-93/+92
* x86: Adjust base addr for PCI MCFG regionsColin Percival2023-12-271-1/+1
* linux: Check for copyout errors in linux_fixup()Mark Johnston2023-12-261-3/+6
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-4/+7
* xen: add SPDX license tags to Xen headersElliott Mitchell2023-12-151-0/+2
* x86: Support multiple PCI MCFG regionsJohn Baldwin2023-11-291-41/+92
* x86: Refactor pcie_cfgregopenJohn Baldwin2023-11-291-29/+46
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-292-32/+40
* xen: correct spacing in hypercall.h headersElliott Mitchell2023-11-281-86/+86
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2715-15/+0
* sccs: Manual changesWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2735-69/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* _bus.h: Use standard licnese textWarner Losh2023-11-131-24/+7
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-191-2/+2
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+6
* x86: Rename {stop,start}_emulating to fpu_{enable,disable}John Baldwin2023-10-111-19/+16
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-102-0/+2
* linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin2023-10-101-1/+1
* i386: Add a leaf PTP when pmap_enter(psind=1) creates a wired mappingBojan Novković2023-10-091-2/+30
* linux(4): Regen for linux_nosys changeDmitry Chagin2023-10-035-11/+1
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-031-6/+1
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-022-2/+2
* i386 pmap: Adapt recent amd64/arm64 superpage improvementsAlan Cox2023-09-262-65/+137
* linux(4): RegenDmitry Chagin2023-09-255-3/+183
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-4/+50
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-052-9/+2
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-051-14/+0