Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make fork properly initialize the main thread in the child process | Rich Felker | 2011-03-09 | 1 | -0/+7 |
| | |||||
* | add pthread_atfork interface | Rich Felker | 2011-02-18 | 1 | -3/+6 |
| | | | | | | | | | note that this presently does not handle consistency of the libc's own global state during forking. as per POSIX 2008, if the parent process was threaded, the child process may only call async-signal-safe functions until one of the exec-family functions is called, so the current behavior is believed to be conformant even if non-ideal. it may be improved at some later time. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+9 |