summaryrefslogtreecommitdiff
path: root/sys/compat/ia32
AgeCommit message (Expand)Author
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-06-03sysent: retire unused SV_IA32Brooks Davis
2024-03-19freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis
2023-10-03sysentvec: add SV_SIGSYS flagKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-29sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin
2023-05-29Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-20Retire sv_transtrapDmitry Chagin
2022-01-27Add PT_GETREGSETAndrew Turner
2022-01-17exec: Remove the stack gap implementationMark Johnston
2022-01-17sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston
2022-01-13ia32_signal.h: Drop #ifdef's for old compat structures.John Baldwin
2022-01-13ia32: Rename a struct ia32_sigcontext3 -> struct ia32_osigcontext.John Baldwin
2022-01-13ia32: Sync signal context type names with i386.John Baldwin
2021-12-28sys/compat: Use C99 fixed-width integer types.John Baldwin
2021-12-06amd64 ia32 vdso: add unwind annotations to the signal trampolineKonstantin Belousov
2021-12-06vdso for ia32 on amd64Konstantin Belousov
2021-08-12fork: Allow ABI to specify fork return values for child.Dmitry Chagin
2021-07-07Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov
2021-06-29Add infrastructure required for Linux coredump supportEdward Tomasz Napierala
2020-10-10random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer
2020-09-17Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-01Retire procfs-based process debugging.John Baldwin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-03Use uintptr_t instead of register_t * for the stack base.John Baldwin
2019-11-15Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin
2019-07-31Make randomized stack gap between strings and pointers to argv/envs.Konstantin Belousov
2019-03-01Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala
2019-02-10Implement Address Space Layout Randomization (ASLR)Konstantin Belousov
2018-12-19Remove iBCS2, part2: general kernelMateusz Guzik
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-12Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov
2017-03-01With the removal of IA64, the only arch which uses ia32 compat is amd64.Konstantin Belousov
2016-10-20Tidy up ia32_sysvec sv_flags settingEd Maste
2016-08-24Add missing header dependency.Ed Schouten
2016-01-09Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin
2015-11-28Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov
2015-11-23Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov
2015-05-24In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin
2014-11-21Improve support for XSAVE with debuggers.John Baldwin
2014-07-07Remove ia64.Marcel Moolenaar
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2012-07-22Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structKonstantin Belousov
2012-03-18Remove some unnecessary includes.Tijl Coosemans