<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-9.3.3</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Release dhcpcd-9.3.3</title>
<updated>2020-11-20T13:06:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-20T13:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=1bf7daf8e8ac18790cf8cc666bbbcb358c3a39aa'/>
<id>1bf7daf8e8ac18790cf8cc666bbbcb358c3a39aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: adjust comment for prior</title>
<updated>2020-11-19T19:15:12+00:00</updated>
<author>
<name>Matthew Clarkson</name>
<email>mclarkson@reliablecontrols.com</email>
</author>
<published>2020-11-19T19:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=450a51cc1b6eda96687fa52ede208034b7ec2e12'/>
<id>450a51cc1b6eda96687fa52ede208034b7ec2e12</id>
<content type='text'>
Note that this is a requirement for printf over serial terminals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that this is a requirement for printf over serial terminals.
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: Allow ioctl TCGETS</title>
<updated>2020-11-19T15:37:33+00:00</updated>
<author>
<name>Matthew Clarkson</name>
<email>mclarkson@reliablecontrols.com</email>
</author>
<published>2020-11-19T15:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3a32f22b03b30961ee922ff864ee525fb75fd488'/>
<id>3a32f22b03b30961ee922ff864ee525fb75fd488</id>
<content type='text'>
printf on some platforms seems to require it.
Without this, script_dump() may fault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
printf on some platforms seems to require it.
Without this, script_dump() may fault.
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: Allow fcntl64 and fstat64 to fix ARM32 talking to the controller</title>
<updated>2020-11-13T08:22:42+00:00</updated>
<author>
<name>Matthew Clarkson</name>
<email>mclarkson@reliablecontrols.com</email>
</author>
<published>2020-11-13T08:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=12a91777bd8126056518c8cc9edeb933f451afa8'/>
<id>12a91777bd8126056518c8cc9edeb933f451afa8</id>
<content type='text'>
We already allow fcntl and fstat so this is not a problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already allow fcntl and fstat so this is not a problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>route: Correct prior logic</title>
<updated>2020-11-13T08:21:12+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-13T08:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7ece8ef526fee000068d49ba8d1f8ae7d79e30de'/>
<id>7ece8ef526fee000068d49ba8d1f8ae7d79e30de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd: Don't create launcher process if keeping in foreground</title>
<updated>2020-11-11T17:44:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-11T17:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=77260559dd3896fca1fc415ba57a01a71aedbc57'/>
<id>77260559dd3896fca1fc415ba57a01a71aedbc57</id>
<content type='text'>
There is little point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is little point.
</pre>
</div>
</content>
</entry>
<entry>
<title>control: create an unpriv socket for non master mode</title>
<updated>2020-11-11T17:41:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-11T17:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=040561d61e157e7fb371f1311f0cee3536dee0d2'/>
<id>040561d61e157e7fb371f1311f0cee3536dee0d2</id>
<content type='text'>
This allows `dhcpcd -U4 eth0` to work once more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows `dhcpcd -U4 eth0` to work once more.
</pre>
</div>
</content>
</entry>
<entry>
<title>When adding a route, the interface will always have options.</title>
<updated>2020-11-04T14:25:00+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-04T14:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c49db0e1ced7c95d49fb6c844b918cf6ca899d4f'/>
<id>c49db0e1ced7c95d49fb6c844b918cf6ca899d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --noconfigure option</title>
<updated>2020-11-04T14:18:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-04T14:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e9dfc2416bc5ff97166905cbb69e71dd2be6411a'/>
<id>e9dfc2416bc5ff97166905cbb69e71dd2be6411a</id>
<content type='text'>
With this set dhcpcd will not configure anything on the host.
The expectation is that a 3rd party script will instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this set dhcpcd will not configure anything on the host.
The expectation is that a 3rd party script will instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix if_getnetworknamespace matching bug. (#19)</title>
<updated>2020-11-03T22:31:40+00:00</updated>
<author>
<name>Ted Feng</name>
<email>artisdom@gmail.com</email>
</author>
<published>2020-11-03T22:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=d5565ba4c5306332c2b6f00aef184579beb31e33'/>
<id>d5565ba4c5306332c2b6f00aef184579beb31e33</id>
<content type='text'>
Co-authored-by: Ted Feng &lt;Ted.Feng@Aviatnet.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ted Feng &lt;Ted.Feng@Aviatnet.com&gt;</pre>
</div>
</content>
</entry>
</feed>
