minix/servers/pm
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
..
alarm.c panic() cleanup. 2010-03-05 15:05:11 +00:00
break.c - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
const.h Rewrite of boot process 2009-12-11 00:08:19 +00:00
dma.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
exec.c 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
forkexit.c 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
getset.c 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
glo.h Kill processes which ignore signals thatshould not be ignored 2010-01-31 19:13:20 +00:00
main.c Quantum in fork 2010-04-10 15:27:38 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
mcontext.c - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
misc.c Restructure and simplyfycation of the scheduling code in PM a little bit. 2010-04-10 15:24:49 +00:00
mproc.h Userspace scheduling 2010-03-29 11:07:20 +00:00
param.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
pm.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
profile.c Statistical profiling fixes: 2010-02-03 12:27:52 +00:00
proto.h Restructure and simplyfycation of the scheduling code in PM a little bit. 2010-04-10 15:24:49 +00:00
schedule.c Restructure and simplyfycation of the scheduling code in PM a little bit. 2010-04-10 15:24:49 +00:00
signal.c 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
table.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
time.c panic() cleanup. 2010-03-05 15:05:11 +00:00
timers.c panic() cleanup. 2010-03-05 15:05:11 +00:00
trace.c panic() cleanup. 2010-03-05 15:05:11 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00