aboutsummaryrefslogtreecommitdiffhomepage
path: root/postfork.cpp
Commit message (Collapse)AuthorAge
* Fix compile error (oops)Gravatar ridiculousfish2012-03-27
|
* Make the color picker cell borders appear correctly in FirefoxGravatar ridiculousfish2012-03-27
|
* Flip the switch to stop draining threads before exec (!)Gravatar ridiculousfish2012-03-09
|
* A bunch of changes working towards eliminating all memory allocation after ↵Gravatar ridiculousfish2012-03-08
| | | | fork()
* Some initial work towards cutting down the number of fork calls we doGravatar ridiculousfish2012-03-06
|
* Final cleanup of io_data_t now that I recognize the bizarre way in which it ↵Gravatar ridiculousfish2012-03-04
| | | | shares output buffers (not sure how this ever worked before)
* Some initial changes to use CLO_EXEC, with an eye towards some day using it ↵Gravatar Peter Ammon2012-03-02
| | | | correctly.
* More work towards improving relationship between multithreading and forkGravatar ridiculousfish2012-02-29
|
* More work on improving interaction between fork and pthreads. Added ↵Gravatar ridiculousfish2012-02-29
| | | | null_terminated_array_t class.
* Added postforkGravatar ridiculousfish2012-02-29