summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/icache.c
Commit message (Collapse)AuthorAgeFilesLines
* cmd/venti/srv: split memory allocation callNeven Sajko2020-01-131-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
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* venti: add bootstrap mode (write + no index)Russ Cox2012-04-221-0/+6
| | | | | R=rsc, rsc http://codereview.appspot.com/6097047
* venti: import changes from plan 9David du Colombier2011-11-081-1/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
* venti: silence warnings in icache.cRuss Cox2008-08-071-4/+4
|
* venti: work around gcc 4.3 bug (reported by Lucho Ionkov)Russ Cox2008-07-311-1/+13
|
* mergeRuss Cox2008-04-151-1/+1
|
* mergeRuss Cox2008-01-301-19/+16
|
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-291-2/+20
|
* venti: new icacheRuss Cox2007-09-251-277/+431
|
* quieterrsc2007-04-241-1/+0
|
* sync with mit plan 9 versionrsc2007-04-211-63/+83
|
* assorted changes from Plan 9rsc2006-07-181-8/+42
|
* return of ventirsc2005-07-121-0/+348