Go to file
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
boot Fixed some compiler warnings. 2005-05-31 11:14:37 +00:00
commands fixed bug that caused number of inodes to make estimation to be terrible 2005-06-01 11:39:45 +00:00
drivers Various updates. 2005-06-03 13:55:06 +00:00
etc *** empty log message *** 2005-05-04 13:46:34 +00:00
include Various updates. 2005-06-03 13:55:06 +00:00
kernel Various updates. 2005-06-03 13:55:06 +00:00
lib Various updates. 2005-06-03 13:55:06 +00:00
man /boot and /minix -> /boot/boot and /boot/image changes 2005-05-04 09:29:52 +00:00
servers Various updates. 2005-06-03 13:55:06 +00:00
test this test breaks on the new pre-i/o i/o buffer check. it wants to read 2005-05-24 14:57:45 +00:00
tools sync after install in case of trouble while shutdowning 2005-05-24 12:03:42 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Notice 2005-05-04 09:31:32 +00:00