<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/vac/vac.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>vac, unvac: allow 128MB cache size, up from 4MB</title>
<updated>2020-01-13T22:09:39+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-13T22:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=59b460f845ee7d2e0156a4ba43fbe75c2531489b'/>
<id>59b460f845ee7d2e0156a4ba43fbe75c2531489b</id>
<content type='text'>
When a directory has lots of children, vac crashes because it runs out of cache.

Fixes #266.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a directory has lots of children, vac crashes because it runs out of cache.

Fixes #266.
</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>fix clang warnings reported by Tuncer Ayaz</title>
<updated>2012-10-21T15:25:08+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-10-21T15:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0cfb376070a4bef7b4168a9795e025437e1be79f'/>
<id>0cfb376070a4bef7b4168a9795e025437e1be79f</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6744054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6744054
</pre>
</div>
</content>
</entry>
<entry>
<title>vac: fix segfault on DMSYMLINK or DMDEVICE</title>
<updated>2012-01-16T22:06:41+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-01-16T22:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=68e24566b6ba442b2bdba2dfc111c5a0d333cc42'/>
<id>68e24566b6ba442b2bdba2dfc111c5a0d333cc42</id>
<content type='text'>
Fix segfault when the first archived file is DMSYMLINK or DMDEVICE.
Reinitialize the buffer to zero before calling readlink.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5500097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix segfault when the first archived file is DMSYMLINK or DMDEVICE.
Reinitialize the buffer to zero before calling readlink.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5500097
</pre>
</div>
</content>
</entry>
<entry>
<title>vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than cachemem</title>
<updated>2010-04-13T20:18:12+00:00</updated>
<author>
<name>David Swasey</name>
<email>david.swasey@gmail.com</email>
</author>
<published>2010-04-13T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7771477e15d445613891c408a4f4d528f35ab549'/>
<id>7771477e15d445613891c408a4f4d528f35ab549</id>
<content type='text'>
R=rsc
CC=codebot
http://codereview.appspot.com/817041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=codebot
http://codereview.appspot.com/817041
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: 32-bit extensions to data structures</title>
<updated>2009-05-25T09:11:27+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-05-25T09:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=75d048884cfcb7cc4404b384da50923e22224365'/>
<id>75d048884cfcb7cc4404b384da50923e22224365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unvac: add -d flag (David Swasey)</title>
<updated>2008-12-07T00:14:10+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-12-07T00:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=286bb40b76f35ffee1e6789895782af203e0dae3'/>
<id>286bb40b76f35ffee1e6789895782af203e0dae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vac: add -a and -x flags</title>
<updated>2008-07-03T05:34:48+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-07-03T05:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e05b0ff3ebd8086809714527a27b412345ff4d72'/>
<id>e05b0ff3ebd8086809714527a27b412345ff4d72</id>
<content type='text'>
Thanks to Michael Kaminsky for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Michael Kaminsky for the suggestion.
</pre>
</div>
</content>
</entry>
<entry>
<title>vac: fix -m bug (Myron Cheung)</title>
<updated>2008-07-02T19:39:13+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-07-02T19:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9b3ac170501c1f1b50a8e7eaf39d68653b3bd72d'/>
<id>9b3ac170501c1f1b50a8e7eaf39d68653b3bd72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vacfs: present qids correctly</title>
<updated>2008-06-15T05:46:23+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-06-15T05:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa3c8da1c01edc6559fa6ea71fdfb402cd9914b4'/>
<id>fa3c8da1c01edc6559fa6ea71fdfb402cd9914b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
