summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_exec.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-44/+0
|
* Remove a bunch of a.out related macros.pirofti2013-11-031-29/+1
|
* Remove a.out support from compat_linux(8).pirofti2013-11-031-4/+1
| | | | | | Tested with the syscall regression test suite from IBM and Opera. Requested by deraadt@.
* Remove the 'OLF method' used for the transition from a.out to ELF andderaadt2012-09-111-2/+2
| | | | | | | for all the compat layers which are now gone. Linux compat still works because it always used another method in any case, and nothing looks at p_os anymore. ok jsing
* Unify header sentinel names.pirofti2011-04-051-4/+4
|
* s/i386/__i386__/, no binary change.kettenis2010-04-281-2/+2
|
* rework access to emulations slightly in an effort to both merge andtedu2004-04-151-2/+2
| | | | | | separate exec format from emulation. consistent naming of freebsd emuls. not much in the way of functional changes yet. testing and ok deraadt@ and others along the way.
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* Remember OS tag when running Linux or SVR4 ELF files. KNF.niklas1998-02-221-3/+3
|
* Good fixes and changes from latest Net.mickey1996-04-171-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+74