<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6-linux-init/src/init, branch v1.0.5.1</title>
<subtitle>Helpers to build an s6-based init program</subtitle>
<id>https://git.skarnet.org/cgit/s6-linux-init/atom/src/init?h=v1.0.5.1</id>
<link rel='self' href='https://git.skarnet.org/cgit/s6-linux-init/atom/src/init?h=v1.0.5.1'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/'/>
<updated>2020-11-10T23:03:01Z</updated>
<entry>
<title>Fix s6-l-i-m init $@ bug; prepare for 1.0.5.1</title>
<updated>2020-11-10T23:03:01Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-10T23:03:01Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=86c99b5be2ff091520decdf1a792e9d06f259c30'/>
<id>urn:sha1:86c99b5be2ff091520decdf1a792e9d06f259c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't test for shutdown.allow in containers</title>
<updated>2020-06-22T13:29:03Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-06-22T13:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=bc77187b8d2140eb46ec8b7557858557b26a44ee'/>
<id>urn:sha1:bc77187b8d2140eb46ec8b7557858557b26a44ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly prefix s6-log in s6-l-i-m</title>
<updated>2020-06-09T17:18:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-06-09T17:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=abb464345e953e168bfb95b90a6f910b66b39cbf'/>
<id>urn:sha1:abb464345e953e168bfb95b90a6f910b66b39cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Use s6-sudod -d in runleveld</title>
<updated>2020-03-16T13:17:27Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-03-16T13:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=3436ed5b69bc5488439458c08b7073f5894acb48'/>
<id>urn:sha1:3436ed5b69bc5488439458c08b7073f5894acb48</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Simplify kbrequest management</title>
<updated>2020-02-26T17:27:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-02-26T17:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=559a8893841d3126e5a1cf2490cee8f34cb65d7a'/>
<id>urn:sha1:559a8893841d3126e5a1cf2490cee8f34cb65d7a</id>
<content type='text'>
 - the ioctl never works on /dev/console, so trying to use it on stdin
is useless.
 - /dev/tty0 always exists in a devtmpfs, so the late test is okay.
It works on serial consoles too. If no devtmpfs, creating a correct
/dev/tty0 is the responsibility of the integrator.
 - Also added SIGINT blocking before disablecad, to avoid potential
early panic. For it to work on kernels without signalfd, it requires
the skalibs commit that unblocks selfpipe-trapped signals when not
using signalfd.
 - No such block is needed for kbrequest, because the default action
for SIGWINCH is ignore, not terminate.
</content>
</entry>
<entry>
<title> Tentative support for kbrequest</title>
<updated>2020-02-26T13:46:42Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-02-26T13:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=eb5b5d843d4584f6e3548b1de069126deb3edb69'/>
<id>urn:sha1:eb5b5d843d4584f6e3548b1de069126deb3edb69</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Trigger a poweroff on SIGPWR to init (power failure)</title>
<updated>2020-02-18T12:31:51Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-02-18T12:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=d31e4717acbe535fd851d5a1122914fbffa5c767'/>
<id>urn:sha1:d31e4717acbe535fd851d5a1122914fbffa5c767</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Small improvements to skel and autogeneration</title>
<updated>2020-01-19T01:58:02Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-01-19T01:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=203b2b6f21764f4535bed9779ea7e2cbeb6e43cb'/>
<id>urn:sha1:203b2b6f21764f4535bed9779ea7e2cbeb6e43cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add -C and -B options, prepare for 1.0.4.0</title>
<updated>2020-01-19T00:35:34Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-01-19T00:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=5e17662d138fc9c9f70a4422eab059c2bdc9432d'/>
<id>urn:sha1:5e17662d138fc9c9f70a4422eab059c2bdc9432d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Don't guard chown, so non-root invocation can fail as expected</title>
<updated>2019-12-08T19:13:02Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-12-08T19:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=f13cdf2fa9609644dd0556669889e8c83fa053ff'/>
<id>urn:sha1:f13cdf2fa9609644dd0556669889e8c83fa053ff</id>
<content type='text'>
</content>
</entry>
</feed>
