<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/test, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2016-01-22T18:07:13Z</updated>
<entry>
<title>fix tests</title>
<updated>2016-01-22T18:07:13Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-01-22T17:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e277ae57efaba3be3eb619fd00084b116c370231'/>
<id>urn:sha1:e277ae57efaba3be3eb619fd00084b116c370231</id>
<content type='text'>
X-Gentoo-Bug: 572602
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602
</content>
</entry>
<entry>
<title>librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys</title>
<updated>2015-12-01T23:39:04Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-01T23:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=635e33cdc8f18bb290756633ce0714c496383cfb'/>
<id>urn:sha1:635e33cdc8f18bb290756633ce0714c496383cfb</id>
<content type='text'>
These functions were never meant to be used outside of OpenRC, and they
were added when we thought we were going to do away with the automatic
detection of subsystems. Since the autodetection is not going away, we
can combine these functions into rc_sys.
</content>
</entry>
<entry>
<title>Revert "Make einfo routines private"</title>
<updated>2013-10-21T18:49:41Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-10-16T17:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=48981be8a872c7a0191d2519793205276fdc423a'/>
<id>urn:sha1:48981be8a872c7a0191d2519793205276fdc423a</id>
<content type='text'>
This reverts commit de88aff0a839844526ae262f8961ec4372fed238.
I was advised that splashutils links to libeinfo, so we do have a
consumer for this library.
</content>
</entry>
<entry>
<title>Make einfo routines private</title>
<updated>2013-09-27T03:18:21Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-09-23T01:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=de88aff0a839844526ae262f8961ec4372fed238'/>
<id>urn:sha1:de88aff0a839844526ae262f8961ec4372fed238</id>
<content type='text'>
The libeinfo library has no consumers other than OpenRC, so there is no
reason for it to be maintained as a library. The einfo routines are now
an object that links with the rc binary.
</content>
</entry>
<entry>
<title>split out librc-independent helpers into a dedicated header file</title>
<updated>2012-05-06T05:17:30Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-05-06T00:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3969cb2a85d798cd029043566d97aad66dcee8e5'/>
<id>urn:sha1:3969cb2a85d798cd029043566d97aad66dcee8e5</id>
<content type='text'>
Many of these helpers are not special to librc, so split them out so they
can be used in all source trees (including libeinfo).

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&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>make shell math operations style more succulent</title>
<updated>2011-11-19T07:25:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-11T02:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140'/>
<id>urn:sha1:ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140</id>
<content type='text'>
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</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>tests: filter valid parisc relocs</title>
<updated>2011-02-14T17:06:58Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-02-06T19:04:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c0aa27ef328190646116e23fe82b64a606ae39fa'/>
<id>urn:sha1:c0aa27ef328190646116e23fe82b64a606ae39fa</id>
<content type='text'>
Parisc generates a few relocs against internal symbols which are OK.

X-Gentoo-Bug: 258913
X-Gentoo-Bug-URL: http://bugs.gentoo.org/258913
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: check for trailing blank newlines</title>
<updated>2011-01-18T01:04:53Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-01-18T01:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c825a74dd1181b12ac1531e2bd6b125de268a296'/>
<id>urn:sha1:c825a74dd1181b12ac1531e2bd6b125de268a296</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
