Go to file
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
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot more stack for boot 2010-04-08 12:18:57 +00:00
commands port of netbsd's tr 2010-04-08 15:08:31 +00:00
docs Fix date in UPDATING 2010-04-12 17:56:07 +00:00
drivers Driver mapping refactory. 2010-04-09 21:56:44 +00:00
etc Driver mapping refactory. 2010-04-09 21:56:44 +00:00
include Driver mapping refactory. 2010-04-09 21:56:44 +00:00
kernel Quantum in fork 2010-04-10 15:27:38 +00:00
lib Driver mapping refactory. 2010-04-09 21:56:44 +00:00
man Driver mapping refactory. 2010-04-09 21:56:44 +00:00
servers PM remembers what it should schedule 2010-04-13 10:45:08 +00:00
test Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
tools Prioritized NOTIFY messages for reliable asynchonrous delivery of system events. 2010-03-22 23:44:55 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00