Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
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
boot Don't set any labels. 2006-03-13 08:46:33 +00:00
commands Tick calculation tweak 2006-03-16 01:44:06 +00:00
drivers Use assembler instead of C for the ramdisk. The assembler requires less 2006-03-15 14:28:05 +00:00
etc Dinks for the (source/binary) package scripts 2006-03-15 17:02:46 +00:00
include . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
kernel . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
lib Added assert to syslib. Moved panic from sysutil to syslib for assert. 2006-03-15 12:06:18 +00:00
man *** empty log message *** 2006-02-13 13:10:53 +00:00
servers . load average calculation changed to calculate it all over every tick 2006-03-16 09:33:35 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Dinks for the (source/binary) package scripts 2006-03-15 17:02:46 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00