| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: make pthreadperthread the default | Russ Cox | 2020-12-30 | 1 | -20/+14 |
| | | |||||
| * | libthread: add threadmaybackground | Russ Cox | 2020-12-30 | 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. | ||||
| * | tmac: rename IM (italic manual) to MR (manual reference) | Russ Cox | 2020-08-15 | 1 | -14/+14 |
| | | | | | Suggested by G. Brandon Robinson. | ||||
| * | tmac: introduce real manual reference macro instead of overloading IR | Russ Cox | 2020-08-13 | 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. | ||||
| * | libthread: run first thread in proc on system stack | Russ Cox | 2020-01-12 | 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. | ||||
| * | libthread: add threadspawnd | Russ Cox | 2012-10-22 | 1 | -0/+11 |
| | | | | | | R=rsc http://codereview.appspot.com/6742064 | ||||
| * | libthread: remove unimplemented chaninit | Russ Cox | 2009-04-30 | 1 | -7/+2 |
| | | |||||
| * | libthread: document some unimplemented functions | grai | 2008-07-22 | 1 | -0/+5 |
| | | |||||
| * | pin | rsc | 2006-06-26 | 1 | -0/+18 |
| | | |||||
| * | nptl brokenness | rsc | 2005-03-18 | 1 | -0/+9 |
| | | |||||
| * | update | rsc | 2005-01-18 | 1 | -4/+10 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 1 | -27/+4 |
| | | |||||
| * | use macro for /usr/local/plan9 | rsc | 2005-01-11 | 1 | -5/+5 |
| | | |||||
| * | Some man pages. | rsc | 2005-01-03 | 1 | -62/+177 |
| | | |||||
| * | Mostly path name updates | rsc | 2004-04-19 | 1 | -5/+13 |
| | | |||||
| * | Rewrite page(2) references to page(3). | rsc | 2004-04-11 | 1 | -13/+13 |
| | | | | | Add description of new libmach. | ||||
| * | Lots of man pages. | rsc | 2004-04-10 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | rsc | 2003-09-30 | 1 | -0/+576 |
