<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/librc/librc.h, branch github/mount-service</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fmount-service</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fmount-service'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2014-10-23T18:00:24Z</updated>
<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>librc: make rc_proc_getent available for all operating systems</title>
<updated>2012-02-25T21:00:03Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2012-02-25T21:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=582c8e986840158db3162a89cf85c29ec4bf7107'/>
<id>urn:sha1:582c8e986840158db3162a89cf85c29ec4bf7107</id>
<content type='text'>
This looks up an option on the kernel command line. For now, itworks on
linux and returns NULL on the bsds, but we are definitely open to
patches for that side.
</content>
</entry>
<entry>
<title>Fix rc_proc_getent() undeclared on BSD</title>
<updated>2012-02-25T16:56:24Z</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2012-02-25T16:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=de6323ba51fb8525fb1e48b0331c15daf86d5916'/>
<id>urn:sha1:de6323ba51fb8525fb1e48b0331c15daf86d5916</id>
<content type='text'>
X-Gentoo-Bug: 405713
X-Gentoo-Bug-URL: https://bugs.gentoo.org/405713
Reported-by: Dmitri Bogomolov &lt;4glitch@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rename proc_getent to rc_proc_getent and make it global</title>
<updated>2012-01-15T00:02:11Z</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2011-12-30T23:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c3be42006b78809f1087b6a8262caba01f2c7fc1'/>
<id>urn:sha1:c3be42006b78809f1087b6a8262caba01f2c7fc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new function, bool rc_getfile(const char *, char **, size_t *)</title>
<updated>2011-07-13T19:31:20Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-07-13T19:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=fdaf1c65cdcba2d9b83e02cc0d08fb6dbbd80a80'/>
<id>urn:sha1:fdaf1c65cdcba2d9b83e02cc0d08fb6dbbd80a80</id>
<content type='text'>
&lt;snip&gt;
Read the entire @file into the buffer and set @len to the
size of the buffer when finished. For C strings, this will
be strlen(buffer) + 1.
Don't forget to free the buffer afterwards!
&lt;/snip&gt;

We also fix bug 374899 by adding this new function.

X-Gentoo-Bug: 374899
X-Gentoo-Bug-URL: http://bugs.gentoo.org/374899
</content>
</entry>
<entry>
<title>drop useless "All rights reserved" notice</title>
<updated>2011-06-29T23:46:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-29T23:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0bc4f20adfe4392639ddda6721850fdc74ea123'/>
<id>urn:sha1:d0bc4f20adfe4392639ddda6721850fdc74ea123</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.</title>
<updated>2011-01-17T19:36:51Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-17T19:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=de8b4855d30c4102f5cf52b7802383d845e4c380'/>
<id>urn:sha1:de8b4855d30c4102f5cf52b7802383d845e4c380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug #351570: Hidden function fixes: rc_conf_value.</title>
<updated>2011-01-17T19:29:45Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-17T19:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=2b7c2b8cf1248c5cea7c56ad1a3141973a34fe0a'/>
<id>urn:sha1:2b7c2b8cf1248c5cea7c56ad1a3141973a34fe0a</id>
<content type='text'>
Refactor rc_conf_value into librc for use in library context.
Also requires moving:
- rc_conf internal static
- Defines: PROFILE_ENV, SYS_WHITELIST, USR_WHITELIST, RC_PATH_PREFIX
  moved to rc.h with new RC_ prefix added.
- Defines: RC_CONF, RC_CONF_OLD moved to rc.h.

Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Implement explicit selection of subsystem types.</title>
<updated>2011-01-06T06:09:34Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-06T06:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=09f990a7c835d75f67cfe696a35e8c46e67c612f'/>
<id>urn:sha1:09f990a7c835d75f67cfe696a35e8c46e67c612f</id>
<content type='text'>
- Fixes bugs #347583, #349389, both of which were triggered by cgroups
  being detected as the LXC subsystem type.
- Makes it much easier to select "prefix" type.
- "rc -S" will now print a warning if you have not configured rc_sys in
  /etc/rc.conf
- All other semantics of rc_sys are unchanged in this patch.

Signed-off-by: Robin H. Johnson &lt;robbat2@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Use rc_getline instead of assuming a fixed kernel cmdline length.</title>
<updated>2009-06-21T11:20:53Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-06-21T11:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=6abeec74301d8406ebbbd653b9fe9a0e234c09bf'/>
<id>urn:sha1:6abeec74301d8406ebbbd653b9fe9a0e234c09bf</id>
<content type='text'>
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel
headers anymore.
Fixes #177.
</content>
</entry>
</feed>
