summaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.c
AgeCommit message (Collapse)Author
1996-07-03Split all exec*() functions out of exec.c into their own files.jtc
1996-07-03Added a new VA_START macro to hide the differences between varargs.hjtc
and stdargs.h. This cleans up a lot of conditionals throughout this file.
1995-12-14Changed to use alloca() instead of malloc() to allocate argument vectors.jtc
Programs that don't use malloc()/free() (ie. provide their own allocation scheme atop sbrk()) should still be able to use exec*.
1995-02-27merge with Lite, keeping local changes. Also use new Id format.cgd
1993-11-24Change C library functions to use strchr() and strrchr() instead of index()jtc
and rindex(). This will allow (strict {ANSI, POSIX, XOPEN}) applications to redefine index() and rindex() without effecting the library internals.
1993-10-22In execvp(): `eacces' did not get initialized when path name contains a '/'.pk
This causes the wrong error to be reported when execve() fails.
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-07-30Add even more RCS frobs.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd