summaryrefslogtreecommitdiff
path: root/sys/arm64/linux
AgeCommit message (Expand)Author
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-07-04linux: Regenerate system call definitionsMark Johnston
2025-07-04linux: Add inotify supportMark Johnston
2025-06-24arm64: Add AT_HWCAP3 and AT_HWCAP4 supportAndrew Turner
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-31thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov
2024-10-22sysent: regen for typo fixBrooks Davis
2024-10-01sysent: regen commentsBrooks Davis
2024-10-01sysent: regen removing comment alignmentBrooks Davis
2024-06-05linux64: Fix the build on arm64 with bti checkingAndrew Turner
2024-05-23syscalls: Regen for Linux emulator additionsWarner Losh
2024-05-23linux: Support POSIX message queuesRicardo Branco
2024-05-23linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco
2024-04-15sysproto.h: sys/acl.h -> sys/types.hBrooks Davis
2023-11-18makesyscalls: don't make syscall.mk by defaultBrooks Davis
2023-11-10arm64: Create a Linux view of the ID registersAndrew Turner
2023-10-27arm64: Use the Linux sigframe to restore registersAndrew Turner
2023-10-10linux(4): Drop the outdated comment, nosys is fine since 39024a89Dmitry Chagin
2023-10-03linux(4): Regen for linux_nosys changeDmitry Chagin
2023-10-03linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin
2023-10-03syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov
2023-09-25linux(4): RegenDmitry Chagin
2023-09-25linux(4): Update syscalls.master to 6.5Dmitry Chagin
2023-09-12linux(4): Cleanup dummy syscall list on arm64Dmitry Chagin
2023-09-11linux(4): Cleanup includes under arm64Dmitry Chagin
2023-09-05linux(4): Validate exec_setregs on arm64Dmitry Chagin
2023-09-05linux(4): Deduplicate mmap2Dmitry Chagin
2023-09-05linux(4): Deduplicate mprotect, madviseDmitry Chagin
2023-08-20Regen for writev syscallDmitry Chagin
2023-08-20linux(4): Add a writev syscall wrapperDmitry Chagin
2023-08-20linux(4): Add a write syscall wrapperDmitry Chagin
2023-08-20Regen for write syscallDmitry Chagin
2023-08-20linux(4): Modify write syscall to match LinuxDmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-17linux(4): Fix leftovers after 2ff63af9Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-04linux(4): Regen for ioprio syscallsDmitry Chagin
2023-08-04linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin
2023-07-22linux(4): Regen for xattr syscallsDmitry Chagin
2023-07-22linux(4): Modify xattr syscalls to match LinuxDmitry Chagin
2023-06-09Regenerate sysent stuff after $FreeBSD$ removalWarner Losh
2023-05-29linux(4): Regen for linux_execveDmitry Chagin
2023-05-29linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-18linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin