<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/venti/srv/icache.c, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>cmd/venti/srv: split memory allocation call</title>
<updated>2020-01-13T15:08:01+00:00</updated>
<author>
<name>Neven Sajko</name>
<email>nsajko@gmail.com</email>
</author>
<published>2020-01-07T17:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=386bd9cae471438a685234556111a01a666ca165'/>
<id>386bd9cae471438a685234556111a01a666ca165</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
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 &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: add bootstrap mode (write + no index)</title>
<updated>2012-04-22T19:27:06+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-04-22T19:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e7e953b3dadb5aba3bb2f3f05b2beff94934a4dc'/>
<id>e7e953b3dadb5aba3bb2f3f05b2beff94934a4dc</id>
<content type='text'>
R=rsc, rsc
http://codereview.appspot.com/6097047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc, rsc
http://codereview.appspot.com/6097047
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: import changes from plan 9</title>
<updated>2011-11-08T16:48:18+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-11-08T16:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=1e0c0383421cb902dabbb1d3b3b7b6957db37005'/>
<id>1e0c0383421cb902dabbb1d3b3b7b6957db37005</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5325044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5325044
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: silence warnings in icache.c</title>
<updated>2008-08-07T15:17:06+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-08-07T15:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0e430b25b21cb9e08ccb46c7c5202cd10c13e1dd'/>
<id>0e430b25b21cb9e08ccb46c7c5202cd10c13e1dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: work around gcc 4.3 bug (reported by Lucho Ionkov)</title>
<updated>2008-07-31T19:41:54+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-07-31T19:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=dce4cbabd1bbfa3a8acc05ae0b2c3a9df17f93d2'/>
<id>dce4cbabd1bbfa3a8acc05ae0b2c3a9df17f93d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2008-04-16T02:17:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-04-16T02:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9f8a101a7c2e88b968741e9057da4f741a736fb5'/>
<id>9f8a101a7c2e88b968741e9057da4f741a736fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2008-01-30T15:30:45+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-01-30T15:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=54dd92bebc97da7efb955f703c20cac8f4cbbb9f'/>
<id>54dd92bebc97da7efb955f703c20cac8f4cbbb9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: fix sync deadlock, add /proc stub</title>
<updated>2007-10-29T18:33:17+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2007-10-29T18:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=45ac814c8609174199cadb6f1bbb4baf7c12c94a'/>
<id>45ac814c8609174199cadb6f1bbb4baf7c12c94a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: new icache</title>
<updated>2007-09-25T13:47:31+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2007-09-25T13:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7a400ee957a0815287af806e18ef90dd18b47f82'/>
<id>7a400ee957a0815287af806e18ef90dd18b47f82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
