BUGS: update
authorAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 18:29:18 +0000 (19:29 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 18:29:18 +0000 (19:29 +0100)
Kernel/BUGS

index 9b558d1..aa4641c 100644 (file)
@@ -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.