Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013-09-01 | fix special-case breakage in popen due to reversed argument order | Rich Felker | -1/+1 |
2013-03-24 | rewrite popen to use posix_spawn instead of fragile vfork hacks | Rich Felker | -41/+41 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | -0/+3 |
2012-10-21 | fix copy/paste error in popen changes that broke signals | Rich Felker | -1/+1 |
2012-10-19 | fix usage of locks with vfork | Rich Felker | -1/+1 |
2012-10-18 | overhaul system() and popen() to use vfork; fix various related bugs | Rich Felker | -24/+44 |
2012-06-20 | make popen cancellation-safe | Rich Felker | -0/+7 |
2012-06-20 | popen: handle issues with fd0/1 being closed | Rich Felker | -3/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+43 |