| Age | Commit message (Expand) | Author |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-11-23 | if the LKM support is not compiled in, don't bother using exec_lock | jdolecek |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-07-29 | - make copyargs function return the reason it failed and pass a pointer to | christos |
| 2001-07-15 | Use DPRINTF, and print all exec_vmcmds when we are debugging. | christos |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-15 | In check_exec(), don't bother checking P_TRACED along with | thorpej |
| 2001-05-07 | Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that | manu |
| 2001-05-06 | Added two flags to emulation packages: | manu |
| 2001-02-26 | convert to ANSI KNF | lukem |
| 2001-02-21 | Remove old compatibility hack. Should no longer be needed. | eeh |
| 2001-02-14 | Support flexible process address space limits and bump kernel version number. | eeh |
| 2001-02-06 | Specify a process' address space limits for uvmspace_exec(). | eeh |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-10 | emul_unregister(): fix incorrect loop condition - execsw[] is not NULL | jdolecek |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-08 | add infrastructure to load emulations and their executable support dynamically | jdolecek |
| 2000-12-07 | update comment about the sense of placement of NDINIT() | jdolecek |
| 2000-12-01 | set the EMUL_HAS_SYS___syscall flag for emul_netbsd | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-28 | wrap newly introduced >80 char lines. | mrg |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-16 | pass pointer to used exec_package to emulation-specific exec hook - | jdolecek |
| 2000-11-07 | add void *p_emuldata into struct proc - this can be used to hold per-process | jdolecek |
| 2000-09-28 | Add support for variable end of user stacks needed to support COMPAT_NETBSD32: | eeh |
| 2000-08-03 | Convert namei pathname buffer allocation to use the pool allocator. | thorpej |
| 2000-08-02 | MALLOC()/FREE() should not be used for variable sized allocations. | thorpej |
| 2000-08-01 | ANSI'ify. | thorpej |
| 2000-07-27 | Fix the sparc_v9 hack... | mycroft |
| 2000-07-26 | The ELF ABI declares that argc must fill an `argument slot'. Make it so. | mycroft |
| 2000-07-13 | remove a debugging printf. | matt |
| 2000-07-13 | Extend the vmcmd stuff a bit. Add a flags field and define | matt |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-21 | Add some kernel printfs (under DEBUG) to print messages when bad things | matt |
| 2000-05-27 | Reduce use of curproc in several places: | sommerfeld |
| 2000-05-26 | Fill in locators for process argv/envp data after ps_strings is built. | simonb |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-01-25 | Add an exec hook mechanism, where kernel subsystem can register to | fvdl |
| 2000-01-05 | reverse (and fix) the logic of the other change; it cause semi-random alpha S... | mrg |
| 1999-12-30 | Handle args for 32-bit emulation processes properly. | eeh |
| 1999-11-21 | Call the machine dependent code to do d-cache/i-cache synchronization, for | is |
| 1999-09-28 | Remplace kern.shortcorename sysctl with a more flexible sheme, | bouyer |
| 1999-08-09 | Call stopprofclock(p) from sys_execve(). | ross |
| 1999-04-27 | correct comment: turn off set-id if MNT_NOSUID is set, not MNT_NOEXEC. | cgd |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-26 | Modify VOP_CLOSE vnode op to always take a locked vnode. Change vn_close | wrstuden |