Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Prepare for 1.0.8.1 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-06-13 | Make scandir compile-time configurable | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-27 | Noclamp the stage 1 envdir | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-18 | Transmit console to stage2. Read stage1 envdir verbatim. | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-16 | ctty-passing doesn't look satanic anymore, thx Leah | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-15 | Less ugly version of the satanic verses | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-13 | Better documentation of the satanic verses | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-13 | Add satanic verses for ctty-passing in s6-l-i | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-13 | Get the supervision tree rid of any control terminal | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-23 | Support CONFIG_TTY=n where the kernel doesn't even open 0, 1, 2 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-10 | Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2020-11-30 | Adapt to skalibs-2.10.0.0 and s6-2.10.0.0 | Laurent Bercot | |
2020-11-11 | Accept 1 as cmdline runlevel; fix rc.shutdown comment for s6-rc | Laurent Bercot | |
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 | |