minix/servers/inet
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
..
generic process manager must be able to send to rtl driver 2005-06-03 09:02:19 +00:00
buf.c Initial revision 2005-04-21 14:53:53 +00:00
clock.c Initial revision 2005-04-21 14:53:53 +00:00
const.h Initial revision 2005-04-21 14:53:53 +00:00
inet_config.c Various updates. 2005-06-03 13:55:06 +00:00
inet_config.h Initial revision 2005-04-21 14:53:53 +00:00
inet.c Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
inet.h Various updates. 2005-06-03 13:55:06 +00:00
Makefile . FS: removed half-baked stack trace code 2005-05-03 09:02:47 +00:00
mnx_eth.c Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
mq.c Initial revision 2005-04-21 14:53:53 +00:00
mq.h Initial revision 2005-04-21 14:53:53 +00:00
osdep_eth.h Initial revision 2005-04-21 14:53:53 +00:00
proto.h Initial revision 2005-04-21 14:53:53 +00:00
sr.c *** empty log message *** 2005-04-29 15:36:43 +00:00
stacktrace.c Initial revision 2005-04-21 14:53:53 +00:00
version.c Initial revision 2005-04-21 14:53:53 +00:00