summaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* amd64/linux*: mark brandlists as staticKonstantin Belousov2024-02-141-1/+1
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-12-131-1/+0
* linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin2023-10-101-28/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-101-1/+0
* linux(4): Regen for linux_nosys changeDmitry Chagin2023-10-105-11/+1
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-101-6/+1
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-091-1/+1
* linux(4): RegenDmitry Chagin2023-10-025-3/+201
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-10-022-2/+53
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-09-242-19/+1
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-121-9/+0
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-121-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
* linux(4): Simplify %r10 restoring on amd64Dmitry Chagin2023-05-282-9/+3
* linux(4): Add a comment explaining registers at syscall entry point on amd64Dmitry Chagin2023-05-281-0/+17
* linux(4): Drop a weird comment from linux_set_syscall_retval on amd64Dmitry Chagin2023-05-281-3/+0
* linux(4): Implement ptrace_pokeusr for x86_64Dmitry Chagin2023-05-181-3/+70
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-05-182-0/+10
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-05-182-0/+33
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-04-282-6/+6
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-2/+2
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-3/+3
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+4
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-222-46/+10
* syscall.master: Fix commentsWarner Losh2023-04-201-2/+4