summaryrefslogtreecommitdiff
path: root/src/process
AgeCommit message (Expand)AuthorFilesLines
2023-05-05system: return 0 if /bin/sh is missingA. Wilcox1-1/+3
2023-05-05Continue trying execution with "/bin/sh" for execlp and execvpQuentin Rameau3-2/+34
2023-02-09riscv64: add vforkPedro Falcato1-0/+12
2022-10-19fix missing synchronization of pthread TSD keys with MT-forkRich Felker1-0/+3
2022-10-19fix potential deadlock between multithreaded fork and aioRich Felker2-2/+4
2022-10-19fix potential deadlock in dlerror buffer handling at thread exitRich Felker1-2/+0
2022-08-01aarch64: add vforkSzabolcs Nagy1-0/+9
2021-03-15use internal malloc for posix_spawn file actions objectsRich Felker1-0/+5
2021-01-30fail posix_spawn file_actions operations with negative fdsRich Felker4-0/+4
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-0/+70
2020-10-26fix reintroduction of errno clobbering by atfork handlersRich Felker1-0/+3
2020-10-14move aio implementation details to a proper internal headerRich Felker1-0/+1
2020-10-14fix posix_spawn interaction with fork and abort by taking lockRich Felker1-3/+13
2020-10-14implement _Fork and refactor fork using itRich Felker2-9/+15
2020-10-14rename fork source fileRich Felker1-0/+0
2020-10-14fix missing synchronization of fork with abortRich Felker1-0/+3
2020-09-28fix fork of processes with active async io contextsRich Felker1-0/+3
2020-06-21clear need_locks in child after forkRich Felker1-0/+1
2019-08-30add posix_spawn [f]chdir file actionsRich Felker4-0/+45
2019-07-08prevent dup2 action for posix_spawn internal pipe fdRich Felker1-0/+4
2019-07-01fix deadlock in synccall after threaded forkSamuel Holland1-0/+1
2019-04-02use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio1-2/+1
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker1-0/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker5-5/+0
2018-09-12remove __vfork aliasRich Felker7-28/+7
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker2-4/+0
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker2-19/+9
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker4-0/+4
2018-09-12add arm asm for vforkPatrick Oppenlander1-0/+13
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker1-2/+0
2018-09-04implement fexecve in terms of execveat when it existsJoseph C. Sible1-0/+5
2018-08-28fix return value of system on failure to spawn child processRich Felker1-1/+1
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
2017-11-10prevent fork's errno from being clobbered by atfork handlersBobby Bingham1-3/+3
2017-11-05adjust posix_spawn dup2 action behavior to match future requirementsRich Felker1-8/+12
2017-10-19posix_spawn: use larger stack to cover worst-case in execvpeWill Dietz1-1/+1
2017-04-22have posix_spawnattr_setflags check for supported flagsRich Felker1-0/+11
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker1-0/+4
2016-11-11add s390x portBobby Bingham1-0/+8
2015-06-16switch to using trap number 31 for syscalls on shRich Felker1-1/+1
2015-06-11add sh asm for vforkRich Felker1-0/+23
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker1-1/+1
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker1-1/+2
2015-02-03make execvp continue PATH search on EACCES rather than issuing an errrorRich Felker1-1/+4
2014-12-05use direct syscall rather than write function in posix_spawn childRich Felker1-1/+1
2014-12-05don't fail posix_spawn on failed closeRich Felker1-2/+1
2014-07-05eliminate use of cached pid from thread structureRich Felker1-1/+1
2014-07-01fix ungrammatical comment in posix_spawn codeRich Felker1-3/+3
2014-05-30additional fixes for linux kernel apis with old syscalls removedRich Felker1-0/+5