aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-02 21:34:22 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-02 21:34:22 +0200
commit70c2d0af540ecc44a104abb034ee5ff1c910dd48 (patch)
tree9a5c2deb9caf865245f1fd7d6a84eae73958d6c5 /TODO
parentmds-registry: notify client (diff)
downloadmds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.gz
mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.bz2
mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.xz
mds-registry: marshal and unmarshal the slave list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 11 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6bf4e34..1762f29 100644
--- a/TODO
+++ b/TODO
@@ -26,8 +26,8 @@ Missing servers:
drag Drag and drop
cursorshadow Decorate cursors with shadows
kill Kill processes based on their windows
- shm Network enabled shared memory
- sem Network enabled shared semaphores
+ shm Network enabled SysV shared memory
+ sem Network enabled SysV semaphore arrays
focus Focuses the selected window
colour Mapping of colour by name (system colours) and value
state Keeps track of windows' states
@@ -36,8 +36,16 @@ Missing servers:
stack A simple, reference implementation of a, stack window manager
workspace A simple, reference implementation of a, workspaces
vt VT switcher
+
+Missing commands:
+
cmd-registry Command line interface for the protocol registry
+ conf Command line interface for reconfiguring servers
+
+Need testing:
+
+ registry
Fast lanes
-Optimise use of mutexe
+Optimise use of mutexe with shared and exclusive locks