aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-052-9/+2
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-051-14/+0
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+8
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* Regen for writev syscallDmitry Chagin2023-08-205-7/+14
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-201-2/+2
* linux(4): Add a write syscall wrapperDmitry Chagin2023-08-201-1/+1
* Regen for write syscallDmitry Chagin2023-08-205-9/+16
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-3/+3
* linux(4): Follow style(9), include sys/systm.h after sys/param.hDmitry Chagin2023-08-182-2/+2
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-188-8/+0
* linux(4): Regen for sendfileDmitry Chagin2023-08-172-3/+3
* linux(4): Use l_off_t type for offset argument in sendfile syscallDmitry Chagin2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1611-11/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1651-102/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1634-34/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1626-26/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1646-92/+0
* x86: move EARLY_AP_STARTUP into DEFAULTSEd Maste2023-08-143-2/+2
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-3/+2
* linux(4): Regen for ioprio syscallsDmitry Chagin2023-08-043-8/+47
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-041-4/+11
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-021-1/+1
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-07-282-1/+2
* linux(4): Regen for xattr syscallsDmitry Chagin2023-07-222-27/+27
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* i386: Switch to PIC kernel modulesDmitry Chagin2023-07-191-0/+1
* Fix i386 MINIMAL buildKristof Provost2023-07-141-0/+1
* vm_radix_init: use initializerDoug Moore2023-07-141-0/+1
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-42/+0
* linux: binutils as requires %eflags instead of %flags for CFI.John Baldwin2023-06-301-0/+8
* i386 acpi: Remove unneeded function declaration.John Baldwin2023-06-301-1/+0
* Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-095-5/+0
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-06-041-0/+3
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-011-0/+2
* linux(4): Regen for linux_execveDmitry Chagin2023-05-292-6/+6
* linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin2023-05-291-2/+2
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-291-3/+0
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-292-18/+4
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-251-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1252-52/+52
* Complete removing twe(4)Li-Wen Hsu2023-05-111-1/+0
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-4/+2
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-05-061-4/+0
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-04-281-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-04-282-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0