aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITSRicardo Branco13 days1-0/+2
* kmap_alloc_wait/kmap_free_wakeup: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-1/+1
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-10/+10
* linux: make sysent for membarrierRicardo Branco2026-04-222-3/+8
* linux: Add support for membarrier(2)Ricardo Branco2026-04-221-1/+2
* imgact: Mark brandinfo and note structures as constZhenlei Huang2025-10-181-6/+6
* linux: Regenerate system call definitionsMark Johnston2025-07-043-9/+60
* linux: Add inotify supportMark Johnston2025-07-041-3/+12
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-0/+4
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sysent: retire unused SV_IA32Brooks Davis2025-06-031-2/+2
* sysent: regen for typo fixBrooks Davis2024-10-221-1/+1
* sysent: regen commentsBrooks Davis2024-10-011-1/+2
* sysent: regen removing comment alignmentBrooks Davis2024-10-011-39/+39
* proc: Remove kernel stack swapping support, part 6Mark Johnston2024-07-291-2/+2
* syscalls: Regen for Linux emulator additionsWarner Losh2024-05-232-6/+6
* linux: Support POSIX message queuesRicardo Branco2024-05-231-61/+0
* linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco2024-05-231-2/+2
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* linux: Check for copyout errors in linux_fixup()Mark Johnston2023-12-261-3/+6
* sccs: Manual changesWarner Losh2023-11-271-1/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin2023-10-101-1/+1
* 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
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-021-1/+1
* 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
* 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-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* 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