minix/kernel/system
Jorrit Herder f2a85e58d9 Various updates.
* Removed some variants of the SYS_GETINFO calls from the kernel;
  replaced them with new PM and utils libary functionality. Fixed
  bugs in utils library that used old get_kenv() variant.
* Implemented a buffer in the kernel to gather random data.
  Memory driver periodically checks this for /dev/random.
  A better random algorithm can now be implemented in the driver.
  Removed SYS_RANDOM; the SYS_GETINFO call is used instead.
* Remove SYS_KMALLOC from the kernel. Memory allocation can now
  be done at the process manager with new 'other' library functions.
2005-06-03 13:55:06 +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 *** empty log message *** 2005-05-02 14:30:04 +00:00
misc.c Various updates. 2005-06-03 13:55:06 +00:00
proctl.c Added args to lock() and unlock() to tell them apart, for use 2005-06-01 09:37:52 +00:00
sigctl.c Optimized scheduling code. Old code is still available withing DEAD_CODE 2005-05-26 13:17:57 +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