minix/drivers/tty
Jorrit Herder 0165662cd9 Replaced flagalrm() timers with another technique to check for timeouts.
This allowed removing the p_flagarlm timer from the kernel's process table.
Furthermore, I merged p_syncalrm and p_signalrm into p_alarm_timer to save
even more space. Note that processes can no longer have both a signal and
synchronous alarm timer outstanding as of now.
2005-05-31 14:43:04 +00:00
..
keymaps Initial revision 2005-04-21 14:53:53 +00:00
console.c Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
keyboard.c Optimized scheduling code. Old code is still available withing DEAD_CODE 2005-05-26 13:17:57 +00:00
Makefile Started rs232 porting to userland; increased version number for new cd. 2005-05-13 12:29:10 +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 Created ECHO system call for testing purposes. 2005-05-27 13:57: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