Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021年04月20日 | fix popen not to leak pipes from one child to another | Rich Felker | -0/+6 |
2021年04月20日 | remove spurious lock in popen | Rich Felker | -2/+0 |
2021年03月15日 | remove no-longer-needed special case handling in popen | Rich Felker | -16/+0 |
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.0 v0.5.0 | Rich Felker | -0/+43 |