Commit Briefs

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

libventi: fix segfault in vtreadpacket when not connected

This problem happens especially in fossil/view when vtread can be called even if not connected to venti. The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c). R=rsc CC=plan9port.codebot http://codereview.appspot.com/5484044



rsc

Fix a handful of small one-time memory leaks in vbackup,

and one per-package memory leak (in writethread).



rsc

cleanup


rsc

bug fixes


rsc

stupid sun


rsc

little bug fixes



rsc

debugging


rsc

various debugging


rsc

new venti library.