sortix-mirror/sh
Jonas 'Sortie' Termansen f2d50bbf9c Add daemon support to init(8).
This change implements a dependency tracking daemon(7) system in init with
overridable init(5) configuration, parallel startup, readiness signaling,
rotating logs, reliable stopping, and handling of leaked processes.

The /etc/init/target file is replaced by the new /etc/init/default per the
new init(5) format. The old configuration is migrated upon upgrade using an
upgrade hook.

extfs(8) now signals readiness using READYFD for fast mounting.

Filesystems that fail to be repaired are now mounted read-only.

The mounting and filesystem checking code is synchronized with sysinstall.

The duplicated array_add utility function now protects against overflows.

tix-iso-bootconfig(8) gains the --init-target option.

tix-iso-liveconfig(8) gains the --daemons option.
2022-10-20 23:26:03 +02:00
..
.gitignore Move sh to its own directory. 2014-12-07 18:25:09 +01:00
Makefile Convert sh to C. 2016-03-03 23:02:24 +01:00
editline.c Support the ^[[1~ for Home and ^[[4~ for End escape sequences in sh(1). 2017-12-04 23:56:47 +01:00
editline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
proper-sh.c Fix execl(3) sentinel undefined behaviour. 2016-09-30 23:36:49 +02:00
sh.c Fix shell double quoting escaping non-special characters. 2021-09-13 20:37:56 +02:00
showline.c Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
showline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
util.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
util.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00