minix/kernel
Tomas Hruby 485a037563 do_schedule() cleanup
- it is not neccessary to test whether the scheduler is a system
  process as the process already head permissions to make this call.

- it is better to test whether the scheduler has permission to make
  changes to this process before testing whether the values are valid.
2010-04-10 15:17:09 +00:00
..
arch/i386 Fixed a panic message 2010-04-07 12:50:43 +00:00
system do_schedule() cleanup 2010-04-10 15:17:09 +00:00
clock.c
clock.h
config.h Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
const.h
debug.c
debug.h
glo.h
interrupt.c
ipc.h
kernel.h
main.c
Makefile
priv.h
proc.c Small fixes 2010-04-06 11:29:31 +00:00
proc.h
profile.c
profile.h
proto.h Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
start.c
system.c Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
system.h Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
table.c
type.h
utility.c
vm.h
watchdog.c
watchdog.h