Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 1 | -0/+6 | |
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. | |||||
2013-09-26 | fossil: required p9p changes | David du Colombier | 1 | -0/+4 | |
R=rsc https://codereview.appspot.com/13352057 | |||||
2013-09-23 | fossil: move from liboventi to libthread and libventi | David du Colombier | 1 | -12/+9 | |
R=rsc https://codereview.appspot.com/13504049 | |||||
2013-09-23 | fossil: import from plan 9 | David du Colombier | 1 | -0/+143 | |
R=rsc https://codereview.appspot.com/7988047 |