Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-26 | Simplify kbrequest management | Laurent 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 kbrequest | Laurent Bercot | |
2020-01-19 | Add -C and -B options, prepare for 1.0.4.0 | Laurent Bercot | |
2019-08-09 | Trap CAD in stage 1; prepare for 1.0.3.0 | Laurent Bercot | |
2019-07-08 | bugfix: don't overwrite the first kernel cmdline argument | Laurent Bercot | |
2019-05-04 | Add -n and -N options to s6-l-i and s6-l-i-m | Laurent Bercot | |
2019-04-28 | More bugfixes, glibc multilib workaround | Laurent Bercot | |
2019-04-28 | Fix stage2 and stage3 invocation paths | Laurent Bercot | |
2019-04-28 | s6-linux-init: better internal API for envmodifs passing | Laurent Bercot | |
2019-04-20 | Add skel files; add initdefault; remove env-stage2 | Laurent Bercot | |
2019-04-16 | Small fixes before reorganizing | Laurent Bercot | |
2019-03-02 | Save pending changes in 1.0.0.0 branch | Laurent Bercot | |