Commit Briefs

6d558e12b0 Russ Cox

dial: reject dial to * (aka 0.0.0.0)

fixes #15 http://code.swtch.com/plan9port/issues/15 http://codereview.appspot.com/107043


94349f64d1 Fazlul Shahriar

page: add missing delayfreeimage calls

fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041


d19fdc056d Russ Cox

libfmt: add missing copyright notice to nan64.c

nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use.


c8ae41fb03 Russ Cox

more licensing


6f4d7598d9 Russ Cox

more licensing



ae03a48ba9 Russ Cox

move files that codebot put in the wrong place


5a8bc78967 Michael Teichgräber

awk: sync with Plan 9

http://codereview.appspot.com/104087


3b7ca01f98 Tony Lainson

9term: allow scroll wheel in main window

http://codereview.appspot.com/105082


f2887b9de8 Russ Cox

page: move cmd/page/cache.c to src/cmd/page/cache.c

not sure how the codebot screwed that up.


b3453e08b8 Fazlul Shahriar

page: add caching from Plan 9

http://codereview.appspot.com/105070


3c6ab1854e Fazlul Shahriar

stats: make more stats work in Linux

http://codereview.appspot.com/96084


0e9f3966da Russ Cox

add codereview(1)


74be46038d Michael Teichgräber

rc: fix segfault when SIGINT is received

Save the value of `runq' at the start of the function, so that the `pc' update at the end does work on that original value, and not on a probably modified value of `runq'. fixes #14 http://code.swtch.com/plan9port/issue/14/ http://codereview.appspot.com/104066


1d534ed6ce Russ Cox

docs: document bitbucket servers, codereview(1)

http://codereview.appspot.com/98068