summaryrefslogtreecommitdiff
path: root/libc/unistd/execl.c
AgeCommit message (Collapse)Author
2001-11-24Silly us. Don't try to free alloca'd memory.Eric Andersen
-Erik
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik
2001-02-09Use __environ instead of the GNU extension environ.Eric Andersen
-Erik
2000-10-11Reorg unistd dirEric Andersen