summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+4
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-7/+8
* More int's that should be size_t for strlen() usederaadt2013-01-081-2/+3
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-5/+12
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* ansification; checked by pvalderaadt2003-06-111-7/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Catch EISDIR in execvp() and friends so that if a directory appearsmillert2002-12-311-1/+2
* be even more careful with strlcpy()deraadt2002-07-301-4/+5
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-51/+1
* unused variablederaadt2000-08-221-2/+2
* use alloca() instead of malloc, for vfork safetyderaadt2000-01-291-75/+81
* use writev() where possiblederaadt1999-09-161-4/+11
* realloc repairderaadt1998-08-141-2/+3
* do execle() using alloca() for use inside signal handlers (malloc is bad)deraadt1997-09-201-8/+19
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-8/+8
* 4.4lite2, safely uses malloc, with freebsd fixes tooderaadt1996-12-051-66/+67
* exec[lv]p() shall return ENOENT for empty path namestholo1996-10-271-1/+9
* Fix RCS idstholo1996-08-191-7/+1
* use alloca() instead of malloc()deraadt1995-12-151-58/+55
* initial import of NetBSD treederaadt1995-10-181-0/+276