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