minix/servers/rs
Tomas Hruby 06b6e5624a SMP - Changed prototype of sys_schedule()
- sys_schedule can change only selected values, -1 means that the
  current value should be kept unchanged. For instance we mostly want
  to change the scheduling quantum and priority but we want to keep
  the process at the current cpu

- RS can hand off its processes to scheduler

- service can read the destination cpu from system.conf

- RS can pass the information farther
2010-09-15 14:10:42 +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 SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
manager.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +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 Don't always assume NOPINGREPLY as a failure in RS 2010-07-20 01:50:33 +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 SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00