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
/
kern_exec.c
Age
Commit message (
Expand
)
Author
2010-01-14
fix typos in comments, no code changes;
Ingo Schwarze
2009-07-09
Remove the VREF() macro and replaces all instances with a call to verf(),
Thordur I. Bjornsson
2009-01-04
properly terminate fake argument list.
Thordur I. Bjornsson
2008-10-31
accidental commit ... backout
Theo de Raadt
2008-10-31
kern_sysctl.c
Theo de Raadt
2008-02-13
Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architectures
Mark Kettenis
2007-12-11
Don't store arguments and environment in the space reserved for stackgap on
Mark Kettenis
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
2007-09-15
replace ctob and btoc with ptoa and atop respectively
Martin Reindl
2007-03-15
Since p_flag is often manipulated in interrupts and without biglock
Artur Grabowski
2007-03-01
Remove two ancient debugging printfs.
Artur Grabowski
2006-11-15
typos; from bret lambert
Jason McIntyre
2006-01-19
redo (w/ proper changes everywhere ;):
Michael Shalayeff
2005-12-07
do not allow setugid processes to use /dev/fd/#, unless they are a
Theo de Raadt
2005-12-03
kernel support for threaded processes (rthreads).
Ted Unangst
2005-11-28
ansi/deregister.
Jonathan Gray
2005-08-14
catched->caught
Miod Vallat
2005-08-01
- We shouldn't allocate MAXPATHLEN from the stack.
Artur Grabowski
2005-07-07
clear vm_dused at exec time, since we are potentially re-using the vmspace;
Theo de Raadt
2005-04-11
pull in new MD STACKGAP_RANDOM
Theo de Raadt
2005-03-09
Fail exec for disabled compat with EPERM rather than ENOEXEC.
Miod Vallat
2004-08-24
back out the last change as it seems to produce problems found by brad@; dera...
Michael Shalayeff
2004-08-01
leave space for stackgap on growsuppers
Michael Shalayeff
2004-07-07
fix an issue when scripts are exec'd under systrace where
marius eriksen
2004-06-23
a few fixes to systrace
marius eriksen
2004-06-11
vm->vm_minsaddr was uninitialized (nothing realy uses it anyway)
Michael Shalayeff
2004-05-14
use pool for namei pathbuf. testing ok millert@ tdeval@
Ted Unangst
2004-03-12
don't leak memory on error, from Patrick Latifi
Ted Unangst
2004-02-05
Decrement reference count in error case if uvm_map(9) fails and we
Todd C. Miller
2003-09-01
match syscallargs comments with reality
Henning Brauer
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
2003-06-02
stackgap_random becomes 64K
Theo de Raadt
2003-05-17
Typos; from Julien Bordet <zejames@greyhats.org>
Alexander Yurchenko
2003-04-14
There are two related changes.
Artur Grabowski
2003-03-09
Make the semantics of the P_SUGIDEXEC flag match the issetugid(2)
Todd C. Miller
2002-12-11
descructive -> destructive
Miod Vallat
2002-12-04
No need to exit the process twice. exit1() can't fail.
Artur Grabowski
2002-11-09
fix a comment
Michael Shalayeff
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-08-22
Change the vnode locking in exec to not keep the vnode locked almost all
Artur Grabowski
2002-07-25
Compare with the same type. ok deraadt@
Thomas Nordin
2002-07-20
Instead of copying out the signal trampoline on top of the stack, create
Artur Grabowski
2002-05-02
Cause the exec to fail if we are unable to allocate resources when dup'ing
Todd C. Miller
2002-03-14
invalid argv causes efault, not einval; form daniel@lucq.org
Michael Shalayeff
2002-02-17
Enable stackgap_random. Set it initially to 1k.
Artur Grabowski
2002-02-08
- Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have
Artur Grabowski
2002-01-20
When a process is exec:ing mark it with a flag. Check that flag in ptrace
Artur Grabowski
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
[next]