Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | cmd/venti/srv: split memory allocation call | Neven Sajko | 1 | -2/+2 | |
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 | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -16/+15 | |
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> | |||||
2012-04-22 | venti: add bootstrap mode (write + no index) | Russ Cox | 1 | -0/+6 | |
R=rsc, rsc http://codereview.appspot.com/6097047 | |||||
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 1 | -1/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | |||||
2008-08-07 | venti: silence warnings in icache.c | Russ Cox | 1 | -4/+4 | |
2008-07-31 | venti: work around gcc 4.3 bug (reported by Lucho Ionkov) | Russ Cox | 1 | -1/+13 | |
2008-04-15 | merge | Russ Cox | 1 | -1/+1 | |
2008-01-30 | merge | Russ Cox | 1 | -19/+16 | |
2007-10-29 | venti: fix sync deadlock, add /proc stub | Russ Cox | 1 | -2/+20 | |
2007-09-25 | venti: new icache | Russ Cox | 1 | -277/+431 | |
2007-04-24 | quieter | rsc | 1 | -1/+0 | |
2007-04-21 | sync with mit plan 9 version | rsc | 1 | -63/+83 | |
2006-07-18 | assorted changes from Plan 9 | rsc | 1 | -8/+42 | |
2005-07-12 | return of venti | rsc | 1 | -0/+348 | |