minix/kernel/system
Jorrit Herder 0e2a7a9730 Kernel cleanup.
Reduced kernel size by 512KB by moving private buffer into cstart() function.
Replaced assertions with erroneous return values. Removed assertions relating
to isuserp(rp), since all processes should become user processes; system
processes are now treated similar to other processes.
2005-06-07 12:34:25 +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 Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
debugging.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +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 Intermediate update---please await next commit. 2005-05-19 09:36:44 +00:00
Makefile Kernel cleanup. 2005-06-07 12:34:25 +00:00
misc.c Kernel cleanup. 2005-06-07 12:34:25 +00:00
proctl.c Kernel cleanup. 2005-06-07 12:34:25 +00:00
sigctl.c Kernel cleanup. 2005-06-07 12:34:25 +00:00
sysctl.c Various updates. 2005-06-03 13:55:06 +00:00
tracing.c *** empty log message *** 2005-04-29 15:36:43 +00:00