<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-9.1.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.1.3</title>
<updated>2020-07-02T13:42:57+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-07-02T13:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=1c43c1a4511f67e971b81349ddd99f272f8528b8'/>
<id>1c43c1a4511f67e971b81349ddd99f272f8528b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: clean before import-src</title>
<updated>2020-07-02T13:05:19+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-07-02T13:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=786ec29a3fc79afccb195e8195b2a0466641ef91'/>
<id>786ec29a3fc79afccb195e8195b2a0466641ef91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Restore lease timings</title>
<updated>2020-07-01T19:09:42+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-07-01T19:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=50b57407f9089c13101ddabc26359d9f46e76e59'/>
<id>50b57407f9089c13101ddabc26359d9f46e76e59</id>
<content type='text'>
Erroneously changed in 060f5a9e93, only seems to affect
INFORM getting into a loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Erroneously changed in 060f5a9e93, only seems to affect
INFORM getting into a loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD: Setup sysctls before redirecting stderr</title>
<updated>2020-07-01T10:46:01+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-07-01T10:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ac8805b6f96acd23557433ecefefed302cbd35b8'/>
<id>ac8805b6f96acd23557433ecefefed302cbd35b8</id>
<content type='text'>
Need to do this as early as.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to do this as early as.
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: Don't limit file writes if logging to a file</title>
<updated>2020-07-01T10:45:06+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-07-01T10:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=2b724a4592025c947edab5c609a87f54a66991ac'/>
<id>2b724a4592025c947edab5c609a87f54a66991ac</id>
<content type='text'>
stderr could be redirected.

While here, there is no longer a need to redirect stderr or stdout
as they already have been in dhcpcd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stderr could be redirected.

While here, there is no longer a need to redirect stderr or stdout
as they already have been in dhcpcd.
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd: improve prior to log to another fd</title>
<updated>2020-06-30T21:06:00+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-30T21:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=070bd2aef3b4e8f9ad3a9b8de6242846cf3cf5be'/>
<id>070bd2aef3b4e8f9ad3a9b8de6242846cf3cf5be</id>
<content type='text'>
This allows stderr and stdout to be redirected to /dev/null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows stderr and stdout to be redirected to /dev/null.
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd: Turn off stderr logging rather than closing stderr</title>
<updated>2020-06-30T20:33:24+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-30T20:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=56485df7765c0909a86cc7b2a0d56f797abf7f28'/>
<id>56485df7765c0909a86cc7b2a0d56f797abf7f28</id>
<content type='text'>
And only turn it off when stderr is a tty.
A better approach might to open an fd just to log to and
redirect stdout/stderr to /dev/null alongside stdin at program
start, but that's more code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And only turn it off when stderr is a tty.
A better approach might to open an fd just to log to and
redirect stdout/stderr to /dev/null alongside stdin at program
start, but that's more code.
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: check return of freopen(3)</title>
<updated>2020-06-29T12:14:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-29T12:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9593df81abd6b0508eafad0d45aa6c0e112922ba'/>
<id>9593df81abd6b0508eafad0d45aa6c0e112922ba</id>
<content type='text'>
So shutup some compilers who complain we don't do anything with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So shutup some compilers who complain we don't do anything with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>options: rework prior to use macros</title>
<updated>2020-06-29T10:54:29+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-29T10:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b3cbcc5a8b6b7d9d5db71006c74038da3a85333d'/>
<id>b3cbcc5a8b6b7d9d5db71006c74038da3a85333d</id>
<content type='text'>
Can't use DHCPCD_MASTER because a config option sets it - duh.
This allows us to use a different config option which makes little
sense in options but makes sense in the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can't use DHCPCD_MASTER because a config option sets it - duh.
This allows us to use a different config option which makes little
sense in options but makes sense in the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>inet6: Don't regen temp addresses we didn't add.</title>
<updated>2020-06-27T12:58:44+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-27T12:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=05c1b0761da013d1bea9cc8e96cd7e09540834ba'/>
<id>05c1b0761da013d1bea9cc8e96cd7e09540834ba</id>
<content type='text'>
Helps with interopability with OpenBSD's slaacd(8).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps with interopability with OpenBSD's slaacd(8).
</pre>
</div>
</content>
</entry>
</feed>
