summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysvec.c
AgeCommit message (Expand)Author
2025-10-19imgact: Mark brandinfo and note structures as constZhenlei Huang
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2025-06-03sysent: retire unused SV_IA32Brooks Davis
2023-12-25linux: Check for copyout errors in linux_fixup()Mark Johnston
2023-10-10linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin
2023-10-03syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-28linux(4): Add elf_hwcap2 to x86Dmitry Chagin
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-22linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin
2023-02-14linux(4): Cleanup includes under i386/linuxDmitry Chagin
2023-02-06linux(4): Attach netlink on i386.Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin
2023-02-02linux(4): Add coredump support to i386.Dmitry Chagin
2022-10-28linux: populate sv_syscallnames in each sysentvecMitchell Horne
2022-07-18Rework how shared page related data is storedKornel Dulęba
2022-05-30linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin
2022-05-23linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin
2022-05-23linux(4): Deduplicate translate_traps()Dmitry Chagin
2022-05-20Retire sv_transtrapDmitry Chagin
2022-05-15linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin
2022-05-15linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin
2022-05-15linux(4): Move sigframe definitions to separate headersDmitry Chagin
2022-05-15linux(4): Cleanup signal trampolinesDmitry Chagin
2022-05-15linux(4): Retire unneeded initializationDmitry Chagin
2022-05-08linux(4): Implement vdso getcpu for x86.Dmitry Chagin
2022-04-08i386 linux: Remove unused variables.John Baldwin
2022-01-17exec: Introduce the PROC_PS_STRINGS() macroMark Johnston
2022-01-17sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston
2021-12-31exec: Simplify sv_copyout_strings implementations a bitMark Johnston
2021-08-12linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin
2021-08-12fork: Allow ABI to specify fork return values for child.Dmitry Chagin
2021-07-29linux(4): Eliminating an accidental comment.Dmitry Chagin
2021-07-29linux(4): Reimplement futexes using umtx.Dmitry Chagin
2021-07-27linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala
2021-07-20linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin
2021-07-20linux(4): Fixup the vDSO initialization order.Dmitry Chagin
2021-07-20linux(4): Constify vdso install/deinstall.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-07-20linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin
2021-07-16Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-10Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall
2021-07-10Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-06-29Add infrastructure required for Linux coredump supportEdward Tomasz Napierala
2021-06-22linux(4): Do not specify shared page for aout binaries.Dmitry Chagin
2021-06-22linux(4): Retire linux_kplatform.Dmitry Chagin