<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git/Makefile, branch dhcpcd-5.0.1</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Add (c) to Copyright</title>
<updated>2009-05-01T13:57:45+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-01T13:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=601fb3d500ffb57f5ce6eb584c0c481df7870589'/>
<id>601fb3d500ffb57f5ce6eb584c0c481df7870589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort interfaces according to preference and pass this to dhcpcd-run-hooks so we can prefer configs.</title>
<updated>2008-09-09T17:07:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-09-09T17:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=2b60ecb71e76e4a6ac765afac3ce7da87ef4464b'/>
<id>2b60ecb71e76e4a6ac765afac3ce7da87ef4464b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We no longer ship .sh files, so remove the construct.</title>
<updated>2008-09-09T08:16:15+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-09-09T08:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=d76457c8ea830b815f8e03055ed18e4c0dfffb57'/>
<id>d76457c8ea830b815f8e03055ed18e4c0dfffb57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove logger and exclusively uses syslog instead. This saves almost 2K on NetBSD/amd64 from before changing strerror to %m.</title>
<updated>2008-09-05T18:24:34+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-09-05T18:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=765fbf7db0669762f6fe4f829f37c6b10de77fe4'/>
<id>765fbf7db0669762f6fe4f829f37c6b10de77fe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a control socket so that interfaces can be dynamically re-set.</title>
<updated>2008-09-03T16:49:28+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-09-03T16:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f43e585355e50bd2e7021380db6fc792662f76be'/>
<id>f43e585355e50bd2e7021380db6fc792662f76be</id>
<content type='text'>
This requires the event loop argument being changed to void *
so we can send arguments other than an interface.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires the event loop argument being changed to void *
so we can send arguments other than an interface.

</pre>
</div>
</content>
</entry>
<entry>
<title>Add an event loop.</title>
<updated>2008-09-02T13:28:11+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-09-02T13:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=fd05b7dcfc61e1a8f1d4f0f7ecd27bb25a6cc7a8'/>
<id>fd05b7dcfc61e1a8f1d4f0f7ecd27bb25a6cc7a8</id>
<content type='text'>
Split client.c into smaller files and functions and
recode around the event loop.
Add multiple interface support using the new event loop.
Document changes and outstanding bugs.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split client.c into smaller files and functions and
recode around the event loop.
Add multiple interface support using the new event loop.
Document changes and outstanding bugs.

</pre>
</div>
</content>
</entry>
<entry>
<title>Inherit DBDIR and LIBEXECDIR from the env.</title>
<updated>2008-07-27T18:04:44+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-27T18:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=cb4446e8d6f37cab32f0f82760dd64f53c48cbc2'/>
<id>cb4446e8d6f37cab32f0f82760dd64f53c48cbc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Darwin uses --rpath instead of -Wl,-rpath= - bummer.</title>
<updated>2008-07-21T14:24:18+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-21T14:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f242783d9ed817923102dbce490a6cec1295d78f'/>
<id>f242783d9ed817923102dbce490a6cec1295d78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow LIBEXECDIR to inherit from env.</title>
<updated>2008-06-18T10:23:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-06-18T10:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6ed8985371b5ab520f70242c9395a275d9bc26fd'/>
<id>6ed8985371b5ab520f70242c9395a275d9bc26fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix subdir</title>
<updated>2008-05-24T17:37:15+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-05-24T17:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=4f5da121e7a8b9f65b3db8313abd5290e4e3d1c2'/>
<id>4f5da121e7a8b9f65b3db8313abd5290e4e3d1c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
