minix/kernel/system
Ben Gras d0c3e8f818 . added rm_irq_handler which un-links an irq handler from the linked
list of handlers, callable by irqctl system call
 . workaround for hanging keyboard bug after shutdown.. if key is pressed
   during or after shutdown procedure, keyboard stops working. It looks like
   irq 1 gets stuck high if no keyboard reading is done (e.g. because the
   irq is masked or tty driver has exited). Workaround is to leave irqs
   enabled until the last second, and call shutdown() immediately after the
   last driver has stopped (tty task). This way the chance of an unserviced
   interrupt occuring is negligible.
2005-05-12 16:06:37 +00:00
..
clock.c *** empty log message *** 2005-05-02 14:38:21 +00:00
copying.c Fixed some system call checks; 2005-05-10 11:06:24 +00:00
debugging.c Initial revision 2005-04-21 14:53:53 +00:00
devio.c Initial revision 2005-04-21 14:53:53 +00:00
irqctl.c . added rm_irq_handler which un-links an irq handler from the linked 2005-05-12 16:06:37 +00:00
Makefile *** empty log message *** 2005-05-02 14:30:04 +00:00
misc.c *** empty log message *** 2005-05-02 14:30:04 +00:00
proctl.c *** empty log message *** 2005-04-29 15:36:43 +00:00
sigctl.c *** empty log message *** 2005-04-29 15:36:43 +00:00
sysctl.c User-space networking! 2005-05-11 09:02:00 +00:00
tracing.c *** empty log message *** 2005-04-29 15:36:43 +00:00