Commit Briefs

Russ Cox

libthread: add threadmaybackground

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.


Dan Cross

Trivial changes: whitespace and modes.

Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>


Russ Cox

import: clean up correctly

R=rsc http://codereview.appspot.com/2875041


Russ Cox

import: use command line service name

R=rsc http://codereview.appspot.com/220042


Russ Cox

import: add -x flag


Russ Cox

misc: more post9pservice callers




rsc

stupid sun


rsc

Many small edits.


rsc

new program from presotto