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
*
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
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
2
-2
/
+21
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-2
/
+1
*
expose public execvpe interface
M Farkas-Dyck
2014-04-20
1
-0
/
+3
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-3
/
+2
*
x32 port (diff against vanilla x86_64)
rofl0r
2014-02-23
1
-1
/
+1
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
1
-0
/
+12
*
make posix_spawn accept null pid pointer arguments
Rich Felker
2014-02-12
1
-1
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
3
-2
/
+2
*
add missing va_end in execl* for correcness and static code analyzers
Szabolcs Nagy
2013-10-07
3
-0
/
+3
*
fix new environment always being null with execle
Rich Felker
2013-10-03
1
-2
/
+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
*
block signals during fork
Rich Felker
2013-08-08
1
-0
/
+3
*
debloat code that depends on /proc/self/fd/%d with shared function
Rich Felker
2013-08-02
1
-3
/
+4
*
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
*
remove cruft from pre-posix_spawn version of the system function
Rich Felker
2013-03-24
1
-6
/
+0
*
consistently use the internal name __environ for environ
Rich Felker
2013-02-17
2
-4
/
+4
*
base system() on posix_spawn
Rich Felker
2013-02-03
1
-41
/
+26
*
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
3
-55
/
+125
*
fix up minor misplacement of restrict keyword in spawnattr sched stubs
Rich Felker
2013-02-01
1
-2
/
+2
*
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
1
-0
/
+25
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
system is a cancellation point
Rich Felker
2012-10-28
1
-0
/
+3
*
fix usage of locks with vfork
Rich Felker
2012-10-19
2
-2
/
+3
*
fix parent-memory-clobber in posix_spawn (environ)
Rich Felker
2012-10-18
3
-9
/
+17
*
overhaul system() and popen() to use vfork; fix various related bugs
Rich Felker
2012-10-18
2
-29
/
+49
*
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
9
-18
/
+18
*
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
[next]