summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-112-2/+13
* Use the correct syscall table limitpeter2003-12-101-1/+2
* Move a MD 32 bit binary support routine into the MD areas. exec_setregspeter2003-11-082-45/+2
* Remove some duplicated comments that refer to npx. XXX The setregspeter2003-11-081-11/+0
* Point the description of the fpu data in the context structures topeter2003-11-081-1/+1
* Oops, forgot to save these in the editor. Add CTASSERTS for signal andpeter2003-10-301-0/+10
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitpeter2003-10-301-2/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-1/+68
* Switch to using the emulator in the common compat area.peter2003-08-231-8/+9
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-224-55/+8
* Use __FBSDID().obrien2003-07-252-3/+5
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-232-5/+5
* Collect the nastiness for preserving the kernel MSR_GSBASE around thepeter2003-05-151-8/+1
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-145-153/+349
* SCARGS removal take II.alfred2002-12-141-5/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-0/+5
* Remove SCARGS.alfred2002-12-131-5/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-4/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-202-0/+459
OpenPOWER on IntegriCloud