aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fossil/fossil.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-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-26fossil: required p9p changesDavid du Colombier1-0/+4
R=rsc https://codereview.appspot.com/13352057
2013-09-23fossil: move from liboventi to libthread and libventiDavid du Colombier1-12/+9
R=rsc https://codereview.appspot.com/13504049
2013-09-23fossil: import from plan 9David du Colombier1-0/+143
R=rsc https://codereview.appspot.com/7988047