aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux
Commit message (Expand)AuthorAgeFilesLines
* imgact: Mark brandinfo and note structures as constMark Johnston8 days1-5/+5
* linux: Regenerate system call definitionsMark Johnston2025-07-043-6/+45
* linux: Add inotify supportMark Johnston2025-07-041-2/+9
* arm64: Add AT_HWCAP3 and AT_HWCAP4 supportAndrew Turner2025-06-242-3/+5
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-0/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov2025-05-311-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-157/+157
* linux64: Fix the build on arm64 with bti checkingAndrew Turner2024-06-051-0/+4
* 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
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* arm64: Create a Linux view of the ID registersAndrew Turner2023-11-101-2/+2
* arm64: Use the Linux sigframe to restore registersAndrew Turner2023-10-272-9/+88
* linux(4): Drop the outdated comment, nosys is fine since 39024a89Dmitry 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-3/+50
* linux(4): Cleanup dummy syscall list on arm64Dmitry Chagin2023-09-121-5/+0
* linux(4): Cleanup includes under arm64Dmitry Chagin2023-09-112-5/+1
* linux(4): Validate exec_setregs on arm64Dmitry Chagin2023-09-051-19/+2
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-051-18/+0
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-051-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