aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* imgact: Mark brandinfo and note structures as constMark Johnston2025-10-141-6/+6
* linux: Regenerate system call definitionsMark Johnston2025-07-043-6/+45
* linux: Add inotify supportMark Johnston2025-07-041-2/+9
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-0/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* amd64: add pcb_tlsbaseKonstantin Belousov2025-05-281-1/+1
* 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-106/+106
* syscalls: Regen for Linux emulator additionsWarner Losh2024-05-232-6/+6
* linux: Support POSIX message queuesRicardo Branco2024-05-231-6/+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
* amd64/linux*: mark brandlists as staticKonstantin Belousov2024-02-111-1/+1
* sccs: Manual changesWarner Losh2023-11-271-1/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin2023-10-041-28/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-031-1/+0
* 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
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-021-1/+1
* linux(4): RegenDmitry Chagin2023-09-255-3/+201
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-252-2/+53
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-09-112-19/+1
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-051-9/+0
* 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-7/+14
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-2/+2
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-185-5/+0
* 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-165-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+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): Add elf_hwcap2 to x86Dmitry Chagin2023-07-281-1/+1
* linux(4): Regen for xattr syscallsDmitry Chagin2023-07-222-27/+27
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-095-5/+0
* linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-081-4/+95
* linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-081-57/+69
* linux(4) rt_sendsig: Remove the use of caddr_tDmitry Chagin2023-06-061-4/+4
* 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
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-5/+1
* linux(4): Fix stack unwinding across signal frame on x86_64Dmitry Chagin2023-05-281-2/+0
* linux(4): Preserve %rcx (return address) like a Linux doDmitry Chagin2023-05-281-0/+2