| Age | Commit message (Expand) | Author |
| 2003-12-07 | add support for more than 2 PT_LOAD sections. from OpenBSD. | chs |
| 2003-10-31 | -fix ELF_INTERP_NON_RELOCATABLE: | drochner |
| 2003-08-08 | GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way for | christos |
| 2003-08-06 | Make elf{32|64}_check_header public, as it will be used by irix_elf32_probe. | manu |
| 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 |
| 2003-06-25 | Limit the number of program headers we accept to avoid resource exhaustion | christos |
| 2003-03-01 | If we are doing TOPDOWN, we want to truncate the address downwards. If not, | matt |
| 2003-02-28 | Make sure that the initial address is aligned correctly. Note that before | matt |
| 2003-02-28 | When aligned to > PAGE_SIZE boundary, don't map any pages before where the | matt |
| 2003-02-28 | Remove MAXDSIZ since VM_DEFAULT_ADDRESS adds it. Sigh. It was correct. | matt |
| 2003-02-27 | Note only trunc_page the psection vaddr, but truncate it accordoring to its | matt |
| 2003-02-27 | Fix a c&p bug when moving VM_DEFAULT_ADDRESS. (restore MAXDSIZ) | matt |
| 2003-02-27 | Remove VMCMD_TOPDOWN since it's no longer. Redo my last rework. Move | matt |
| 2003-02-26 | Make elf32 load_file work properly with TOPDOWN by mapping psections in | matt |
| 2003-02-21 | In topdown mode, subtract the page rounded memory size of the psection, | matt |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2003-01-30 | Two small changes to the ELF exec code: | atatat |
| 2003-01-19 | Remove variable that is only assigned too but not referenced. | simonb |
| 2002-11-13 | ELF copyargs: at the time this is executed, process's ucred doesn't | jdolecek |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-10-04 | Remove unnecessary code. | junyoung |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-12 | The entry point address for the interpreter must be adjusted by the text | mycroft |
| 2002-08-26 | - Implement passing AT_{R,E}{U,G}ID in the elf aux vector. | christos |
| 2002-06-03 | Use "#ifdef __mips__" instead of "#ifdef mips"; shared libraries work | simonb |
| 2002-01-28 | Define ELF32_EHDR_FLAGS_OK()/ELF64_EHDR_FLAGS_OK() and use it | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-07-29 | simplify an expression. | christos |
| 2001-07-29 | adjust to the new copyargs footprint | christos |
| 2001-07-15 | Fix problem reported by Greg Woods, with ld -n generated binaries. | christos |
| 2001-07-14 | - add exec_read_from and make exec_elf32 use it. | christos |
| 2001-05-07 | In the check_header() function, bump the number of allowed section headers | jdolecek |
| 2001-02-04 | *NEVER* cast a reference parameter (unless you're using C++). | eeh |
| 2000-12-15 | Tighten up the ELF signature checks, and actually look for the ABI tag added | mycroft |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-11-28 | backout part of execsw/LKM changes: netbsd_elf32_signature() is used by | mrg |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-14 | NBPG -> PAGE_SIZE. | thorpej |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-11-08 | remove unneeded includes. | chs |
| 2000-08-01 | ANSI'ify. | thorpej |
| 2000-07-13 | modify load_file to load at relative vms'a as specified in the phdr's. | matt |
| 2000-07-11 | Add back a failure return statement in check_header() which I accidently | kleink |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-06-06 | defopt SYSCALL_DEBUG. | soren |
| 2000-04-11 | add a new function vn_marktext() for exec code to let others know | chs |
| 2000-02-06 | Update for compat_netbsd32. | eeh |