minix/drivers/tty
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
..
keymaps Initial revision 2005-04-21 14:53:53 +00:00
console.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
keyboard.c Various updates. 2005-06-03 13:55:06 +00:00
Makefile Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
pty.c removed dead code bits 2005-05-13 11:45:12 +00:00
rs232.c Started rs232 porting to userland; increased version number for new cd. 2005-05-13 12:29:10 +00:00
tty.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
tty.h added code to un-register tty's interrupt at exit time; fixed compiler 2005-05-12 16:03:43 +00:00
vidcopy.s Initial revision 2005-04-21 14:53:53 +00:00