summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_sysvec.c
AgeCommit message (Expand)Author
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2025-06-03sysent: retire unused SV_IA32Brooks Davis
2025-05-28amd64: add pcb_tlsbaseKonstantin Belousov
2024-02-11amd64/linux*: mark brandlists as staticKonstantin Belousov
2023-10-10linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin
2023-10-03linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov
2023-09-11linux(4): Cleanup includes under amd64/linux32Dmitry Chagin
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-04-22linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin
2023-02-14linux(4): Cleanup includes under amd64/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin
2023-02-02linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin
2023-02-02linux(4): Microoptimize linux_elf.h for future use.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-03-31linux(4): Add compat.linux32.emulate_i386 knob.Dmitry Chagin
2022-02-04linux_copyout_strings: Use PROC_PS_STRINGS().John Baldwin
2022-01-17sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston
2021-12-31exec: Simplify sv_copyout_strings implementations a bitMark Johnston
2021-09-21amd64: centralize definitions of CS_SECURE and EFL_SECUREKonstantin Belousov
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-20linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin
2021-07-20linux(4): Add arch name to the some printfs.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-30linux(4): implement coredump supportEdward Tomasz Napierala
2021-06-29Add infrastructure required for Linux coredump supportEdward Tomasz Napierala
2021-06-25linux(4): Make vDSO defines private.Dmitry Chagin
2021-06-22linux(4): Retire linux_kplatform.Dmitry Chagin