| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use open2() safe wrapper | Laurent Bercot | 2023-07-06 | 1 | -8/+8 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add verbosity setting, prepare for 1.1.2.0 | Laurent Bercot | 2023-06-07 | 1 | -14/+23 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 1.1.1.2; accept hiercopy when /run can't be chmodded | Laurent Bercot | 2023-06-01 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 1.1.1.1; fix ctty passing when we have a logger | Laurent Bercot | 2023-04-29 | 1 | -4/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 1.0.8.1 | Laurent Bercot | 2022-11-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make scandir compile-time configurable | Laurent Bercot | 2022-06-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Noclamp the stage 1 envdir | Laurent Bercot | 2022-02-27 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Transmit console to stage2. Read stage1 envdir verbatim. | Laurent Bercot | 2022-02-18 | 1 | -18/+32 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | ctty-passing doesn't look satanic anymore, thx Leah | Laurent Bercot | 2022-01-16 | 1 | -77/+22 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Less ugly version of the satanic verses | Laurent Bercot | 2022-01-15 | 1 | -52/+52 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Better documentation of the satanic verses | Laurent Bercot | 2022-01-13 | 1 | -5/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add satanic verses for ctty-passing in s6-l-i | Laurent Bercot | 2022-01-13 | 1 | -7/+82 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Get the supervision tree rid of any control terminal | Laurent Bercot | 2022-01-13 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Support CONFIG_TTY=n where the kernel doesn't even open 0, 1, 2 | Laurent Bercot | 2021-08-23 | 1 | -4/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0 | Laurent Bercot | 2021-08-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.10.0.0 and s6-2.10.0.0 | Laurent Bercot | 2020-11-30 | 1 | -4/+5 |
| | | |||||
| * | Accept 1 as cmdline runlevel; fix rc.shutdown comment for s6-rc | Laurent Bercot | 2020-11-11 | 1 | -1/+1 |
| | | |||||
| * | Simplify kbrequest management | Laurent Bercot | 2020-02-26 | 1 | -26/+13 |
| | | | | | | | | | | | | | | | - 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. | ||||
| * | Tentative support for kbrequest | Laurent Bercot | 2020-02-26 | 1 | -7/+35 |
| | | |||||
| * | Add -C and -B options, prepare for 1.0.4.0 | Laurent Bercot | 2020-01-19 | 1 | -33/+117 |
| | | |||||
| * | Trap CAD in stage 1; prepare for 1.0.3.0 | Laurent Bercot | 2019-08-09 | 1 | -1/+3 |
| | | |||||
| * | bugfix: don't overwrite the first kernel cmdline argument | Laurent Bercot | 2019-07-08 | 1 | -1/+0 |
| | | |||||
| * | Add -n and -N options to s6-l-i and s6-l-i-m | Laurent Bercot | 2019-05-04 | 1 | -8/+23 |
| | | |||||
| * | More bugfixes, glibc multilib workaround | Laurent Bercot | 2019-04-28 | 1 | -2/+2 |
| | | |||||
| * | Fix stage2 and stage3 invocation paths | Laurent Bercot | 2019-04-28 | 1 | -3/+2 |
| | | |||||
| * | s6-linux-init: better internal API for envmodifs passing | Laurent Bercot | 2019-04-28 | 1 | -3/+3 |
| | | |||||
| * | Add skel files; add initdefault; remove env-stage2 | Laurent Bercot | 2019-04-20 | 1 | -11/+20 |
| | | |||||
| * | Small fixes before reorganizing | Laurent Bercot | 2019-04-16 | 1 | -9/+7 |
| | | |||||
| * | Save pending changes in 1.0.0.0 branch | Laurent Bercot | 2019-03-02 | 1 | -0/+168 |
