minix/kernel/system
Jorrit Herder 355a10864b Fixed various GCC compiler warnings for the kernel.
Only main() now gives a warning about the return type (GCC wants an int).
2005-06-21 10:47:46 +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 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 Fixed various GCC compiler warnings for the kernel. 2005-06-21 10:47:46 +00:00
Makefile Kernel cleanup. 2005-06-07 12:34:25 +00:00
misc.c * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
proctl.c Fixed various GCC compiler warnings for the kernel. 2005-06-21 10:47:46 +00:00
sigctl.c Kernel cleanup. 2005-06-07 12:34:25 +00:00
sysctl.c Fixed various GCC compiler warnings for the kernel. 2005-06-21 10:47:46 +00:00
tracing.c Updated function key mapping because of possible changes to NOTIFY. 2005-06-20 14:23:31 +00:00