| Age | Commit message (Expand) | Author |
| 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 |
| 1996-11-11 | Elf32 fixes for mips shared libraries: | jonathan |
| 1996-10-13 | deal more sanely with ELF binaries with only a single program header | cgd |
| 1996-10-11 | replace ELF_ALIGN with ELF_TRUNC (round to lower alignment boundary) and | cgd |
| 1996-10-08 | KNF, de-static the functions that were static (so they'll show up | cgd |
| 1996-10-07 | don't include <machine/exec.h> explicitly. No other changes needed, since | cgd |
| 1996-10-07 | clean up a comment added in the last commit | cgd |
| 1996-10-07 | when loading interpreter: check its vnode type, check its mount point | cgd |
| 1996-10-02 | Remove the implicit inclusion of EXEC_ELF32 when COMPAT_LINUX and/or | cgd |
| 1996-09-30 | exec vnode locking protocol changes: in a nutshell, don't keep vnodes | cgd |
| 1996-09-30 | make the check_header and load_file functions static | cgd |
| 1996-09-26 | add and use a machine-dependent header, which currently defines some | cgd |
| 1996-09-26 | add support and reorganize for 64-bit ELF, included by EXEC_ELF64 | cgd |
| 1996-06-14 | Merge pagedvn changes from OpenBSD and added mips defines. Also added | christos |
| 1996-06-13 | - Pass the Elf exec header in the emulation dependent probe functions. | christos |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-09 | Use a default, 'safe' address to map the loader to in case the an emulation- | fvdl |
| 1996-01-16 | * Don't rely on the protection bits of segments anymore to decide whether | fvdl |