summaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux_sysvec.c
AgeCommit message (Expand)Author
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-06-24arm64: Add AT_HWCAP3 and AT_HWCAP4 supportAndrew Turner
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
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-03syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov
2023-09-11linux(4): Cleanup includes under arm64Dmitry Chagin
2023-09-05linux(4): Validate exec_setregs on arm64Dmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-15linux(4): Rework signal trampoline on Aarch64Dmitry Chagin
2023-05-15linux(4): Get rid of linux_vdso_sigcodeDmitry Chagin
2023-05-15linux(4): Fix stack unwinding on arm64 [2/2]Dmitry Chagin
2023-05-15linux(4): Fix stack unwinding on arm64 [1/2]Dmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-22linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin
2023-02-14linux(4): Cleanup includes under arm64/linuxDmitry Chagin
2023-02-02linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin
2023-02-02linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2022-10-28linux: populate sv_syscallnames in each sysentvecMitchell Horne
2022-07-18Rework how shared page related data is storedKornel Dulęba
2022-05-30linux(4): Properly build argument list for the signal handlerDmitry Chagin
2022-05-20Retire sv_transtrapDmitry Chagin
2022-05-20linux(4): Retire unneeded translate_traps from arm64Dmitry Chagin
2022-05-15linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin
2022-05-15linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin
2022-05-15linux(4): Move sigframe definitions to separate headersDmitry Chagin
2022-01-17exec: Introduce the PROC_PS_STRINGS() macroMark Johnston
2022-01-17sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston
2021-12-31exec: Simplify sv_copyout_strings implementations a bitMark Johnston
2021-12-21linux(4): Remove unused arm64 SDT declarationsEdward Tomasz Napierala
2021-12-08syscall_args: remove MAXARGS defineBrooks Davis
2021-11-29linux(4): Fix "set but not used" warningsEdward Tomasz Napierala
2021-08-12linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin
2021-07-25linux: implement signal delivery on arm64Edward Tomasz Napierala
2021-07-20linux(4): Add arch name to the some printfs.Dmitry Chagin
2021-07-20linux(4): Fixup the vDSO initialization order.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-07-20linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin
2021-07-16Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-13linux(4): remove unfinished vsyscall bits on arm64Edward Tomasz Napierala
2021-07-10Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall
2021-07-10Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-03linux(4): implement coredumps on arm64Edward Tomasz Napierala
2021-07-01linux(4): revert arm64 part of 447636e43c0Edward Tomasz Napierala
2021-06-30linux(4): implement coredump supportEdward Tomasz Napierala