aboutsummaryrefslogtreecommitdiffstats
path: root/src/init/s6-linux-init.c
Commit message (Collapse)AuthorAgeFilesLines
* 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