aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/ffork-Linux.c
AgeCommit message (Collapse)AuthorFilesLines
2004-09-17Bite the bullet. Have to use differentrsc1-31/+4
binaries on 2.4 and 2.6.
2004-09-17Continue switching library over to pthreads when possible.rsc1-183/+18
Tprimes works on Linux 2.6. You can only have 128 procs though.
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc1-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.
2004-06-09work much harder to reclaim stacksrsc1-9/+130
2004-04-30Little fixes.rsc1-3/+30
2003-10-01Various tweaks to make things run on Mac OS.rsc1-0/+6
The main change is the use of pthread to implement ffork.
2003-09-30Initial revisionrsc1-0/+39