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
/
posix_spawn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add posix_spawn [f]chdir file actions
Rich Felker
2019-08-30
1
-0
/
+8
*
prevent dup2 action for posix_spawn internal pipe fd
Rich Felker
2019-07-08
1
-0
/
+4
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+0
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-2
/
+0
*
rework mechanism for posix_spawnp calling posix_spawn
Rich Felker
2018-09-12
1
-13
/
+5
*
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
*
implement new posix_spawn flag POSIX_SPAWN_SETSID
Rich Felker
2017-04-22
1
-0
/
+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
*
fix ungrammatical comment in posix_spawn code
Rich Felker
2014-07-01
1
-3
/
+3
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
1
-2
/
+16
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-2
/
+1
*
make posix_spawn accept null pid pointer arguments
Rich Felker
2014-02-12
1
-1
/
+1
*
optimize posix_spawn to avoid spurious sigaction syscalls
Rich Felker
2013-08-09
1
-7
/
+21
*
fix missing errno from exec failure in posix_spawn
Rich Felker
2013-08-09
1
-0
/
+1
*
make posix_spawn (and functions that use it) use CLONE_VFORK flag
Rich Felker
2013-07-17
1
-1
/
+2
*
remove explicit locking to prevent __synccall setuid during posix_spawn
Rich Felker
2013-04-26
1
-13
/
+0
*
fix unsigned comparison bug in posix_spawn
Rich Felker
2013-02-03
1
-1
/
+1
*
overhaul posix_spawn to use CLONE_VM instead of vfork
Rich Felker
2013-02-03
1
-52
/
+122
*
fix usage of locks with vfork
Rich Felker
2012-10-19
1
-1
/
+1
*
fix parent-memory-clobber in posix_spawn (environ)
Rich Felker
2012-10-18
1
-4
/
+3
*
overhaul system() and popen() to use vfork; fix various related bugs
Rich Felker
2012-10-18
1
-6
/
+7
*
block uid/gid changes during posix_spawn
Rich Felker
2012-10-15
1
-0
/
+10
*
use vfork if possible in posix_spawn
Rich Felker
2012-09-14
1
-1
/
+3
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-6
/
+6
*
fix various errors in function signatures/prototypes found by nsz
Rich Felker
2011-09-13
1
-3
/
+5
*
fix backwards posix_spawn file action order
Rich Felker
2011-05-29
1
-2
/
+3
*
add file actions support to posix_spawn
Rich Felker
2011-05-28
1
-0
/
+28
*
posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
Rich Felker
2011-05-28
1
-1
/
+3
*
initial implementation of posix_spawn
Rich Felker
2011-05-28
1
-0
/
+65