From: Alan Cox Date: Tue, 21 Jul 2015 22:34:13 +0000 (+0100) Subject: TODO: note more work to be done X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=99221bf99c57d8a3480dcdba3a1fa3322c8bff5c;p=FUZIX.git TODO: note more work to be done --- diff --git a/Kernel/TODO b/Kernel/TODO index 5ce71fc0..0e4bef38 100644 --- a/Kernel/TODO +++ b/Kernel/TODO @@ -49,3 +49,12 @@ o Virtual device hooks for networking o Pty/tty devices o Finish select/poll o Support for o65 binary format + +Other +----- +o Check safety of changes to allow interrupts during swapper +o Check we don't have any races of the form + kill() + checks signal has handler + signal(x, SIG_DFL) + signal serviced