summaryrefslogtreecommitdiffstats
path: root/src/libthread/rendez.c
Commit message (Collapse)AuthorAgeFilesLines
* Continue fighting pthreads.rsc2004-09-231-38/+0
| | | | Clean up thread library a bit too.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-85/+19
| | | | | | | 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.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-2/+2
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* Initial revisionrsc2003-09-301-0/+104