summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32/ia32_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* 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-051-1/+2
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* 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
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* 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
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-111-1/+7
* 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-081-45/+0
* Remove some duplicated comments that refer to npx. XXX The setregspeter2003-11-081-11/+0
* Oops, forgot to save these in the editor. Add CTASSERTS for signal andpeter2003-10-301-0/+10
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+64
* 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-221-4/+5
* Use __FBSDID().obrien2003-07-251-2/+3
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-231-4/+4
* 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-141-152/+73
* 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-201-0/+365
OpenPOWER on IntegriCloud