Commit Briefs

David du Colombier

venti: fix venti graph on 64-bit

A pixel is 32 bits wide in RGBA, regardless of system's word size. Change-Id: Iea36a8dafdec9ce8d593f944ef5ed1ea08e11d25 Reviewed-on: https://plan9port-review.googlesource.com/2980 Reviewed-by: David du Colombier <0intro@gmail.com>


Russ Cox

venti/copy: fix bug writing directories that zero truncate

Found by nwf. TBR=rsc https://codereview.appspot.com/162860045


Aram Hăvărneanu

CONTRIBUTORS: add Aram Hăvărneanu

LGTM=rsc R=rsc CC=plan9port-dev https://codereview.appspot.com/119500043


Russ Cox

acme: copy/cut/paste with ctl+c,x,v

LGTM=rsc R=rsc CC=plan9port.codebot https://codereview.appspot.com/69070045


Russ Cox

keyboard: add more sequences, from existing ones or RFC 1345

R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046


Russ Cox

rcmain: use new $termprog variable

R=rsc CC=plan9port.codebot https://codereview.appspot.com/12505045


Roger Peppe

cmd/devdraw: clear keyboard state on lost focus.

See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after R=rsc https://codereview.appspot.com/11453043


Russ Cox

CONTRIBUTORS: three more

R=rsc https://codereview.appspot.com/7225073


Russ Cox

fontsrv: fix build on OpenBSD 5.2

R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108


Russ Cox

devdraw: restore compilation on OS X 10.6

Also add some ignored files to .hgignore R=rsc http://codereview.appspot.com/6842089


Russ Cox

fontsrv: x11 support

R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047


Russ Cox

devdraw: map X11 dead_diaresis to double quote

R=rsc CC=plan9port.codebot http://codereview.appspot.com/6690049


Russ Cox

acme: correct writes of runes on auspicious byte boundaries

R=rsc, r CC=plan9port.codebot http://codereview.appspot.com/6586067


Russ Cox

src/cmd: Add a repurposed import(4), called `9import', to the ports.

The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100


Russ Cox

9pfuse: fix memory leak, avoid memory explosion

Change is to handle FUSE_FORGET in main loop instead of separate thread for each as 10s of thousands can come in at once. Fixes issue 104. R=0intro, rsc http://codereview.appspot.com/6498081