summaryrefslogtreecommitdiff
path: root/src/init/s6-linux-init.c
AgeCommit message (Collapse)Author
2020-02-26 Simplify kbrequest managementLaurent Bercot
- 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.
2020-02-26 Tentative support for kbrequestLaurent Bercot
2020-01-19 Add -C and -B options, prepare for 1.0.4.0Laurent Bercot
2019-08-09 Trap CAD in stage 1; prepare for 1.0.3.0Laurent Bercot
2019-07-08 bugfix: don't overwrite the first kernel cmdline argumentLaurent Bercot
2019-05-04 Add -n and -N options to s6-l-i and s6-l-i-mLaurent Bercot
2019-04-28 More bugfixes, glibc multilib workaroundLaurent Bercot
2019-04-28 Fix stage2 and stage3 invocation pathsLaurent Bercot
2019-04-28 s6-linux-init: better internal API for envmodifs passingLaurent Bercot
2019-04-20 Add skel files; add initdefault; remove env-stage2Laurent Bercot
2019-04-16 Small fixes before reorganizingLaurent Bercot
2019-03-02 Save pending changes in 1.0.0.0 branchLaurent Bercot