minix/kernel/system
Jorrit Herder bac6068857 Rewrite of process scheduling:
- current and maximum priority per process;
- quantum size and current ticks left per process;
- max number of full quantums in a row allow
  (otherwise current priority is decremented)
2005-06-30 15:55:19 +00:00
..
clock.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
copying.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
debugging.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
devio.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
irqctl.c Fixed various GCC compiler warnings for the kernel. 2005-06-21 10:47:46 +00:00
Makefile Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
misc.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
proctl.c Rewrite of process scheduling: 2005-06-30 15:55:19 +00:00
sigctl.c Rewrite of process scheduling: 2005-06-30 15:55:19 +00:00
sysctl.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
tracing.c Rewrite of process scheduling: 2005-06-30 15:55:19 +00:00