minix/commands
Cristiano Giuffrida f4574783dc Rewrite of boot process
KERNEL CHANGES:
- The kernel only knows about privileges of kernel tasks and the root system
process (now RS).
- Kernel tasks and the root system process are the only processes that are made
schedulable by the kernel at startup. All the other processes in the boot image
don't get their privileges set at startup and are inhibited from running by the
RTS_NO_PRIV flag.
- Removed the assumption on the ordering of processes in the boot image table.
System processes can now appear in any order in the boot image table.
- Privilege ids can now be assigned both statically or dynamically. The kernel
assigns static privilege ids to kernel tasks and the root system process. Each
id is directly derived from the process number.
- User processes now all share the static privilege id of the root user
process (now INIT).
- sys_privctl split: we have more calls now to let RS set privileges for system
processes. SYS_PRIV_ALLOW / SYS_PRIV_DISALLOW are only used to flip the
RTS_NO_PRIV flag and allow / disallow a process from running. SYS_PRIV_SET_SYS /
SYS_PRIV_SET_USER are used to set privileges for a system / user process.
- boot image table flags split: PROC_FULLVM is the only flag that has been
moved out of the privilege flags and is still maintained in the boot image
table. All the other privilege flags are out of the kernel now.

RS CHANGES:
- RS is the only user-space process who gets to run right after in-kernel
startup.
- RS uses the boot image table from the kernel and three additional boot image
info table (priv table, sys table, dev table) to complete the initialization
of the system.
- RS checks that the entries in the priv table match the entries in the boot
image table to make sure that every process in the boot image gets schedulable.
- RS only uses static privilege ids to set privileges for system services in
the boot image.
- RS includes basic memory management support to allocate the boot image buffer
dynamically during initialization. The buffer shall contain the executable
image of all the system services we would like to restart after a crash.
- First step towards decoupling between resource provisioning and resource
requirements in RS: RS must know what resources it needs to restart a process
and what resources it has currently available. This is useful to tradeoff
reliability and resource consumption. When required resources are missing, the
process cannot be restarted. In that case, in the future, a system flag will
tell RS what to do. For example, if CORE_PROC is set, RS should trigger a
system-wide panic because the system can no longer function correctly without
a core system process.

PM CHANGES:
- The process tree built at initialization time is changed to have INIT as root
with pid 0, RS child of INIT and all the system services children of RS. This
is required to make RS in control of all the system services.
- PM no longer registers labels for system services in the boot image. This is
now part of RS's initialization process.
2009-12-11 00:08:19 +00:00
..
aal Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
advent Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ash Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
autil Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
awk Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
byacc Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
bzip2-1.0.3 We don't install the bzip2 manual, much less four copies of it, and 2009-02-16 10:01:22 +00:00
cawf Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cron Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
de Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
dhcpd Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
dis88 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
elle Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
elvis Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
flex-2.5.4 Fixed some warnings 2009-08-17 18:49:07 +00:00
ftp Patch by Jaswinder Singh Rajput to fix FTP progress display 2009-11-17 08:41:43 +00:00
ftp101 Initial revision 2006-06-19 14:55:09 +00:00
ftpd200 Install ftpd sh executable. 2005-11-01 22:57:42 +00:00
httpd Added Michael Temari's httpd 2005-09-16 13:37:29 +00:00
httpd0995 Initial revision 2006-06-19 14:55:09 +00:00
i86 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
i386 FPU context switching support by Evgeniy Ivanov. 2009-12-02 13:01:48 +00:00
ibm Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
indent ast@'s build files for easypack. 2005-09-19 13:15:15 +00:00
m4 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
make Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mdb - added 'datasizes' script that shows you the size allocated 2009-09-21 14:24:29 +00:00
mined Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
patch Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
pax Joren's proposed fix for a too-conservative split point selection. 2006-07-10 15:05:33 +00:00
profile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
ps Rewrite of boot process 2009-12-11 00:08:19 +00:00
reboot Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rlogind Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
scripts Intel Pro/1000 driver written by Niek Linnenbank. 2009-12-07 18:33:41 +00:00
sed New sed 2006-11-02 16:48:15 +00:00
sh fix _NSIG usage 2009-11-28 13:20:50 +00:00
simple fix _NSIG usage 2009-11-28 13:20:50 +00:00
swifi IPC privileges fixes 2009-07-02 16:25:31 +00:00
syslogd Fix syslog buffer overflow (Bug#270, reported by Kevin Jordan) 2009-10-01 16:54:56 +00:00
talk Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
talkd Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
telnet Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
telnetd Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
urlget Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
yap Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
zmodem Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
zoneinfo put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
Makefile Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00