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
*
x86_64 vfork implementation
Rich Felker
2012-02-06
1
-0
/
+12
*
support vfork on i386
Rich Felker
2011-10-14
1
-0
/
+14
*
make available a namespace-safe vfork, if supported
Rich Felker
2011-10-14
1
-1
/
+4
*
fix various bugs in path and error handling in execvp/fexecve
Rich Felker
2011-09-29
2
-18
/
+29
*
fix various errors in function signatures/prototypes found by nsz
Rich Felker
2011-09-13
2
-5
/
+8
*
add missing posix_spawnattr_init/destroy functions
Rich Felker
2011-09-13
2
-0
/
+13
*
use weak aliases rather than function pointers to simplify some code
Rich Felker
2011-08-06
1
-2
/
+8
*
ensure in fork that child gets its own new robust mutex list
Rich Felker
2011-07-16
1
-0
/
+1
*
fix backwards posix_spawn file action order
Rich Felker
2011-05-29
5
-6
/
+10
*
add accidentally-omitted file needed for posix_spawn file actions
Rich Felker
2011-05-28
1
-0
/
+10
*
add file actions support to posix_spawn
Rich Felker
2011-05-28
5
-2
/
+85
*
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
12
-0
/
+151
*
correct variadic prototypes for execl* family
Rich Felker
2011-04-27
3
-15
/
+18
*
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
2011-04-20
1
-1
/
+2
*
clean up handling of thread/nothread mode, locking
Rich Felker
2011-04-17
1
-1
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
2
-12
/
+2
*
speed up threaded fork
Rich Felker
2011-04-12
1
-2
/
+1
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
2
-2
/
+14
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
5
-7
/
+7
*
make fork properly initialize the main thread in the child process
Rich Felker
2011-03-09
1
-0
/
+7
*
implement fexecve
Rich Felker
2011-02-27
1
-0
/
+10
*
add pthread_atfork interface
Rich Felker
2011-02-18
1
-3
/
+6
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
12
-0
/
+194