Commits


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.


libthread: add threadspawnd R=rsc http://codereview.appspot.com/6742064


libthread: remove unimplemented chaninit


libthread: document some unimplemented functions


pin


nptl brokenness


update


Many small edits.


use macro for /usr/local/plan9


Some man pages.


Mostly path name updates


Rewrite page(2) references to page(3). Add description of new libmach.


Lots of man pages.


Initial revision