diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-20 00:37:22 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-20 00:37:22 +0000 |
commit | a5feda78206a3ea6f30f8eb0d743760c940b0ef1 (patch) | |
tree | cacefad33f93079be5dbc98b65e0dda72e0bb4d6 /community | |
parent | 2edbe3c72e85b2c66fcb3c7adcf5da34902160b8 (diff) |
web commit by flaviocruz: Update status.
Diffstat (limited to 'community')
-rw-r--r-- | community/flavioc.mdwn | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/community/flavioc.mdwn b/community/flavioc.mdwn index 6ef56a8b..5ac3ce16 100644 --- a/community/flavioc.mdwn +++ b/community/flavioc.mdwn @@ -42,13 +42,19 @@ Creating an extensible translator library in lisp using the mig generated stubs. (get-message msg-mixed))) ; Returns '("abc" 42 #\b "cba" 314 3.14) </pre> - New message types (like :string, :integer) can be implemented, providing a powerful extension mechanism. +- Creation of symlinks and symlink path resolution. +- Creation of character/block devices, fifos and sockets. ### What needs to be done - Using continuations for IO blocking operations. This can be done using cl-cont. -- Support for symlinks. -- Support for stacking translators. +- Callbacks: + - file_lock, file_lock_stat (still not sure if they are really needed) + - file_reparent +- Make fsys_getroot and dir_lookup aware of active and passive translators. +- Bind the client RPC calls. +- Use the socket stubs? ### Notes |