index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
exec_elf.c
Age
Commit message (
Expand
)
Author
2002-11-22
Allow more than two load sections on ELF executables, this limit
Dale Rahn
2002-10-06
Move out the execution of vmcmds into a separate function.
Artur Grabowski
2002-09-23
Add support for vmcmds that load sections relative to a base section.
Artur Grabowski
2002-09-18
Mark ELF ld.so as VTEXT to prevent the file from being overwritten.
Dale Rahn
2002-08-22
Change the vnode locking in exec to not keep the vnode locked almost all
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-15
New function vn_marktext - mark a vnode as executing a text image.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-19
Unify elf32 and elf64 code with macros. This forced a renaming
Artur Grabowski
2001-08-11
Why is it so popular to include <vm/*.h> everywhere?
Artur Grabowski
2001-07-30
Add a check for too big e_phnum that could cause us to malloc to
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-01-22
NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers)
Artur Grabowski
2001-01-16
Indentation nit.
Artur Grabowski
2000-01-01
grammar in comment
Michael Shalayeff
1999-11-25
Use PAGE_SIZE instead of NBPG.
Artur Grabowski
1999-08-12
Probe svr4 before linux
Niklas Hallqvist
1999-07-20
correct os_mask handling for OLF; pefo
Theo de Raadt
1999-06-01
Fix some mips -> __mips__ stuff.
Per Fogelstrom
1999-02-10
branding support and freebsd elf
Theo de Raadt
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1998-03-06
Ensure the correct probe will be run for an OLF binary
Niklas Hallqvist
1998-02-22
Save possible OLF OS tag, or similar deduced ELF info for later perusal.
Niklas Hallqvist
1996-12-23
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
Theo de Raadt
1996-11-24
OLF is ALIVE!
etheisen
1996-09-12
ok, must have read access at least.
Per Fogelstrom
1996-09-12
remove excess tests...
Per Fogelstrom
1996-09-05
ld has some funny things going with alignments...
Per Fogelstrom
1996-08-31
Cleanup exec
Per Fogelstrom
1996-08-05
layout style nit (am I a pedant, or what?)
Niklas Hallqvist
1996-06-16
Whoops. Don't forget to take alignment into account when processing file.
etheisen
1996-06-15
elf_check_header() is now fully functional. Still need to add OS checks.
etheisen
1996-06-10
emul_elf has a name of "native"
Theo de Raadt
1996-06-10
use a shorter emul name
Theo de Raadt
1996-06-09
emulation name is "native elf"
Theo de Raadt
1996-06-06
Paging exec_elf + mips enhancements
Per Fogelstrom
1996-05-22
Moved contents of elf_abi.h into exec_elf.h. Modified dependant files to
etheisen
1996-04-18
Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as the
Niklas Hallqvist
1996-04-18
Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERO
Niklas Hallqvist
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-01-29
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt