summaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Create a Linux view of the ID registersAndrew Turner2024-02-191-2/+2
* arm64: Use the Linux sigframe to restore registersAndrew Turner2023-11-061-8/+88
* linux(4): Drop the outdated comment, nosys is fine since 39024a89Dmitry Chagin2023-10-181-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* linux(4): Cleanup includes under arm64Dmitry Chagin2023-09-241-3/+1
* linux(4): Validate exec_setregs on arm64Dmitry Chagin2023-09-241-19/+2
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-3/+1
* linux(4): Rework signal trampoline on Aarch64Dmitry Chagin2023-05-141-3/+3
* linux(4): Get rid of linux_vdso_sigcodeDmitry Chagin2023-05-141-2/+2
* 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-121-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-49/+7
* linux(4): Cleanup includes under arm64/linuxDmitry Chagin2023-02-141-7/+1
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-22/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-141/+2
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-021-0/+3
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-1/+1
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-10-281-1/+2
* Rework how shared page related data is storedKornel Dulęba2022-07-181-1/+1
* linux(4): Properly build argument list for the signal handlerDmitry Chagin2022-05-301-3/+9
* Retire sv_transtrapDmitry Chagin2022-05-201-1/+0
* linux(4): Retire unneeded translate_traps from arm64Dmitry Chagin2022-05-201-11/+1
* linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin2022-05-151-0/+1
* linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin2022-05-151-21/+69
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-0/+2
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-171-1/+1
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+1
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2021-12-311-7/+2
* linux(4): Remove unused arm64 SDT declarationsEdward Tomasz Napierala2021-12-211-4/+0
* syscall_args: remove MAXARGS defineBrooks Davis2021-12-081-3/+4
* linux(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-11-291-2/+0
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-121-0/+1
* linux: implement signal delivery on arm64Edward Tomasz Napierala2021-07-251-5/+93
* linux(4): Add arch name to the some printfs.Dmitry Chagin2021-07-201-2/+2
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2021-07-201-2/+6
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-201-31/+123
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2021-07-201-1/+11
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* linux(4): remove unfinished vsyscall bits on arm64Edward Tomasz Napierala2021-07-131-12/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* linux(4): implement coredumps on arm64Edward Tomasz Napierala2021-07-031-2/+2
* linux(4): revert arm64 part of 447636e43c0Edward Tomasz Napierala2021-07-011-2/+2
* linux(4): implement coredump supportEdward Tomasz Napierala2021-06-301-2/+2
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+3
* linux(4): Retire linux_kplatform.Dmitry Chagin2021-06-221-4/+0
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-151-1/+2