about summary refs log tree commit diff
path: root/src/process/execvp.c
Commit message (Expand)AuthorAgeFilesLines
* use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio2019-04-021-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* convert execvp error handling to switch statementRich Felker2018-02-211-2/+9
* fix execvp failing on not-dir entries in PATH.Przemyslaw Pawelczyk2018-02-211-1/+1
* make execvp continue PATH search on EACCES rather than issuing an errrorRich Felker2015-02-031-1/+4
* expose public execvpe interfaceM Farkas-Dyck2014-04-201-0/+3
* consistently use the internal name __environ for environRich Felker2013-02-171-2/+2
* fix parent-memory-clobber in posix_spawn (environ)Rich Felker2012-10-181-3/+10
* fix various bugs in path and error handling in execvp/fexecveRich Felker2011-09-291-17/+25
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+34