aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ia32/ia32_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-191-1/+1
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-291-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Retire sv_transtrapDmitry Chagin2022-05-201-1/+0
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+4
* exec: Remove the stack gap implementationMark Johnston2022-01-171-1/+0
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+1
* ia32: Sync signal context type names with i386.John Baldwin2022-01-141-3/+3
* vdso for ia32 on amd64Konstantin Belousov2021-12-061-3/+10
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2021-08-121-0/+1
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+3
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+1
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-2/+0
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+1
* Make randomized stack gap between strings and pointers to argv/envs.Konstantin Belousov2019-07-311-0/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-1/+1
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-1/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* With the removal of IA64, the only arch which uses ia32 compat is amd64.Konstantin Belousov2017-03-011-5/+2
* Tidy up ia32_sysvec sv_flags settingEd Maste2016-10-201-5/+3
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov2015-11-231-1/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-2/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structKonstantin Belousov2012-07-221-1/+1
* Remove some unnecessary includes.Tijl Coosemans2012-03-181-9/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-011-4/+2
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-4/+11
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+6
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-123/+1
* Make sure that the primary native brandinfo always gets addedBjoern A. Zeeb2009-10-031-1/+1
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-301-1/+1
* Fix handling of .note.ABI-tag section for GNU systems [1].Bjoern A. Zeeb2009-08-241-0/+15
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andKonstantin Belousov2009-03-171-3/+18
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-1/+3