minix/kernel/system
Jorrit Herder a408699ce0 Cleaned up process table structure: removed p_type, p_pendcount.
Removed stop sequence when MINIX is shut down.
Disabled send mask checks --- to be replaced by proper mechanism.
Fixed bug relating to 'shutdown -x'.
Simplified clock accounting of realtime.
Updated Makefiles for mkdept script.
2005-06-24 16:24:40 +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 Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
sigctl.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
sysctl.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
tracing.c Updated function key mapping because of possible changes to NOTIFY. 2005-06-20 14:23:31 +00:00