<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6-linux-init/src, branch v1.0.5.0</title>
<subtitle>Helpers to build an s6-based init program</subtitle>
<id>https://git.skarnet.org/cgit/s6-linux-init/atom/src?h=v1.0.5.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/s6-linux-init/atom/src?h=v1.0.5.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/'/>
<updated>2020-11-06T18:10:49Z</updated>
<entry>
<title> Change error message on !isatty()</title>
<updated>2020-11-06T18:10:49Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-06T18:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=bf3fc9084a60ef742ac2395789ef52b20e4b2185'/>
<id>urn:sha1:bf3fc9084a60ef742ac2395789ef52b20e4b2185</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix trivial bug</title>
<updated>2020-11-06T17:54:23Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-06T17:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=9ad1dbc28c2d8b07c86555a15ba1228235b3a9a5'/>
<id>urn:sha1:9ad1dbc28c2d8b07c86555a15ba1228235b3a9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add -i option to shutdown and hpr</title>
<updated>2020-11-06T17:11:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-06T17:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0'/>
<id>urn:sha1:7aa18bcbd83c4342bc2eefa4d6d96756ae7541a0</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> Include posixishard as late as possible</title>
<updated>2020-03-21T13:08:45Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-03-21T13:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-linux-init/commit/?id=56ecad6907dea785ebffba414dfe3ff586e5f2e0'/>
<id>urn:sha1:56ecad6907dea785ebffba414dfe3ff586e5f2e0</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>
</feed>
