sortix-mirror/sysinstall
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 Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
Makefile Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
conf.c Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00
conf.h Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00
devices.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
devices.h Add sysinstall(8) tip for selecting devices in disked(8). 2016-10-04 00:34:50 +02:00
execute.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
execute.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fileops.c Clean up minor issues in sysinstall(8). 2021-01-19 00:04:59 +01:00
fileops.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
hooks.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
hooks.h Fix sysinstall hook markers not being installed and prefix logic. 2021-01-17 23:14:52 +01:00
interactive.c Highlight installer, upgrader and disked interactive prompts. 2017-08-26 16:43:54 +02:00
interactive.h Allow canceling sysinstall(8) and sysupgrade(8) gracefully. 2016-10-04 00:34:50 +02:00
manifest.c Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
manifest.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
release.c Clean up minor issues in sysinstall(8). 2021-01-19 00:04:59 +01:00
release.h Refactor sysmerge(8) and sysupgrade(8) ABI and version comparisons. 2017-09-06 23:41:05 +02:00
string_array.c Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
string_array.h Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
sysinstall.8 Fix date format in manual pages. 2017-07-02 22:07:39 +02:00
sysinstall.c Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
sysmerge.8 Fix system upgrade leaking files. 2021-01-19 00:04:56 +01:00
sysmerge.c Fix wrong minor ABI version in sysmerge(8) ABI transition notice. 2022-01-12 21:19:53 +01:00
sysupgrade.8 Fix date format in manual pages. 2017-07-02 22:07:39 +02:00
sysupgrade.c Improve error handling in upgrade.conf(5) parsing. 2021-01-19 00:04:59 +01:00