Commit Briefs

Russ Cox

libthread: add threadmaybackground

Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.


Russ Cox

libthread: add threadspawnd

R=rsc http://codereview.appspot.com/6742064




rsc

pin



rsc

add procwait


rsc

add threadidle


rsc

add threadid



rsc

add threadgetname


rsc

fix typo


rsc

add threadspawnl



rsc

Many small edits.