index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix public clone function to be safe and usable by applications
Rich Felker
2023-06-01
1
-10
/
+16
*
fix broken thread list unlocking after fork
Rich Felker
2023-06-01
1
-1
/
+1
*
riscv64: add vfork
Pedro Falcato
2023-02-09
1
-0
/
+12
*
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
2022-10-19
1
-0
/
+3
*
fix potential deadlock between multithreaded fork and aio
Rich Felker
2022-10-19
2
-2
/
+4
*
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
2022-10-19
1
-2
/
+0
*
aarch64: add vfork
Szabolcs Nagy
2022-08-01
1
-0
/
+9
*
use internal malloc for posix_spawn file actions objects
Rich Felker
2021-03-15
1
-0
/
+5
*
fail posix_spawn file_actions operations with negative fds
Rich Felker
2021-01-30
4
-0
/
+4
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
1
-0
/
+70
*
fix reintroduction of errno clobbering by atfork handlers
Rich Felker
2020-10-26
1
-0
/
+3
*
move aio implementation details to a proper internal header
Rich Felker
2020-10-14
1
-0
/
+1
*
fix posix_spawn interaction with fork and abort by taking lock
Rich Felker
2020-10-14
1
-3
/
+13
*
implement _Fork and refactor fork using it
Rich Felker
2020-10-14
2
-9
/
+15
*
rename fork source file
Rich Felker
2020-10-14
1
-0
/
+0
*
fix missing synchronization of fork with abort
Rich Felker
2020-10-14
1
-0
/
+3
*
fix fork of processes with active async io contexts
Rich Felker
2020-09-28
1
-0
/
+3
*
clear need_locks in child after fork
Rich Felker
2020-06-21
1
-0
/
+1
*
add posix_spawn [f]chdir file actions
Rich Felker
2019-08-30
4
-0
/
+45
*
prevent dup2 action for posix_spawn internal pipe fd
Rich Felker
2019-07-08
1
-0
/
+4
*
fix deadlock in synccall after threaded fork
Samuel Holland
2019-07-01
1
-0
/
+1
*
use __strchrnul instead of strchr and strlen in execvpe
Frediano Ziglio
2019-04-02
1
-2
/
+1
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
1
-0
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
5
-5
/
+0
*
remove __vfork alias
Rich Felker
2018-09-12
7
-28
/
+7
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
2
-4
/
+0
*
rework mechanism for posix_spawnp calling posix_spawn
Rich Felker
2018-09-12
2
-19
/
+9
*
declare __syscall_ret as hidden in vfork asm
Rich Felker
2018-09-12
4
-0
/
+4
*
add arm asm for vfork
Patrick Oppenlander
2018-09-12
1
-0
/
+13
*
move and deduplicate declarations of __procfdname to make it checkable
Rich Felker
2018-09-12
1
-2
/
+0
*
implement fexecve in terms of execveat when it exists
Joseph C. Sible
2018-09-04
1
-0
/
+5
*
fix return value of system on failure to spawn child process
Rich Felker
2018-08-28
1
-1
/
+1
*
convert execvp error handling to switch statement
Rich Felker
2018-02-21
1
-2
/
+9
*
fix execvp failing on not-dir entries in PATH.
Przemyslaw Pawelczyk
2018-02-21
1
-1
/
+1
*
prevent fork's errno from being clobbered by atfork handlers
Bobby Bingham
2017-11-10
1
-3
/
+3
*
adjust posix_spawn dup2 action behavior to match future requirements
Rich Felker
2017-11-05
1
-8
/
+12
*
posix_spawn: use larger stack to cover worst-case in execvpe
Will Dietz
2017-10-19
1
-1
/
+1
*
have posix_spawnattr_setflags check for supported flags
Rich Felker
2017-04-22
1
-0
/
+11
*
implement new posix_spawn flag POSIX_SPAWN_SETSID
Rich Felker
2017-04-22
1
-0
/
+4
*
add s390x port
Bobby Bingham
2016-11-11
1
-0
/
+8
*
switch to using trap number 31 for syscalls on sh
Rich Felker
2015-06-16
1
-1
/
+1
*
add sh asm for vfork
Rich Felker
2015-06-11
1
-0
/
+23
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-1
/
+1
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
1
-1
/
+2
*
make execvp continue PATH search on EACCES rather than issuing an errror
Rich Felker
2015-02-03
1
-1
/
+4
*
use direct syscall rather than write function in posix_spawn child
Rich Felker
2014-12-05
1
-1
/
+1
*
don't fail posix_spawn on failed close
Rich Felker
2014-12-05
1
-2
/
+1
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
1
-1
/
+1
*
fix ungrammatical comment in posix_spawn code
Rich Felker
2014-07-01
1
-3
/
+3
*
additional fixes for linux kernel apis with old syscalls removed
Rich Felker
2014-05-30
1
-0
/
+5
[next]