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
/
lib
/
libc
/
gen
/
exec.c
Age
Commit message (
Expand
)
Author
2012-03-21
Implement execvpe(3) and posix_spawn(3) and family. Based on
Matthew Dempsky
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-25
deregister (and deauto!). ok millert@ marco@
Otto Moerbeek
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-31
Catch EISDIR in execvp() and friends so that if a directory appears
Todd C. Miller
2002-07-30
be even more careful with strlcpy()
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2000-08-22
unused variable
Theo de Raadt
2000-01-29
use alloca() instead of malloc, for vfork safety
Theo de Raadt
1999-09-16
use writev() where possible
Theo de Raadt
1998-08-14
realloc repair
Theo de Raadt
1997-09-20
do execle() using alloca() for use inside signal handlers (malloc is bad)
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-12-05
4.4lite2, safely uses malloc, with freebsd fixes too
Theo de Raadt
1996-10-27
exec[lv]p() shall return ENOENT for empty path names
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-12-15
use alloca() instead of malloc()
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt