From b96ecab9b8b793a06878f6a2b79f844478b5bbf6 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Wed, 30 Jul 2008 21:44:04 +0000 Subject: web commit by flaviocruz: Remove file_exec task. --- community/flavioc.mdwn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/flavioc.mdwn b/community/flavioc.mdwn index 89d20950..0b6f999a 100644 --- a/community/flavioc.mdwn +++ b/community/flavioc.mdwn @@ -34,7 +34,7 @@ Creating an extensible translator library in lisp using the mig generated stubs. - /dev/zero translator. - translator that creates a symlink node. - tmpfs like translator. - - a translator that does proxying between clients and the underlying translator return all data in upper-case. + - a translator that does proxying between clients and the underlying translator returning all data in upper-case. - a translator that watches for changes in a file describing the file system structure. - Translator options (manipulated through fsysopts) have a simple and easy to use API. - All the Mach port manipulation API is available. @@ -61,8 +61,7 @@ Creating an extensible translator library in lisp using the mig generated stubs. ### What needs to be done -- Using continuations for IO blocking operations. This can be done using cl-cont. -- Fix file-exec, fsys-getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch-root (for passive translators). +- Fix fsys-getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch-root (for passive translators). - Use the socket stubs? - Documentation - More testing -- cgit v1.2.3