<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-6.3.0</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-6.3.0</title>
<updated>2014-02-25T11:12:35+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-25T11:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=db67f1e285b2972e43552e63522bd9efbefc822a'/>
<id>db67f1e285b2972e43552e63522bd9efbefc822a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document control sockets and DHCPv6 lease file.</title>
<updated>2014-02-25T11:10:19+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-25T11:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b6ee230e947947860616c28c9f43b12ce123f95d'/>
<id>b6ee230e947947860616c28c9f43b12ce123f95d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect initial commandline arguments when rebooting via a signal.</title>
<updated>2014-02-25T10:24:01+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-25T10:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=929895ed29f9a62d4c4f26615b78061acb28d0fc'/>
<id>929895ed29f9a62d4c4f26615b78061acb28d0fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix arping moving to the next test if we find the IP address</title>
<updated>2014-02-24T14:40:29+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-24T14:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=658bfd5e0cc0dc56d8bb7caf2e6d2a58821798a9'/>
<id>658bfd5e0cc0dc56d8bb7caf2e6d2a58821798a9</id>
<content type='text'>
but do not have a profile for it.
Thanks to David McGurty for the analysis.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but do not have a profile for it.
Thanks to David McGurty for the analysis.</pre>
</div>
</content>
</entry>
<entry>
<title>Add a USE_SIGNALS define.</title>
<updated>2014-02-21T16:10:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-21T16:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6618e7ea8b51794b2a9a93d50896a9e50269f19a'/>
<id>6618e7ea8b51794b2a9a93d50896a9e50269f19a</id>
<content type='text'>
If we're not using signals then we also create a control socket in the
non MASTER case. We then use this to communicate instead of signals.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we're not using signals then we also create a control socket in the
non MASTER case. We then use this to communicate instead of signals.</pre>
</div>
</content>
</entry>
<entry>
<title>If there are no file actions or dangerous attributes then use</title>
<updated>2014-02-21T15:51:42+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-21T15:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=11a06bb9b129a3dd3c872e142bd3334cf560bb54'/>
<id>11a06bb9b129a3dd3c872e142bd3334cf560bb54</id>
<content type='text'>
vfork(2) instead of fork(2) in our compat posix_spawn(3) function.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vfork(2) instead of fork(2) in our compat posix_spawn(3) function.</pre>
</div>
</content>
</entry>
<entry>
<title>When removing an interface we need to remove it's routes even if</title>
<updated>2014-02-21T14:48:58+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-21T14:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e4197f1c3a3280f56ff41baafe41f923177761c5'/>
<id>e4197f1c3a3280f56ff41baafe41f923177761c5</id>
<content type='text'>
we're not deleting them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we're not deleting them.</pre>
</div>
</content>
</entry>
<entry>
<title>If the prefix is not on link, nor autoconf and we don't know about it</title>
<updated>2014-02-14T09:13:19+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-14T09:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=4242c5f2b7be6a55868f30cb5a7bb647b77db6ee'/>
<id>4242c5f2b7be6a55868f30cb5a7bb647b77db6ee</id>
<content type='text'>
then just continue instead of logging a bogus error.
Thanks to David Purser.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
then just continue instead of logging a bogus error.
Thanks to David Purser.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FreeBSD compile warnings.</title>
<updated>2014-02-13T13:23:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-13T13:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0d033d1791cc22dfd674e83bc7dce3b26f3246ab'/>
<id>0d033d1791cc22dfd674e83bc7dce3b26f3246ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Open right socket.</title>
<updated>2014-02-13T13:14:58+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2014-02-13T13:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e0a4adaf6ac52b27695f0c571d2a8671ed182659'/>
<id>e0a4adaf6ac52b27695f0c571d2a8671ed182659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
