Commit Briefs

Dan Cross

cmd/venti/srv: split memory allocation call

This splits a certain vtmallocz call in mkihash into two vtmallocz calls. The first issue this fixes is that the C aliasing rules were not respected in the code before this commit. The other thing is that this enables better memory alignment guarantees. Updates #313 Change-Id: Ia4f3e0fc85facc778193f5e977d4f99a1a9abd23


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

venti: add bootstrap mode (write + no index)

R=rsc, rsc http://codereview.appspot.com/6097047


Russ Cox

venti: import changes from plan 9

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




Russ Cox

merge


Russ Cox

merge



Russ Cox

venti: new icache


rsc

quieter




rsc

return of venti