Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-17 | another lurking ecoff reference is found.. | Theo de Raadt | |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt | |
ok miod | |||
2013-02-09 | Remove no longer used struct emul extern declarations. | Miod Vallat | |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst | |
2011-06-27 | remove compat_vax1k. no more 4.3bsd reno support. ok deraadt | Ted Unangst | |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe | |
one has been weeding it, and it makes life harder. Toasts of Brennivin for its passing from many; diff ok henning@ | |||
2010-07-05 | remove compat_bsdos support | Ted Unangst | |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst | |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst | |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst | |
ok deraadt miod | |||
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe | |
blocking other cleanups ok miod@ | |||
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst | |
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller | |
of that for shell scripts to cover the #!, an optional space following it and a newline at the end. feedback and ok miod@ | |||
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck | |
activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room. | |||
2004-04-15 | rework access to emulations slightly in an effort to both merge and | Ted Unangst | |
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. | |||
2003-08-23 | remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@ | Ted Unangst | |
2003-08-23 | remove native emulations from emulsw. you can't change them and probably | Ted Unangst | |
aren't interested, so keep them out of the sysctl. ok deraadt | |||
2003-08-23 | knf | Theo de Raadt | |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst | |
add e_flags to struct emul. this stores on/off and native flags. check for emul enabled in check_exec(). gather all the emuls into a emulsw so a sysctl can find them. create sysctl. move maxhdrsiz calcualation into init_main so it cleans up sys_execve codepath. teach sysctl utility to grok kern.emul hierarchy. requested and ok deraadt@ some comments from mickey@ | |||
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham | |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski | |
of a few functions from elf32. | |||
1999-09-10 | ELF64 | kstailey | |
1997-09-02 | COMPAT_BSDOS exec and compat changes. | Jason Downs | |
1997-01-13 | Import compat_m68k4k from NetBSD | Niklas Hallqvist | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-06-07 | Exec format config changes | Per Fogelstrom | |
1996-05-22 | Added OpenBSD CVS tag. | etheisen | |
1996-05-22 | Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependant | etheisen | |
files to reflect new header. | |||
1996-05-02 | pica also uses elf | Per Fogelstrom | |
1995-12-14 | from netbsd: | Theo de Raadt | |
1) undef various EXEC_ cpp symbols before defining them, in case they're already defined for some reason (this can happen on the alpha, for example, which needs to define EXEC_ECOFF in the std.alpha config file). 2) add hpux compat | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |