fix potential deadlock in dlerror buffer handling at thread exit
[musl] / src / process / fork.c
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-10-26 Rich Felkerfix reintroduction of errno clobbering by atfork handlers
2020-10-15 Rich Felkerimplement _Fork and refactor fork using it
2020-10-15 Rich Felkerrename fork source file
2020-10-15 Rich Felkerfix missing synchronization of fork with abort
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2020-06-21 Rich Felkerclear need_locks in child after fork
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2017-11-11 Bobby Binghamprevent fork's errno from being clobbered by atfork...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-10 Rich Felkeroptimize out setting up robust list with kernel when...
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2013-08-09 Rich Felkerblock signals during fork
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-07-17 Rich Felkerensure in fork that child gets its own new robust mutex...
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-12 Rich Felkerspeed up threaded fork
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-10 Rich Felkermake fork properly initialize the main thread in the...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0