summaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.c
AgeCommit message (Expand)Author
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
2005-08-08zap remaining rcsid.Marc Espie
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-31Catch EISDIR in execvp() and friends so that if a directory appearsTodd C. Miller
2002-07-30be even more careful with strlcpy()Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2000-08-22unused variableTheo de Raadt
2000-01-29use alloca() instead of malloc, for vfork safetyTheo de Raadt
1999-09-16use writev() where possibleTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1997-09-20do 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-054.4lite2, safely uses malloc, with freebsd fixes tooTheo de Raadt
1996-10-27exec[lv]p() shall return ENOENT for empty path namesThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-12-15use alloca() instead of malloc()Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt