aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-02-141-11/+1
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-021-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-021-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-021-6/+64
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-29/+2
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-129/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-021-17/+1
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-021-0/+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-12/+16
* linux(4): Microoptimize rt_sendsig(), convert signal mask onceDmitry Chagin2022-05-301-1/+1
* linux(4): Avoid direct manipulation of td_sigmaskDmitry Chagin2022-05-301-5/+3
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-05-231-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-05-231-23/+0
* Retire sv_transtrapDmitry Chagin2022-05-201-2/+1
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-05-151-28/+28
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-0/+2
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-151-1/+1
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-081-0/+7
* 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
* linux(4): Reduce diffs between linux_rt_sendsig() and sendsig()Edward Tomasz Napierala2022-01-041-3/+5
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2021-12-311-7/+2
* amd64: consistently use uprintf() to report weird situations in sigreturnKonstantin Belousov2021-09-211-2/+4
* amd64: centralize definitions of CS_SECURE and EFL_SECUREKonstantin Belousov2021-09-211-4/+1
* linux(4): Remove the unnecessary spaces.Dmitry Chagin2021-08-121-2/+2
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-121-0/+1
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2021-08-121-0/+10
* linux: fix sigaltstack on amd64Edward Tomasz Napierala2021-07-261-3/+3
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2021-07-201-1/+2
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-1/+1
* 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): Constify vdso install/deinstall.Dmitry Chagin2021-07-201-4/+4
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-201-30/+131
* 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
* 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 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
* linux: reduce differences between rt_sendsig() and sendsig()Edward Tomasz Napierala2021-06-211-13/+14
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-151-1/+2
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-061-0/+1
* linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin2021-06-071-1/+1
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2021-04-131-2/+3
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-04-101-21/+1
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-161-1/+2