sortix--sortix/ext
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 ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
Makefile Fix non-throwing operator new failure checks being optimized away. 2022-04-26 01:08:19 +02:00
block.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
block.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
blockgroup.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
blockgroup.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
device.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
device.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ext-constants.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ext-structs.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
extfs.cpp Fix extfs(8) read-only compat mode. 2022-09-10 20:54:32 +02:00
extfs.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
filesystem.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
filesystem.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fsmarshall.cpp Add daemon support to init(8). 2022-10-20 23:26:03 +02:00
fsmarshall.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fuse.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fuse.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
inode.cpp Fix <fcntl.h> including <sys/stat.h> namespace pollution. 2018-08-06 23:59:34 +02:00
inode.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ioleast.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
util.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00