summaryrefslogtreecommitdiff
path: root/sys/kern/exec_aout.c
AgeCommit message (Expand)Author
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2014-03-07Remove spurious .matt
2014-03-07c99 initializers for struct execswchristos
2014-01-25kill the topdown flag only if we succeed.christos
2014-01-25a.out binaries can't handle topdown.christos
2013-09-19exec modules need to be of the exec kindchristos
2011-04-24- Replace few malloc(9) uses with kmem(9).rmind
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-08-08GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way forchristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-10-05count executable image pages as executable for vm-usage purposes.chs
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-29only create a vmcmd for the BSS if there is any BSS. fixes PR 17834.chs
2001-11-12add RCSIDslukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2000-11-14Use round_page() instead of roundup(..., NBPG).thorpej
2000-08-01ANSI'ify.thorpej
2000-06-27remove include of <vm/vm.h>mrg
2000-06-13round the sizes of mapped text and data segments to PAGE_SIZE.chs
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
1996-09-26fix some typos and clean up some comments.cgd
1996-02-04First pass at prototypingchristos
1994-08-01See to it that `vm_tsize' and `vm_dsize' get set up properly forpk
1994-07-05multiple include of exec.hglass
1994-07-01exec_aout.h not neededderaadt
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-01-28Fix spelling error in Copyright noticejtc
1994-01-16casting for exec_package field changescgd
1994-01-13trim extra debugging code, for nowcgd
1994-01-08de-macroify kill_vmcmds()cgd
1994-01-08Use NULLVP, just for Correctness (tm).mycroft
1994-01-08Trivial stylistic change for consistency.mycroft
1994-01-08far reaching but relatively minor cleanup and slight reorg of exec codecgd
1993-12-12support OMAGIC/NMAGIC a.out'sderaadt
1993-09-05there now exists an "exec switch". break the a.out code into anothercgd