diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-30 21:44:04 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-30 21:44:04 +0000 |
commit | b96ecab9b8b793a06878f6a2b79f844478b5bbf6 (patch) | |
tree | 35e4cfe612032bf1653271c60238347f3bd4e5be /community | |
parent | 7ddd2852e983977c7481e947746b2531e6d71d8c (diff) |
web commit by flaviocruz: Remove file_exec task.
Diffstat (limited to 'community')
-rw-r--r-- | community/flavioc.mdwn | 5 |
1 files 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 |