summaryrefslogtreecommitdiff
path: root/src/process/execvp.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Continue trying execution with "/bin/sh" for execlp and execvpQuentin Rameau1-1/+7
2019-04-02use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio1-2/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2018-02-21convert execvp error handling to switch statementRich Felker1-2/+9
2018-02-21fix execvp failing on not-dir entries in PATH.Przemyslaw Pawelczyk1-1/+1
2015-02-03make execvp continue PATH search on EACCES rather than issuing an errrorRich Felker1-1/+4
2014-04-20expose public execvpe interfaceM Farkas-Dyck1-0/+3
2013-02-17consistently use the internal name __environ for environRich Felker1-2/+2
2012-10-18fix parent-memory-clobber in posix_spawn (environ)Rich Felker1-3/+10
2011-09-29fix various bugs in path and error handling in execvp/fexecveRich Felker1-17/+25
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+34