summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_ecoff.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-213/+0
| | | | ok miod
* ansi. No binary change.jsg2005-11-121-13/+5
|
* New function vn_marktext - mark a vnode as executing a text image.art2001-11-151-2/+2
| | | | Use where VTEXT was set in vnode flags before. Doesn't do anything else (yet).
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* KNFderaadt2001-06-221-3/+3
|
* re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hericj2000-08-311-6/+1
| | | | so they can be used for osf1 emul.
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-2/+2
|
* use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesderaadt1996-12-231-47/+8
|
* fiddlingderaadt1996-05-221-84/+69
|
* NetBSD 960317 mergeniklas1996-04-191-4/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+282