Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: make pthreadperthread the default | Russ Cox | 1 | -20/+14 | |
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 1 | -12/+22 | |
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. | |||||
2020-08-15 | tmac: rename IM (italic manual) to MR (manual reference) | Russ Cox | 1 | -14/+14 | |
Suggested by G. Brandon Robinson. | |||||
2020-08-13 | tmac: introduce real manual reference macro instead of overloading IR | Russ Cox | 1 | -14/+14 | |
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441. | |||||
2020-01-12 | libthread: run first thread in proc on system stack | Russ Cox | 1 | -0/+8 | |
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. | |||||
2012-10-22 | libthread: add threadspawnd | Russ Cox | 1 | -0/+11 | |
R=rsc http://codereview.appspot.com/6742064 | |||||
2009-04-30 | libthread: remove unimplemented chaninit | Russ Cox | 1 | -7/+2 | |
2008-07-22 | libthread: document some unimplemented functions | grai | 1 | -0/+5 | |
2006-06-26 | pin | rsc | 1 | -0/+18 | |
2005-03-18 | nptl brokenness | rsc | 1 | -0/+9 | |
2005-01-18 | update | rsc | 1 | -4/+10 | |
2005-01-13 | Many small edits. | rsc | 1 | -27/+4 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 1 | -5/+5 | |
2005-01-03 | Some man pages. | rsc | 1 | -62/+177 | |
2004-04-19 | Mostly path name updates | rsc | 1 | -5/+13 | |
2004-04-11 | Rewrite page(2) references to page(3). | rsc | 1 | -13/+13 | |
Add description of new libmach. | |||||
2004-04-10 | Lots of man pages. | rsc | 1 | -1/+1 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+576 | |