From: Alan Cox Date: Thu, 1 Oct 2015 18:29:18 +0000 (+0100) Subject: BUGS: update X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1913817963015dd4707b7bc82aa7aff30cf7742a;p=FUZIX.git BUGS: update --- diff --git a/Kernel/BUGS b/Kernel/BUGS index 9b558d1b..aa4641ce 100644 --- a/Kernel/BUGS +++ b/Kernel/BUGS @@ -1,2 +1,8 @@ - SIGSTOP/TSTP behaviour wrong - SIGCHLD not sent + +- Debug signal delivery with catches on Z80 and 6809 (not clear either is + correct right now) + +- RAW (char mode) disk I/O gives iffy results on most platforms. As we have + O_DIRECT we should probably just throw the entire thing out.