summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* makes `struct execsw' to:semarie2021-03-211-4/+10
* struct execsw's es_emul is no longer used, so delete itguenther2019-11-281-3/+3
* In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther2017-02-081-10/+2
* Support for running Linux binaries under emulation is going away.naddy2016-02-281-9/+2
* Kill emul left-over.mpi2015-07-181-2/+2
* remove LKM supporttedu2014-10-091-10/+1
* another lurking ecoff reference is found..deraadt2013-10-171-5/+1
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-14/+2
* Remove no longer used struct emul extern declarations.miod2013-02-091-3/+2
* remove compat_svr4 support. ok deraadttedu2011-07-041-10/+2
* remove compat_vax1k. no more 4.3bsd reno support. ok deraadttedu2011-06-271-8/+1
* Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noguenther2011-04-051-9/+1
* remove compat_bsdos supporttedu2010-07-051-9/+2
* remove support for compat_sunos (and m68k4k). ok deraadt guenthertedu2010-07-021-11/+1
* another day, another compat gets removed. today is ibcs2's turntedu2010-07-011-10/+2
* remove compat_osf1 support from the kerneltedu2010-06-301-5/+2
* Remove COMPAT_HPUX. No one wanted to support it and its fewmets wereguenther2010-06-291-9/+2
* COMPAT_ULTRIX is not used, time to retire it. ok deraadt miodtedu2010-06-291-5/+2
* increase MAXINTERP from 64 to 128 and allow a little extra room on topdjm2008-09-191-2/+2
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-4/+1
* rework access to emulations slightly in an effort to both merge andtedu2004-04-151-61/+44
* remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@tedu2003-08-231-7/+5
* remove native emulations from emulsw. you can't change them and probablytedu2003-08-231-8/+1
* knfderaadt2003-08-231-3/+3
* emulation is now controlled by sysctl. changes:tedu2003-08-211-1/+71
* Compat layer for 1k Vax aout, from NetBSD.hugh2001-11-141-1/+8
* Unify elf32 and elf64 code with macros. This forced a renamingart2001-09-191-2/+2
* ELF64kstailey1999-09-101-2/+5
* COMPAT_BSDOS exec and compat changes.downsj1997-09-021-1/+8
* Import compat_m68k4k from NetBSDniklas1997-01-131-1/+8
* use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesderaadt1996-12-231-31/+7
* Exec format config changespefo1996-06-071-9/+9
* Added OpenBSD CVS tag.etheisen1996-05-221-0/+1
* Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependantetheisen1996-05-221-1/+1
* pica also uses elfpefo1996-05-021-1/+1
* from netbsd:deraadt1995-12-141-2/+13
* initial import of NetBSD treederaadt1995-10-181-0/+111