minix/servers/rs
David van Moolenbroek 7bef45ad3b system.conf: base ipc permissions on process names rather than labels
From now on, the "ipc" directive in system.conf refers to process names
instead of labels, similar to the "control" directive. The old, more
fine-grained approach is deemed unnecessary and cumbersome at this time.

As side effects, this patch unbreaks late IPC permission computation as
well as the filter driver.
2010-12-07 12:16:31 +00:00
..
const.h Dynamic configuration in system.conf for boot system services. 2010-07-13 21:11:44 +00:00
error.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
exec.c Make exec() use entry point in a.out header 2010-06-10 14:59:10 +00:00
glo.h SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
inc.h make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
main.c Kernel/RS: fix permission computation with 32+ system processes 2010-12-07 10:32:42 +00:00
Makefile decouple file system server start/termination from mount/umount 2010-11-23 19:34:56 +00:00
manager.c system.conf: base ipc permissions on process names rather than labels 2010-12-07 12:16:31 +00:00
memory.c Configure settings for system services dynamically with the new service edit command. 2010-07-05 19:37:08 +00:00
proto.h system.conf: base ipc permissions on process names rather than labels 2010-12-07 12:16:31 +00:00
request.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
table.c Make RS and VFS aware of new UDS major. Contributed by Thomas Cort 2010-07-15 13:51:38 +00:00
type.h SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
utility.c Kernel/RS: fix permission computation with 32+ system processes 2010-12-07 10:32:42 +00:00