summaryrefslogtreecommitdiff
path: root/sys/kern/exec_conf.c
AgeCommit message (Expand)Author
2014-10-09remove LKM supportTed Unangst
2013-10-17another lurking ecoff reference is found..Theo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-02-09Remove no longer used struct emul extern declarations.Miod Vallat
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-06-27remove compat_vax1k. no more 4.3bsd reno support. ok deraadtTed Unangst
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-06-30remove compat_osf1 support from the kernelTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29COMPAT_ULTRIX is not used, time to retire it. ok deraadt miodTed Unangst
2008-09-19increase MAXINTERP from 64 to 128 and allow a little extra room on topDamien Miller
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2004-04-15rework access to emulations slightly in an effort to both merge andTed Unangst
2003-08-23remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@Ted Unangst
2003-08-23remove native emulations from emulsw. you can't change them and probablyTed Unangst
2003-08-23knfTheo de Raadt
2003-08-21emulation is now controlled by sysctl. changes:Ted Unangst
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
1999-09-10ELF64kstailey
1997-09-02COMPAT_BSDOS exec and compat changes.Jason Downs
1997-01-13Import compat_m68k4k from NetBSDNiklas Hallqvist
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-06-07Exec format config changesPer Fogelstrom
1996-05-22Added OpenBSD CVS tag.etheisen
1996-05-22Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependantetheisen
1996-05-02pica also uses elfPer Fogelstrom
1995-12-14from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt