aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/import.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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-3/+3
| | | | | | | | | 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>
* import: clean up correctlyRuss Cox2010-11-031-0/+1
| | | | | R=rsc http://codereview.appspot.com/2875041
* import: use command line service nameRuss Cox2010-02-221-1/+1
| | | | | R=rsc http://codereview.appspot.com/220042
* import: add -x flagRuss Cox2008-12-061-25/+34
|
* misc: more post9pservice callersRuss Cox2008-05-071-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-9/+9
|
* do not call exits in threaded programsrsc2005-01-171-1/+1
|
* stupid sunrsc2005-01-141-1/+1
|
* Many small edits.rsc2005-01-131-1/+1
|
* new program from presottorsc2005-01-071-0/+302