<feed xmlns='http://www.w3.org/2005/Atom'>
<title>init.git/lib, branch v0.7.1</title>
<subtitle>Pygos init daemon</subtitle>
<id>https://git.infraroot.at/pygos/init.git/atom?h=v0.7.1</id>
<link rel='self' href='https://git.infraroot.at/pygos/init.git/atom?h=v0.7.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/'/>
<updated>2018-11-03T18:26:00+00:00</updated>
<entry>
<title>Only parse arguments if index actually is numeric</title>
<updated>2018-11-03T18:26:00+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-11-03T18:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=b3773d09ea08234a1e0205ecb66733dda067c1ea'/>
<id>urn:sha1:b3773d09ea08234a1e0205ecb66733dda067c1ea</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Fix parameter substitution escape of '%'</title>
<updated>2018-10-20T15:41:22+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-10-20T15:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=24e98f1e5b7dba6af0d2524127098c04530680a2'/>
<id>urn:sha1:24e98f1e5b7dba6af0d2524127098c04530680a2</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Fix argv_exec allocation size of argument vector</title>
<updated>2018-10-16T21:06:58+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-10-16T21:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=53bc182e090a8830a61141c183ecd779e0b121ef'/>
<id>urn:sha1:53bc182e090a8830a61141c183ecd779e0b121ef</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Configuration parser cleanup</title>
<updated>2018-10-10T14:45:11+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-10-10T09:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=24c90b7700e18d0668799f8f343bc854a42dea20'/>
<id>urn:sha1:24c90b7700e18d0668799f8f343bc854a42dea20</id>
<content type='text'>
 - Do a getline() &amp; process in rdline instead of doing a read per character
   and feeding it through a state machine.
 - Move splitkv to rdcfg.c, the only place where it is used

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Remove pid fron cron serives, reap children in signal handler</title>
<updated>2018-09-21T16:08:48+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-21T16:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=e171f8886525cbaa48e40f7d5b31acb6db657fb2'/>
<id>urn:sha1:e171f8886525cbaa48e40f7d5b31acb6db657fb2</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add simple cron implementation</title>
<updated>2018-09-19T10:22:14+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-16T19:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=f38163772cb8ca25c440393132e8678e65437320'/>
<id>urn:sha1:f38163772cb8ca25c440393132e8678e65437320</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add helper library for cron configuration</title>
<updated>2018-09-17T12:53:19+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-16T13:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=5cd5f48f765f00b81786c6f569314474a91a06b8'/>
<id>urn:sha1:5cd5f48f765f00b81786c6f569314474a91a06b8</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Move splitkv function to libcfg</title>
<updated>2018-09-15T23:12:06+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-15T23:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=481744a2ba4d9b795918d3bc0767321e05e10bbd'/>
<id>urn:sha1:481744a2ba4d9b795918d3bc0767321e05e10bbd</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Centralize/unify version string printing</title>
<updated>2018-09-01T15:22:24+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-09-01T15:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=42fba964c9e23830454fbfdd3895da315356bd27'/>
<id>urn:sha1:42fba964c9e23830454fbfdd3895da315356bd27</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Remove ctrl+alt+del target, simply initiate reboot target</title>
<updated>2018-08-24T19:17:31+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-08-24T14:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=25afc0b3d0abb061829af926a38b31c977511531'/>
<id>urn:sha1:25afc0b3d0abb061829af926a38b31c977511531</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
</feed>
