<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/test/rc.funcs.list, branch github/gh-pages</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2014-12-03T16:13:41Z</updated>
<entry>
<title>initial commit</title>
<updated>2014-12-03T16:13:41Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-12-03T16:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1267025fb76af18e31b2c7de16606abbb9b87ea3'/>
<id>urn:sha1:1267025fb76af18e31b2c7de16606abbb9b87ea3</id>
<content type='text'>
</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>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>Factor out new function rc_deptree_load_file to aid in debugging deptree files from users. Loads from a given filename instead of the hardcoded RC_DEPTREE_CACHE define.</title>
<updated>2011-01-17T06:32:46Z</updated>
<author>
<name>Robin H. Johnson</name>
<email>robbat2@gentoo.org</email>
</author>
<published>2011-01-17T06:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=0e90ae266af658c2a8e405c1ce81819e8437ade9'/>
<id>urn:sha1:0e90ae266af658c2a8e405c1ce81819e8437ade9</id>
<content type='text'>
</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>
<entry>
<title>Add runlevel stacking, #88</title>
<updated>2009-05-02T11:26:45Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-02T11:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=6615eb4b689d7aa1d047bd9ed75eca80beac9767'/>
<id>urn:sha1:6615eb4b689d7aa1d047bd9ed75eca80beac9767</id>
<content type='text'>
This implementation has the limitation that you cannot have a stacked
runlevel and service of the same name in a runlevel.
</content>
</entry>
<entry>
<title>Fix tests, #Gentoo 240350.</title>
<updated>2008-10-07T12:14:53Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-10-07T12:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d117b2d644d0a884ff75ae190a984bb9d431ee94'/>
<id>urn:sha1:d117b2d644d0a884ff75ae190a984bb9d431ee94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add older_than function to complement newer_than function. Also make the userland instance reversed to be compatable with current baselayout, which truely does suck.</title>
<updated>2008-07-03T13:11:47Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-03T13:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=a88a177f991527e545e75588013afd16c647e656'/>
<id>urn:sha1:a88a177f991527e545e75588013afd16c647e656</id>
<content type='text'>
</content>
</entry>
</feed>
