summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_aout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-232/+0
* When running a.out OMAGIC binaries, be sure to round ep_daddr to a pagemiod2012-09-291-1/+3
* ansi. No binary change.jsg2005-11-121-13/+5
* a.out emulation for dynamic binaries: intercept the right system callsespie2003-06-241-1/+7
* request non-executable BSS from uvm (first page of BSS may land insidederaadt2002-07-261-4/+4
* New function vn_marktext - mark a vnode as executing a text image.art2001-11-151-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* use round_page(foo) instead of roundup(foo, NBPG)art1999-09-101-4/+4
* 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/+7
* From NetBSD: 960217 mergeniklas1996-03-031-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+272