index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process
Age
Commit message (
Expand
)
Author
Lines
2013-10-07
add missing va_end in execl* for correcness and static code analyzers
Szabolcs Nagy
-0
/
+3
2013-10-03
fix new environment always being null with execle
Rich Felker
-2
/
+1
2013-08-09
optimize posix_spawn to avoid spurious sigaction syscalls
Rich Felker
-7
/
+21
2013-08-09
fix missing errno from exec failure in posix_spawn
Rich Felker
-0
/
+1
2013-08-08
block signals during fork
Rich Felker
-0
/
+3
2013-08-02
debloat code that depends on /proc/self/fd/%d with shared function
Rich Felker
-3
/
+4
2013-07-17
make posix_spawn (and functions that use it) use CLONE_VFORK flag
Rich Felker
-1
/
+2
2013-04-26
remove explicit locking to prevent __synccall setuid during posix_spawn
Rich Felker
-13
/
+0
2013-03-24
remove cruft from pre-posix_spawn version of the system function
Rich Felker
-6
/
+0
2013-02-17
consistently use the internal name __environ for environ
Rich Felker
-4
/
+4
2013-02-03
base system() on posix_spawn
Rich Felker
-41
/
+26
2013-02-03
fix unsigned comparison bug in posix_spawn
Rich Felker
-1
/
+1
2013-02-03
overhaul posix_spawn to use CLONE_VM instead of vfork
Rich Felker
-55
/
+125
2013-02-01
fix up minor misplacement of restrict keyword in spawnattr sched stubs
Rich Felker
-2
/
+2
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
-0
/
+25
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-0
/
+1
2012-10-28
system is a cancellation point
Rich Felker
-0
/
+3
2012-10-19
fix usage of locks with vfork
Rich Felker
-2
/
+3
2012-10-18
fix parent-memory-clobber in posix_spawn (environ)
Rich Felker
-9
/
+17
2012-10-18
overhaul system() and popen() to use vfork; fix various related bugs
Rich Felker
-29
/
+49
2012-10-15
block uid/gid changes during posix_spawn
Rich Felker
-0
/
+10
2012-09-14
use vfork if possible in posix_spawn
Rich Felker
-1
/
+3
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-18
/
+18
2012-02-06
x86_64 vfork implementation
Rich Felker
-0
/
+12
2011-10-14
support vfork on i386
Rich Felker
-0
/
+14
2011-10-14
make available a namespace-safe vfork, if supported
Rich Felker
-1
/
+4
2011-09-29
fix various bugs in path and error handling in execvp/fexecve
Rich Felker
-18
/
+29
2011-09-13
fix various errors in function signatures/prototypes found by nsz
Rich Felker
-5
/
+8
2011-09-13
add missing posix_spawnattr_init/destroy functions
Rich Felker
-0
/
+13
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
-2
/
+8
2011-07-16
ensure in fork that child gets its own new robust mutex list
Rich Felker
-0
/
+1
2011-05-29
fix backwards posix_spawn file action order
Rich Felker
-6
/
+10
2011-05-28
add accidentally-omitted file needed for posix_spawn file actions
Rich Felker
-0
/
+10
2011-05-28
add file actions support to posix_spawn
Rich Felker
-2
/
+85
2011-05-28
posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
Rich Felker
-1
/
+3
2011-05-28
initial implementation of posix_spawn
Rich Felker
-0
/
+151
2011-04-27
correct variadic prototypes for execl* family
Rich Felker
-15
/
+18
2011-04-20
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
-1
/
+2
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
-1
/
+1
2011-04-17
overhaul pthread cancellation
Rich Felker
-12
/
+2
2011-04-12
speed up threaded fork
Rich Felker
-2
/
+1
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-2
/
+14
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-7
/
+7
2011-03-09
make fork properly initialize the main thread in the child process
Rich Felker
-0
/
+7
2011-02-27
implement fexecve
Rich Felker
-0
/
+10
2011-02-18
add pthread_atfork interface
Rich Felker
-3
/
+6
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+194