aboutsummaryrefslogtreecommitdiffstats
path: root/src/init/s6-linux-init.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 1.1.1.2; accept hiercopy when /run can't be chmoddedLaurent Bercot2023-06-011-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.1.1; fix ctty passing when we have a loggerLaurent Bercot2023-04-291-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.0.8.1Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make scandir compile-time configurableLaurent Bercot2022-06-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Noclamp the stage 1 envdirLaurent Bercot2022-02-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Transmit console to stage2. Read stage1 envdir verbatim.Laurent Bercot2022-02-181-18/+32
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* ctty-passing doesn't look satanic anymore, thx LeahLaurent Bercot2022-01-161-77/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Less ugly version of the satanic versesLaurent Bercot2022-01-151-52/+52
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better documentation of the satanic versesLaurent Bercot2022-01-131-5/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add satanic verses for ctty-passing in s6-l-iLaurent Bercot2022-01-131-7/+82
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Get the supervision tree rid of any control terminalLaurent Bercot2022-01-131-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support CONFIG_TTY=n where the kernel doesn't even open 0, 1, 2Laurent Bercot2021-08-231-4/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0Laurent Bercot2021-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.10.0.0 and s6-2.10.0.0Laurent Bercot2020-11-301-4/+5
|
* Accept 1 as cmdline runlevel; fix rc.shutdown comment for s6-rcLaurent Bercot2020-11-111-1/+1
|
* Simplify kbrequest managementLaurent Bercot2020-02-261-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 kbrequestLaurent Bercot2020-02-261-7/+35
|
* Add -C and -B options, prepare for 1.0.4.0Laurent Bercot2020-01-191-33/+117
|
* Trap CAD in stage 1; prepare for 1.0.3.0Laurent Bercot2019-08-091-1/+3
|
* bugfix: don't overwrite the first kernel cmdline argumentLaurent Bercot2019-07-081-1/+0
|
* Add -n and -N options to s6-l-i and s6-l-i-mLaurent Bercot2019-05-041-8/+23
|
* More bugfixes, glibc multilib workaroundLaurent Bercot2019-04-281-2/+2
|
* Fix stage2 and stage3 invocation pathsLaurent Bercot2019-04-281-3/+2
|
* s6-linux-init: better internal API for envmodifs passingLaurent Bercot2019-04-281-3/+3
|
* Add skel files; add initdefault; remove env-stage2Laurent Bercot2019-04-201-11/+20
|
* Small fixes before reorganizingLaurent Bercot2019-04-161-9/+7
|
* Save pending changes in 1.0.0.0 branchLaurent Bercot2019-03-021-0/+168