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
1999-11-05
more stack direction fixes; art@ ok
Michael Shalayeff
1999-08-09
Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.org
Todd C. Miller
1999-07-15
Don't destroy sysvshm if the vmspace is shared (only affects uvm)
Artur Grabowski
1999-07-15
vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t
Artur Grabowski
1999-07-13
introduce fdremove() to mark a file descriptor as unused. fdremove makes
Niels Provos
1999-06-23
Improved sysv shared memory. Works with UVM.
Artur Grabowski
1999-06-03
use __sparc__ just in case
Theo de Raadt
1999-04-22
uvmspace_exec can change p_vmspace!
Artur Grabowski
1999-02-26
vm allocation changes for uvm.
Artur Grabowski
1998-09-24
pretty up previous fix
Artur Grabowski
1998-09-23
use the same flags for f_flag as there were used for vn_open, otherwise vn_cl...
Artur Grabowski
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1998-07-08
open fd1 and fd2 as FREAD|FWRITE
Theo de Raadt
1998-07-02
I suppose debugging code can be removed
Theo de Raadt
1998-07-02
for sugid procs ensure that fd 0-2 are allocated slots (by pointing at
Theo de Raadt
1998-06-27
securelevels do NOT protect running binaries; only filesystem activity
Theo de Raadt
1998-06-09
if we are being ptraced, do not permit execve of an immutable binary
Theo de Raadt
1998-02-20
KNF
Niklas Hallqvist
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-08-01
only allow setuid if fd_refcnt == 1, due to rfork
Theo de Raadt
1997-06-05
kill the other timers too
Theo de Raadt
1997-06-04
clear timer for setuid; kloo
Theo de Raadt
1997-03-29
Return EISDIR for directories; idea from NetBSD
Thorsten Lockert
1997-02-18
if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running
Theo de Raadt
1996-08-31
Cleanup exec
Per Fogelstrom
1996-08-25
sync
Theo de Raadt
1996-07-11
do not lose setuid flag
Theo de Raadt
1996-05-27
native emul is now called "native"
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-12-14
from netbsd; If we abort, make sure to free ep_emul_arg
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt