From 1913817963015dd4707b7bc82aa7aff30cf7742a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Oct 2015 19:29:18 +0100 Subject: [PATCH] BUGS: update --- Kernel/BUGS | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.34.1