minix/lib
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
..
ansi Initial revision 2005-04-21 14:53:53 +00:00
curses Initial revision 2005-04-21 14:53:53 +00:00
dummy Initial revision 2005-04-21 14:53:53 +00:00
editline Initial revision 2005-04-21 14:53:53 +00:00
end Initial revision 2005-04-21 14:53:53 +00:00
float Must be able to run FP.compile if FP.compile isn't an executable script. 2005-05-03 15:41:39 +00:00
fphook Initial revision 2005-04-21 14:53:53 +00:00
h Initial revision 2005-04-21 14:53:53 +00:00
i86 Initial revision 2005-04-21 14:53:53 +00:00
i386 SENDREC now always has flag FRESH_ANSWER to prevent pending notifications 2005-05-30 11:11:40 +00:00
ip Initial revision 2005-04-21 14:53:53 +00:00
libm2 Initial revision 2005-04-21 14:53:53 +00:00
libp Initial revision 2005-04-21 14:53:53 +00:00
liby Initial revision 2005-04-21 14:53:53 +00:00
math Initial revision 2005-04-21 14:53:53 +00:00
other Various updates. 2005-06-03 13:55:06 +00:00
posix Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
regex Initial revision 2005-04-21 14:53:53 +00:00
rts Initial revision 2005-04-21 14:53:53 +00:00
socket Initial revision 2005-04-21 14:53:53 +00:00
stdio Initial revision 2005-04-21 14:53:53 +00:00
syscall Various updates. 2005-06-03 13:55:06 +00:00
syslib Various updates. 2005-06-03 13:55:06 +00:00
timers Initial revision 2005-04-21 14:53:53 +00:00
utils Various updates. 2005-06-03 13:55:06 +00:00
Makefile Initial revision 2005-04-21 14:53:53 +00:00