aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* x86: Adjust base addr for PCI MCFG regionsColin Percival2024-01-181-1/+1
* x86: Support multiple PCI MCFG regionsJohn Baldwin2024-01-181-41/+92
* x86: Refactor pcie_cfgregopenJohn Baldwin2024-01-181-29/+46
* pci_cfgreg: Add shims to preserve ABI of pci_cfgreg(read|write)John Baldwin2024-01-181-0/+20
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2024-01-182-32/+40
* sys/*/conf/*, docs: fix links to handbookCeri Davies2024-01-102-2/+2
* linux: Check for copyout errors in linux_fixup()Mark Johnston2024-01-021-3/+6
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-4/+7
* Add cpu_sync_core()Konstantin Belousov2023-10-261-0/+8
* add pmap_active_cpus()Konstantin Belousov2023-10-261-0/+6
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+6
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-2/+2
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-091-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-092-2/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2313-13/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2353-106/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2334-34/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2332-32/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2349-98/+0
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-08-182-0/+4
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-112-1/+2
* linux: binutils as requires %eflags instead of %flags for CFI.John Baldwin2023-08-111-0/+8
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-051-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2556-56/+56
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-06-291-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-06-292-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-06-291-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-06-291-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-06-291-4/+2
* linux(4): Regen for struct l_old_stat changesDmitry Chagin2023-06-295-41/+8
* linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin2023-06-291-2/+2
* linux(4): Mark old fstat syscal as unimplementedDmitry Chagin2023-06-292-7/+2
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-06-291-1/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-06-291-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-06-292-54/+12
* linux(4): Regen for close_range syscallDmitry Chagin2023-06-293-4/+26
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-06-291-2/+6
* hwpmc: use kstack_contains()Mitchell Horne2023-06-091-4/+2
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-06-091-4/+0
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-091-0/+2
* x86: initialize use_xsave onceKonstantin Belousov2023-04-252-14/+6
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-211-0/+1
* i386: ansifyDmitry Chagin2023-04-095-39/+13
* hv_hid: Hyper-V HID driverYuri2023-03-311-0/+1
* ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel con...Hans Petter Selasky2023-03-231-0/+1
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-03-011-1/+1
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-03-014-23/+9
* linux(4): Move uselib() to i386Dmitry Chagin2023-03-011-0/+260
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-261-2/+0