minix/kernel/system
2005-07-01 18:01:33 +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 get/setpriority() and fsync() system calls 2005-07-01 18:01:33 +00:00
misc.c Cleaned up process table structure: removed p_type, p_pendcount. 2005-06-24 16:24:40 +00:00
priority.c get/setpriority() and fsync() system calls 2005-07-01 18:01:33 +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