aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Check for copyout errors in linux_fixup()Mark Johnston2024-01-021-3/+6
* 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
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-111-0/+1
* 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-53/+11
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-03-011-7/+3
* linux(4): Attach netlink on i386.Dmitry Chagin2023-02-091-0/+3
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-091-27/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-091-121/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-091-16/+1
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-091-3/+6
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-11-061-1/+2
* linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-06-171-8/+2
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-06-171-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-06-171-22/+0
* Retire sv_transtrapDmitry Chagin2022-06-171-4/+2
* linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin2022-06-171-4/+4
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-06-171-26/+26
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-171-6/+8
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-06-171-2/+2
* linux(4): Retire unneeded initializationDmitry Chagin2022-06-171-3/+0
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-06-171-0/+7
* i386 linux: Remove unused variables.John Baldwin2022-06-171-6/+1
* 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/+11
* linux(4): Eliminating an accidental comment.Dmitry Chagin2022-06-171-5/+0
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2022-06-171-5/+0
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2022-06-171-1/+2
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2022-06-171-2/+2
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2022-06-171-2/+11
* linux(4): Constify vdso install/deinstall.Dmitry Chagin2022-06-171-4/+4
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-171-32/+129
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2022-06-171-2/+12
* linux(4): Do not specify shared page for aout binaries.Dmitry Chagin2022-06-171-2/+0
* linux(4): Retire linux_kplatform.Dmitry Chagin2022-06-171-35/+2
* 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
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-311-0/+2
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-311-2/+2
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2022-01-141-6/+2
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-221-2/+4
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-131-0/+2
* linux: Update the i386/linux vdso deinitialization routineMark Johnston2021-02-231-1/+2
* Rename i386's Linux ELF to Linux ELF32Jessica Clarke2021-01-211-1/+1
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-231-14/+6
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-1/+1
* 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-5/+1
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-151-2/+15