| Age | Commit message (Expand) | Author |
| 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 |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-06-29 | Allow execution of shared objects. This is silly, but is allowed in, | fvdl |
| 1999-04-30 | ep_arglen is in units of 'sizeof (char *)', not in units of bytes. use | cgd |
| 1999-02-10 | Use of casts as lvalues is a GNU C extension; rearrange slightly. | kleink |
| 1999-02-09 | PR/6962: Paul Shupak: FreeBSD elf support. | christos |
| 1999-01-06 | Fix 3 problems with the new signature code: | christos |
| 1998-12-23 | Add support for parsing OS type note fields. | christos |
| 1998-10-03 | update for linux file move. | christos |
| 1998-10-01 | Move elf function name macros to exec_elf.h. COMPAT_LINUX is no longer limit... | erh |
| 1998-09-12 | Make copyrights consistent; fix weird/trailing spaces add missing (c) etc. | christos |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-07-31 | fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. | perry |
| 1998-07-28 | Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, | thorpej |
| 1998-06-26 | defopt COMPAT_SVR4 | thorpej |
| 1998-06-25 | defopt COMPAT_IBCS2 | thorpej |
| 1998-06-25 | defopt COMPAT_LINUX | thorpej |
| 1998-05-08 | Fix some arithmetics lossage on typeless pointers. | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-09 | added support for SCO UNIX (derived from iBCS2) | scottb |
| 1997-05-08 | Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure | mycroft |
| 1997-05-08 | GC some code. | mycroft |
| 1997-05-08 | va_mode contains stat bits. Use S_IS[UG]ID rather than VS[UG]ID. | mycroft |
| 1997-03-13 | Probe linux emul before svr4 emul. From Christos. | hpeyerl |
| 1996-12-17 | always provide at least a minimal aux vector. (The minimal version | cgd |
| 1996-11-23 | Make previous change in interpreter entry point calculation dependant on | fvdl |