Commit Briefs

0a89a29f4e rsc

add threaddata; correct Alt order


9d407753d0 rsc

add threadgetname


de9e3ca743 rsc

fix typo


80f510c8a4 rsc

add threadspawnl


38c10d1abc rsc

do not call exits in threaded programs


c8b6342d3c rsc

Many small edits.


8fd256985d rsc

add threadnotify


1a0954abb8 rsc

autolib


9cb22ba607 rsc

add threadlinklibrary


2c87dda8f8 rsc

add threaddaemonize(), more bug fixes



e317e37406 rsc

add chansetname prototype


678ede7e54 rsc

various changes from plan 9


3286afda88 rsc

new thread library


06bb4ed20d rsc

Rewrite to remove dependence on rendezvous and its bizarre

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.