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