aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux
Commit message (Expand)AuthorAgeFilesLines
* thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov2025-06-121-1/+1
* linux64: Fix the build on arm64 with bti checkingAndrew Turner2024-09-021-0/+4
* arm64: Create a Linux view of the ID registersAndrew Turner2024-02-191-2/+2
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-12-131-1/+0
* arm64: Use the Linux sigframe to restore registersAndrew Turner2023-11-062-9/+88
* linux(4): Drop the outdated comment, nosys is fine since 39024a89Dmitry Chagin2023-10-181-1/+1
* 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
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* linux(4): RegenDmitry Chagin2023-10-025-3/+183
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-10-021-3/+50
* linux(4): Cleanup dummy syscall list on arm64Dmitry Chagin2023-09-251-5/+0
* linux(4): Cleanup includes under arm64Dmitry Chagin2023-09-242-5/+1
* linux(4): Validate exec_setregs on arm64Dmitry Chagin2023-09-241-19/+2
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-121-18/+0
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-121-15/+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-184-4/+0
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-172-3/+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-166-11/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+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): 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): 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-3/+1
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-05-182-0/+11
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-05-182-0/+10
* linux(4): Rework signal trampoline on Aarch64Dmitry Chagin2023-05-143-5/+7
* linux(4): Get rid of linux_vdso_sigcodeDmitry Chagin2023-05-143-9/+3
* linux(4): Fix stack unwinding on arm64 [2/2]Dmitry Chagin2023-05-141-1/+2
* linux(4): Fix stack unwinding on arm64 [1/2]Dmitry Chagin2023-05-141-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* 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
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-2/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+4
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-50/+8
* syscall.master: Fix commentsWarner Losh2023-04-201-0/+4