No description
Find a file
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
boot Device variables get copies of their contents in *_n variables for scripts 2005-05-03 15:38:41 +00:00
commands Make output of partition visible 2005-05-09 13:40:54 +00:00
drivers added code to un-register tty's interrupt at exit time; fixed compiler 2005-05-12 16:03:43 +00:00
etc *** empty log message *** 2005-05-04 13:46:34 +00:00
include User-space networking! 2005-05-11 09:02:00 +00:00
kernel . added rm_irq_handler which un-links an irq handler from the linked 2005-05-12 16:06:37 +00:00
lib Must be able to run FP.compile if FP.compile isn't an executable script. 2005-05-03 15:41:39 +00:00
man /boot and /minix -> /boot/boot and /boot/image changes 2005-05-04 09:29:52 +00:00
servers User-space networking! 2005-05-11 09:02:00 +00:00
test changed [skip]ped tests to start working, even with the large LINK_MAX 2005-05-09 13:39:23 +00:00
tools User-space networking! 2005-05-11 09:02:00 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Notice 2005-05-04 09:31:32 +00:00