summaryrefslogtreecommitdiffstats
path: root/src/lib9/ffork-Linux.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanups - lots of removed files now in thread library.rsc2004-12-261-5/+0
| | | | | qlock.c - stubs to thread library notify.c - clean interface slightly.
* Bite the bullet. Have to use differentrsc2004-09-171-31/+4
| | | | binaries on 2.4 and 2.6.
* Continue switching library over to pthreads when possible.rsc2004-09-171-183/+18
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-0/+4
| | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine.
* work much harder to reclaim stacksrsc2004-06-091-9/+130
|
* Little fixes.rsc2004-04-301-3/+30
|
* Various tweaks to make things run on Mac OS.rsc2003-10-011-0/+6
| | | | The main change is the use of pthread to implement ffork.
* Initial revisionrsc2003-09-301-0/+39