Commit Briefs

0158bceec7 Russ Cox

libthread: run first thread in proc on system stack

For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks.


9e4b56e764 Russ Cox

libthread: add threadspawnd

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


9ea7f9d82f Russ Cox

libthread: remove unimplemented chaninit



df970459f9 rsc

pin


33488b09cb rsc

nptl brokenness


e4d62adf03 rsc

update


c8b6342d3c rsc

Many small edits.


c3674de413 rsc

use macro for /usr/local/plan9


058b0118a5 rsc

Some man pages.


b5fdffeeed rsc

Mostly path name updates


bf8a59fa01 rsc

Rewrite page(2) references to page(3).

Add description of new libmach.


cfa37a7b11 rsc

Lots of man pages.


b2cfc4e2e7 rsc

Initial revision