minix/servers/pm
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
..
alloc.c endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
break.c endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
const.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
exec.c endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
forkexit.c special case when exiting FS - don't core dump and don't tell FS about it 2006-03-10 17:35:55 +00:00
getset.c endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
glo.h Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00
main.c at_wini: removed RO_BIT misfeature, not used any more 2006-03-13 13:21:13 +00:00
Makefile Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
misc.c . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
mproc.h endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
param.h Jorrit's ... "progress?" 2006-03-10 16:10:05 +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
proto.h Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00
signal.c Disabled special processing of KILL signals that are passed to pm by the kernel 2006-03-15 11:35:53 +00:00
table.c Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00
time.c endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
timers.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
trace.c Pass endpoint to sys_trace instead of slot number. 2006-03-15 11:32:00 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00