summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32
Commit message (Expand)AuthorAgeFilesLines
* MFC r293613:dchagin2016-01-161-0/+1
* MFC r283382:dchagin2016-01-091-0/+1
* Fix COMPAT_FREEBSD32 build on ia64. This is a direct commit tojhb2015-05-281-0/+2
* MFC 274817,274878,276801,276840,278976:jhb2015-02-231-2/+18
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structkib2012-07-222-9/+10
* Remove some unnecessary includes.tijl2012-03-181-9/+0
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-93/+0
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-0/+2
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-161-27/+0
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-2/+10
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-014-8/+15
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-082-6/+17
* Add include guards.kib2010-11-232-0/+10
* Reorganize syscall entry and leave handling.kib2010-05-232-1/+10
* Add a forward declaration to silence a warning when compiling ia32_genassym.c.bz2010-04-031-0/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-112-146/+1
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-0/+15
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-011-1/+3
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-171-3/+18
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-1/+3
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Add support for installing 32-bit system calls from kernel modules. Thisjhb2008-09-251-2/+0
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-45/+45
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to bejhb2007-09-241-0/+3
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-8/+9
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-31/+29
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-053-46/+8
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-061-2/+19
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+3
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+141
* Fix 32 bit signals on amd64. It turns out that I was sign extendingpeter2005-04-051-72/+72
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-7/+7
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1obrien2004-07-161-1/+1
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.peter2004-04-141-0/+43
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* Add a note about the landmine in the middle of struct ia32_sigframe.peter2004-02-211-0/+1
* DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext haspeter2004-02-211-1/+1
* Locking for the per-process resource limits structure.jhb2004-02-041-40/+23
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-5/+18
* Move the ia32_sigtramp.S file back under amd64/. This interfaces closelypeter2003-12-111-88/+0
OpenPOWER on IntegriCloud