From 062d0dffcd034f64f21af9ce1565d574321f820b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 13 Feb 2015 18:20:22 +0000 Subject: [PATCH] TODO: update --- Kernel/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Kernel/TODO b/Kernel/TODO index 804f77f3..9f0c373a 100644 --- a/Kernel/TODO +++ b/Kernel/TODO @@ -32,8 +32,9 @@ Big Speed Up Points ------------------- o Rewrite the compressor in assembler -o Support 'raw' I/O on files -o Make execve use this to avoid all the copies +IP Support 'raw' I/O on files (done for O_DIRECT read and as an + optimisation). Needs cleaning up. +DONE Make execve use this to avoid all the copies o Vfork DONE Make mount pin a buffer rather than keeping mount blocks around unused. @@ -48,3 +49,4 @@ DONE Uptime/loadaverage/swapfree etc data o Virtual device hooks for networking o Pty/tty devices o Finish select/poll +o Support for o65 binary format -- 2.34.1