minix/servers/pm
Tomas Hruby 86378ff645 PM remembers what it should schedule
- while PM implements fork also for RS it needs to remember what to
  schedule and what not. PM_SCHEDULED flag serves this purpose.

- PM only schedules processes that are descendaints of init, i.e. normal
  user processes

- after a process is forked PM schedules for the first time only
  processes that have PM_SCHEDULED set. The others are handled iether
  by kernel or some other scheduler
2010-04-13 10:45:08 +00:00
..
alarm.c
break.c
const.h
dma.c
exec.c
forkexit.c PM remembers what it should schedule 2010-04-13 10:45:08 +00:00
getset.c
glo.h
main.c PM remembers what it should schedule 2010-04-13 10:45:08 +00:00
Makefile
mcontext.c
misc.c
mproc.h PM remembers what it should schedule 2010-04-13 10:45:08 +00:00
param.h
pm.h
profile.c
proto.h
schedule.c PM remembers what it should schedule 2010-04-13 10:45:08 +00:00
signal.c
table.c
time.c
timers.c
trace.c
type.h
utility.c