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
/
compat
/
linux
/
linux_exec.c
Age
Commit message (
Expand
)
Author
2012-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
2012-06-20
Copy the set_tls_base flag when forking.
Paul Irofti
2011-09-18
Add futex support for compat/linux.
Paul Irofti
2011-04-20
Fix possible NULL dereference for emul data. Okay miod@.
Paul Irofti
2011-04-05
Add set_tid_address() syscall. Lots of help from and okay guenther@.
Paul Irofti
2011-04-05
Fix function argument list.
Paul Irofti
2009-03-05
Make ELF platforms generate ELF core dumps. Somewhat based on code from
Mark Kettenis
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-12
Be more permissive and try to run non-branded non-static binaries if we can
Miod Vallat
2008-06-12
Do not attempt to recognize foreign ELF binaries if emulation is disabled;
Miod Vallat
2007-10-30
- replace the remaining MALLOC/FREE -> malloc/free in sys/compat
Gilles Chehade
2007-09-01
replace the machine dependant bytes-to-clicks macro by the MI ptoa()
Martin Reindl
2006-01-19
redo (w/ proper changes everywhere ;):
Michael Shalayeff
2005-12-30
Missing or incorrect header sizes bounds check; ``looks ok'' mickey@
Miod Vallat
2004-04-15
rework access to emulations slightly in an effort to both merge and
Ted Unangst
2003-08-21
emulation is now controlled by sysctl. changes:
Ted Unangst
2003-06-21
add exec/fork/exit hooks per process for compat emulations.
Ted Unangst
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
Unnecessary and redundant includes.
Artur Grabowski
2001-04-01
Add a macro to initialize the contents of a vmcmd set.
Artur Grabowski
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1999-11-26
Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.
Artur Grabowski
1999-11-10
include syscallnames only if compiling w/ SYSCALL_DEBUG.
Michael Shalayeff
1999-09-10
include sys/exec.h before sys/exec_elf.h
Artur Grabowski
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
Just alter the tag if it is not already set
Niklas Hallqvist
1998-02-22
Remember OS tag when running Linux or SVR4 ELF files. KNF.
Niklas Hallqvist
1997-06-17
careful with stackgap handling in execve()
Theo de Raadt
1996-12-23
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
Theo de Raadt
1996-08-31
Cleanup exec
Per Fogelstrom
1996-04-17
Good fixes and changes from latest Net.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt