<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/vac/vacfs.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>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>silence more warnings</title>
<updated>2012-10-21T16:04:56+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-10-21T16:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c5bfba483f4002c539cbeb4087827524dba8d0f8'/>
<id>c5bfba483f4002c539cbeb4087827524dba8d0f8</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6744056
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6744056
</pre>
</div>
</content>
</entry>
<entry>
<title>vacfs: fix create srv with ORCLOSE on plan 9</title>
<updated>2012-08-03T19:12:10+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-08-03T19:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=3a616eaa80070a1b89b907baacc8b603b02c670e'/>
<id>3a616eaa80070a1b89b907baacc8b603b02c670e</id>
<content type='text'>
In the current code, the srv file is removed
just after the main thread exits, while the
srv thread is still running, which is not
the expected behavior.
We moved the srv creation just before the
procrfork, in order that the srv file will
not be removed until the srv thread exits.

R=rsc
http://codereview.appspot.com/6397047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current code, the srv file is removed
just after the main thread exits, while the
srv thread is still running, which is not
the expected behavior.
We moved the srv creation just before the
procrfork, in order that the srv file will
not be removed until the srv thread exits.

R=rsc
http://codereview.appspot.com/6397047
</pre>
</div>
</content>
</entry>
<entry>
<title>vacfs: remove 9P2000.u relic</title>
<updated>2012-04-04T14:51:27+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-04-04T14:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b27a990f9fc8cd38e92565901c5be620e75415df'/>
<id>b27a990f9fc8cd38e92565901c5be620e75415df</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/5970072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/5970072
</pre>
</div>
</content>
</entry>
<entry>
<title>vacfs: document replacement of -c flag by -M</title>
<updated>2011-06-13T18:41:52+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-06-13T18:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ce8d6f246568cdb397a0a0095ad843a9769149a8'/>
<id>ce8d6f246568cdb397a0a0095ad843a9769149a8</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4595049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4595049
</pre>
</div>
</content>
</entry>
<entry>
<title>delete 9P2000.u</title>
<updated>2010-12-07T18:34:11+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2010-12-07T18:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=74dd0321756f968c595487f694fbe74ad00f0624'/>
<id>74dd0321756f968c595487f694fbe74ad00f0624</id>
<content type='text'>
thanks to Erik Quanstrom

R=rsc
http://codereview.appspot.com/3469042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to Erik Quanstrom

R=rsc
http://codereview.appspot.com/3469042
</pre>
</div>
</content>
</entry>
<entry>
<title>vacfs: no post9pservice with -i</title>
<updated>2009-07-26T17:13:20+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-07-26T17:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=44c6e39c25dd6e029379fa0474fe27f4cbab181a'/>
<id>44c6e39c25dd6e029379fa0474fe27f4cbab181a</id>
<content type='text'>
http://codereview.appspot.com/96159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://codereview.appspot.com/96159
</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>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>
<entry>
<title>vacfs: plan 9 compatibility</title>
<updated>2008-06-15T03:19:18+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-06-15T03:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ada3d479a7d132a0da51a2cca3e9354bf2e7661c'/>
<id>ada3d479a7d132a0da51a2cca3e9354bf2e7661c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
