minix/servers
Tomas Hruby 9b599bac1d Quantum in fork
- This patch removes the time slice split between parent and child in
  fork.

- The time slice of the parent remains unchanged and the child does
  not have any.

- If the process has a scheduler, the scheduler must assign the
  quantum and priority of the new process and let it run.

- If the child does not inherit a scheduler, it is scheduled by the
  dummy default kernel policy. (servers, drivers, etc.)

- In theory, the scheduler can change the quantum even of the parent
  process and implement any policy for splitting the quantum as
  neither the parent nor the child are runnable.  Sending the
  out-of_quantum message on behalf of the processes may look like the
  right solution, however, the scheduler would probably handle the
  message before the whole fork protocol is finished. This way the
  scheduler has absolute control when the process should become
  runnable.
2010-04-10 15:27:38 +00:00
..
ds Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
hgfs Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup. 2010-04-01 13:25:05 +00:00
inet Driver mapping refactory. 2010-04-09 21:56:44 +00:00
init Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
ipc More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
is Driver mapping refactory. 2010-04-09 21:56:44 +00:00
iso9660fs Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
mfs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
pfs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
pm Quantum in fork 2010-04-10 15:27:38 +00:00
rs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
vfs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
vm Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
Makefile Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00