sortix-mirror/libmount
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
..
include/mount Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
.gitignore Add libmount. 2016-02-03 01:01:20 +01:00
Makefile Add libmount. 2016-02-03 01:01:20 +01:00
biosboot.c Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
blockdevice.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
crc32.c Add libmount. 2016-02-03 01:01:20 +01:00
devices.c Add ENOMEDIUM. 2021-05-29 00:52:33 +02:00
ext2.c Fix handling of unmountable filesystems. 2016-03-26 16:07:22 +01:00
extended.c Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
filesystem.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
gpt.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
harddisk.c Add ENOMEDIUM. 2021-05-29 00:52:33 +02:00
mbr.c The Master Boot Record counts numbers of 512 bytes rather than sectors. 2021-06-17 23:58:19 +02:00
partition.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
util.h Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
uuid.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00