minix/kernel
Ben Gras eae250dea4 . load average calculation changed to calculate it all over every tick
instead of keeping a running total of enqueued processes
   (because somehow the load average was broken)
 . added SI_KPROC_TAB to get a copy of kernel process table from PM, for
   a top implementation
 . fixed arg to sys_nice() to make it an endpoint, not a slot number
2006-03-16 09:33:35 +00:00
..
system
clock.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
config.h
const.h
debug.c
debug.h
exception.c
glo.h
i8259.c
ipc.h
kernel.h
klib.s
klib88.s
klib386.s
kprintf.c
main.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
Makefile
mpx.s
mpx88.s
mpx386.s
priv.h
proc.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
proc.h
protect.c
protect.h
proto.h
sconst.h
start.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
system.c
system.h
table.c
type.h
utility.c