core,initctl,systemctl: kill /dev/initctl support

This also kills support for controlling system state through
/sbin/init, initctl, and telinit.
This commit is contained in:
Yu Watanabe
2025-04-21 04:17:45 +09:00
parent af925f7eb3
commit 8ba48d4bf8
21 changed files with 6 additions and 970 deletions

View File

@@ -38,9 +38,7 @@ The following exceptions apply:
verbatim from the Linux kernel source tree and are licensed under **GPL-2.0 WITH
Linux-syscall-note** and are used within the scope of the Linux-syscall-note
exception provisions
* the following sources are licensed under the **LGPL-2.0-or-later** license:
- src/basic/utf8.c
- src/shared/initreq.h
* the src/basic/utf8.c source is licensed under the **LGPL-2.0-or-later** license.
* the src/basic/include/linux/bpf_insn.h header is copied from the Linux kernel
source tree and is licensed under either **BSD-2-Clause** or **GPL-2.0-only**,
and thus is included in the systemd build under the BSD-2-Clause license.