summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantrik <antrik@users.sf.net>2008-08-10 23:33:36 +0200
committerantrik <antrik@users.sf.net>2008-08-10 23:33:36 +0200
commitea856c169cb58f1120e49d2915753ecfa6c6fae4 (patch)
tree8b6e2a277514e23538d76f0cb7dc7a7fc765b715
parentc8d857198a2505a7e7be5feca2da017e1fd23841 (diff)
parentb96ecab9b8b793a06878f6a2b79f844478b5bbf6 (diff)
Merge branch 'master' of flubber.bddebian.com:~wiki/wiki
-rw-r--r--community/flavioc.mdwn5
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