<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/rc/mountinfo.c, branch github/runit</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frunit</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frunit'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2015-10-13T13:27:43Z</updated>
<entry>
<title>mountinfo: make sure the netdev variable is initialized on Linux</title>
<updated>2015-10-13T13:27:43Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-10-13T13:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b81317bdf8e3eed8b8ff2bef757ba29f362ed297'/>
<id>urn:sha1:b81317bdf8e3eed8b8ff2bef757ba29f362ed297</id>
<content type='text'>
This fixes the following regression:

X-Gentoo-Bug: 562668
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562668
</content>
</entry>
<entry>
<title>mountinfo: fix --netdev and --nonetdev on Linux</title>
<updated>2015-10-05T15:18:00Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-10-05T15:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5f4f2420364098835522da868a9e75205c9e4f9c'/>
<id>urn:sha1:5f4f2420364098835522da868a9e75205c9e4f9c</id>
<content type='text'>
On Linux, the --netdev and --nonetdev switches were not working. They
were both returning false. After this change, they operate based on the
presence or abscence of the _netdev option in mount options.
</content>
</entry>
<entry>
<title>mountinfo: read /proc/self/mounts instead of /proc/mounts on Linux</title>
<updated>2015-10-04T20:35:33Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-10-04T20:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b3f7ff901f7d3ed00b9f73c601193ac507f62eaf'/>
<id>urn:sha1:b3f7ff901f7d3ed00b9f73c601193ac507f62eaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mountinfo: fix -e and -E options</title>
<updated>2015-08-02T12:39:58Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-08-01T20:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f69833a1e17d1cf65e96a34fcc0e48caf9d90d64'/>
<id>urn:sha1:f69833a1e17d1cf65e96a34fcc0e48caf9d90d64</id>
<content type='text'>
Add the -e and -E options to getoptstring so they are recognized.
</content>
</entry>
<entry>
<title>Bundle &lt;sys/queue.h&gt; from NetBSD</title>
<updated>2014-10-24T00:14:06Z</updated>
<author>
<name>Anthony G. Basile</name>
<email>blueness@gentoo.org</email>
</author>
<published>2014-10-23T22:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1e0a4bebdefd06af09ba8f2459287d3ca28f89d7'/>
<id>urn:sha1:1e0a4bebdefd06af09ba8f2459287d3ca28f89d7</id>
<content type='text'>
We are bundling this to allow building on musl-based systems since musl
does not include &lt;sys/queue.h&gt;.
</content>
</entry>
<entry>
<title>Fix all tests for GNU/kFreeBSD</title>
<updated>2014-10-23T23:47:24Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-10-23T23:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ca6b86be44fc7ed618a7ab3bd021e208d38878b1'/>
<id>urn:sha1:ca6b86be44fc7ed618a7ab3bd021e208d38878b1</id>
<content type='text'>
It is necessary to check for both the kernel and c library because
__FreeBSD_kernel is also defined on native FreeBSD [1].

[1] http://sourceforge.net/p/predef/wiki/OperatingSystems/
</content>
</entry>
<entry>
<title>fix defines for GNU/Hurd</title>
<updated>2014-10-23T18:00:24Z</updated>
<author>
<name>Svante Signell</name>
<email>svante.signell@gmail.com</email>
</author>
<published>2014-10-22T19:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=875f03e27c3475675f7b9572b071dd8c26257be7'/>
<id>urn:sha1:875f03e27c3475675f7b9572b071dd8c26257be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GNU/kFreeBSD port</title>
<updated>2014-10-22T16:05:07Z</updated>
<author>
<name>Svante Signell</name>
<email>svante.signell@gmail.com</email>
</author>
<published>2014-10-21T06:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3f82edbeb9251149c6aff071d6537379af4e5eea'/>
<id>urn:sha1:3f82edbeb9251149c6aff071d6537379af4e5eea</id>
<content type='text'>
Check for __FreeBSD_kernel instead of __GLIBC__ in source files.

note from William Hubbs:
I was told this is a better check for GNU/kFreeBSD than checking the
C  library the source is being compiled against.
GNU/kFreeBSD than checking which library we are using.
</content>
</entry>
<entry>
<title>Begin port to GNU/kFreeBSD</title>
<updated>2013-10-30T06:40:03Z</updated>
<author>
<name>Steven Chamberlain</name>
<email>steven@pyro.eu.org</email>
</author>
<published>2013-10-29T18:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=766d71c2d32d2c57969d161f4d96f15706b8ed3a'/>
<id>urn:sha1:766d71c2d32d2c57969d161f4d96f15706b8ed3a</id>
<content type='text'>
This is just a minimal port to get Debian up and running; the rest will
be done later.
</content>
</entry>
<entry>
<title>mountinfo: respect the -q command line option</title>
<updated>2012-10-24T17:29:29Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2012-10-24T17:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=978dbe028414fc44603d3be70f2a4b226eda9916'/>
<id>urn:sha1:978dbe028414fc44603d3be70f2a4b226eda9916</id>
<content type='text'>
Previously, we were setting the quiet flag before the command line was
parsed. Since the flag is only used once, we can just read the
environment variable which is set by the parsing process.

Reported-by: &lt;devurandom@gmx.net&gt;
X-Gentoo-Bug: 439010
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=439010
</content>
</entry>
</feed>
