summaryrefslogtreecommitdiffstats
path: root/src/cmd/fossil/fossil.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-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.
* fossil: required p9p changesDavid du Colombier2013-09-261-0/+4
| | | | | R=rsc https://codereview.appspot.com/13352057
* fossil: move from liboventi to libthread and libventiDavid du Colombier2013-09-231-12/+9
| | | | | R=rsc https://codereview.appspot.com/13504049
* fossil: import from plan 9David du Colombier2013-09-231-0/+143
R=rsc https://codereview.appspot.com/7988047