summaryrefslogtreecommitdiff
path: root/sys/kern/exec_aout.c
AgeCommit message (Expand)Author
2012-09-29When running a.out OMAGIC binaries, be sure to round ep_daddr to a pageMiod Vallat
2005-11-12ansi. No binary change.Jonathan Gray
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2002-07-26request non-executable BSS from uvm (first page of BSS may land insideTheo de Raadt
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
1999-09-10use round_page(foo) instead of roundup(foo, NBPG)Artur Grabowski
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt