X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=168913beb082289d3e7d48ec6665030e9a68ab34;hp=253b0e8cc3f9229ad10ee4d8337a240b26c4651a;hb=3d22d1ab57bf44c92e4d9ca95d9728105dd3fb0d;hpb=826872b61e4857dfffe63ba84e2b005623baecd6 diff --git a/TODO b/TODO index 253b0e8cc..168913beb 100644 --- a/TODO +++ b/TODO @@ -30,11 +30,7 @@ Fedora 19: that's sometimes kinda hard to parse for a human. * cgroup attrs: - - don't unconditionally filter out duplicate settings - - support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K" - - support writte string mapping even for non-high-level settings - - add man page for systemctl commands - - make sure we work fine with multi-line strings + - update dbus interface docs in wiki * kernel cmdline switch to turn off predictable network interface names @@ -53,9 +49,13 @@ Fedora 19: Features: +* rework specifier logic so that we can distuingish OOM errors from other errors + +* systemd-inhibit: refuse taking delay locks + * journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8. -* remove any syslog support from log.c +* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good * convert /etc/bash_completion.d/ to /usr/share/bash-completion/ (systemd (and everything else) should install zero static data in /etc) @@ -84,8 +84,6 @@ Features: * man: maybe sort directives in man pages, and take sections from --help and apply them to man too -* man: systemctl: clarify that -p applies to "systemctl show" only - * add "# export SYSTEMD_PAGER=" to bash login * /usr/bin/service should actually show the new command line @@ -353,8 +351,6 @@ Features: * explore multiple service instances per listening socket idea -* testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server. - * shutdown: don't read-only mount anything when running in container * MountFlags=shared acts as MountFlags=slave right now.