sortix-mirror/share/man/man7
Jonas 'Sortie' Termansen 6e51c1ae51 Add init groups.
Every process now has an init process like it has a session, and each
session belong to an init. Orphaned processes are reparented to its init
process. All descendent processes are SIGKILL'd when an init process exits
and creating additional processes/threads fails.

Add setinit(2) for becoming the init process for your child processes and
add getinit(2) for locating your init process.

Add TIOCSCTTY force flag that releases a terminal from its current session
and makes it the controlling terminal for the current session. This ioctl
is essential to transferring the controlling terminal to a nested init,
which has its own session.

Add TIOCUCTTY that releases the terminal as the controlling terminal for
its current session.

Remove INIT_PID as it is replaced by getinit(2).
2024-06-22 18:25:49 +02:00
..
cross-development.7 Release HTML manual pages. 2022-07-10 23:10:14 +02:00
daemon.7 Fix READYFD example in daemon(7). 2022-10-21 22:51:25 +02:00
development.7 Remove mkinitrd(8). 2023-08-26 14:15:12 +02:00
following-development.7 Add init groups. 2024-06-22 18:25:49 +02:00
hier.7 Support system upgrades and configuration in GRUB. 2023-09-03 14:47:08 +02:00
initrd.7 Replace mkinitrd(1) with tar(1). 2023-07-12 21:45:11 +02:00
installation.7 Support booting with EFI. 2024-06-22 18:25:48 +02:00
kernel.7 Add kernel(7) --firmware option. 2024-06-22 18:25:48 +02:00
portability.7 Add sub_leap_seconds(3) and add_leap_seconds(3). 2023-03-27 00:06:33 +02:00
porting.7 Fix broken manual references. 2023-12-19 00:05:42 +01:00
release-iso-bootconfig.7 Replace mkinitrd(1) with tar(1). 2023-07-12 21:45:11 +02:00
release-iso-modification.7 Add display server. 2023-06-24 00:43:36 +02:00
serial-transfer.7 Use example domain in serial-transfer(7). 2021-05-28 22:59:18 +02:00
undocumented.7 Fix date format in manual pages. 2017-07-02 22:07:39 +02:00
upgrade.7 Add automatic installer and upgrader. 2023-05-15 23:25:19 +02:00
user-guide.7 Add iso9660 filesystem implementation. 2024-06-22 18:25:48 +02:00