summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-20 20:56:44 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-21 00:58:56 +0200
commit17978b17d9f5d3591f1c644938efc9c27aa60485 (patch)
tree2d5c865710b43f67511447bd9c86c86d1c636568 /TODO
parentba780c116fc919c58fad07f45f4e800a062af63e (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2e7036268e..b0e7ea63fb 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,14 @@ Before 220:
Features:
+* rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring
+ to unicode chars, to make things more expressive.
+
+* networkd: MTU= switch for .network units needs documentation in systemd.network(5)
+
+* "machinectl migrate" or similar to copy a container from or to a
+ difference host, via ssh
+
* tmpfiles: creating new directories/subvolumes/fifos/device nodes
should not follow symlinks. None of the other adjustment or creation
calls follow symlinks.