summaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-091-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-091-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-091-6/+64
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-091-29/+2
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-091-129/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-091-17/+1
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-091-0/+1
* 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-12/+16
* linux(4): Microoptimize rt_sendsig(), convert signal mask onceDmitry Chagin2022-06-171-1/+1
* linux(4): Avoid direct manipulation of td_sigmaskDmitry Chagin2022-06-171-5/+3
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-06-171-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-06-171-23/+0
* Retire sv_transtrapDmitry Chagin2022-06-171-2/+1
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-06-171-28/+28
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-171-0/+2
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-06-171-1/+1
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-06-171-0/+7
* linux(4): Reduce diffs between linux_rt_sendsig() and sendsig()Edward Tomasz Napierala2022-06-171-3/+5
* linux(4): Remove the unnecessary spaces.Dmitry Chagin2022-06-171-2/+2
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2022-06-171-0/+1
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2022-06-171-0/+10
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2022-06-171-1/+2
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-1/+1
* 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): Constify vdso install/deinstall.Dmitry Chagin2022-06-171-4/+4
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-171-29/+130
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2022-06-171-1/+11
* linux(4): implement coredump supportEdward Tomasz Napierala2022-06-171-2/+2
* linux(4): Retire linux_kplatform.Dmitry Chagin2022-06-171-4/+0
* linux: fix sigaltstack on amd64Edward Tomasz Napierala2022-06-171-3/+3
* linux: reduce differences between rt_sendsig() and sendsig()Edward Tomasz Napierala2022-06-171-13/+14
* linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin2022-06-171-1/+1
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2022-05-121-0/+3
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2022-02-131-2/+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
* amd64: consistently use uprintf() to report weird situations in sigreturnKonstantin Belousov2021-10-101-2/+4
* amd64: centralize definitions of CS_SECURE and EFL_SECUREKonstantin Belousov2021-10-101-4/+1
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-221-1/+2
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-131-0/+1
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-04-231-21/+1
* 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-1/+1
* Stop calling set_syscall_retval() from linux_set_syscall_retval().Edward Tomasz Napierala2020-10-181-13/+34
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-3/+1