aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Use the Linux sigframe to restore registersAndrew Turner2024-02-191-8/+88
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-06-291-49/+7
* linux(4): Cleanup includes under arm64/linuxDmitry Chagin2023-03-011-7/+1
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-091-22/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-091-141/+2
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-091-0/+3
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-11-061-1/+2
* linux(4): Properly build argument list for the signal handlerDmitry Chagin2022-06-171-3/+9
* Retire sv_transtrapDmitry Chagin2022-06-171-1/+0
* linux(4): Retire unneeded translate_traps from arm64Dmitry Chagin2022-06-171-11/+1
* linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin2022-06-171-0/+1
* linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin2022-06-171-21/+69
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-171-0/+2
* linux(4): Remove unused arm64 SDT declarationsEdward Tomasz Napierala2022-06-171-4/+0
* linux(4): Fix "set but not used" warningsEdward Tomasz Napierala2022-06-171-2/+0
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2022-06-171-0/+1
* linux: implement signal delivery on arm64Edward Tomasz Napierala2022-06-171-5/+93
* linux(4): Add arch name to the some printfs.Dmitry Chagin2022-06-171-2/+2
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2022-06-171-2/+6
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-171-32/+121
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2022-06-171-1/+11
* linux(4): implement coredumps on arm64Edward Tomasz Napierala2022-06-171-2/+2
* linux(4): revert arm64 part of 447636e43c0Edward Tomasz Napierala2022-06-171-2/+2
* linux(4): implement coredump supportEdward Tomasz Napierala2022-06-171-2/+2
* linux(4): Retire linux_kplatform.Dmitry Chagin2022-06-171-4/+0
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2022-05-121-0/+3
* linux(4): remove unfinished vsyscall bits on arm64Edward Tomasz Napierala2022-02-141-12/+1
* linux: export AT_HWCAP and AT_HWCAP2 on aarch64Edward Tomasz Napierala2022-02-131-3/+6
* linux: fix architecture returned for uname on aarch64Edward Tomasz Napierala2022-02-131-9/+3
* Fix the build after commit 5fa005e91560785dad5183db080209447afde3c2Mark Johnston2022-02-161-0/+3
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-311-0/+1
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-311-1/+1
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2022-01-141-7/+2
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-221-1/+2
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-131-0/+1
* arm64: clear debug registers after execve(2)Mitchell Horne2021-04-161-3/+9
* aarch64: Clear TLS registers during exec().John Baldwin2021-03-291-0/+5
* Arch64: Clear VFP state on execve()Alex Richardson2021-03-171-0/+8
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-231-1/+2
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-231-0/+3
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-4/+2
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-4/+3
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-3/+1
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-151-0/+7
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-6/+6
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-161-1/+2
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-091-8/+17