minix/kernel/system
Jorrit Herder 872687ddfc Scheduling updates to the kernel. Sched() function now is single point for
policy. Actual policy not yet implemented.

PM calculates nice values for processes in boot image.

IS debug dumps improved (Shift+F1-F4).
2005-08-22 15:14:11 +00:00
..
do_abort.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_copy.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_devio.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_endksig.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_exec.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_exit.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_fork.c Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +00:00
do_getinfo.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_getksig.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_int86.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_irqctl.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_kill.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_memset.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_newmap.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_nice.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_privctl.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_sdevio.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_segctl.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_setalarm.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_sigreturn.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_sigsend.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
do_times.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_trace.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
do_umap.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
do_unused.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_vcopy.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
do_vdevio.c Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
Makefile - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00