chiark / gitweb /
git: add test-ellipsize to files to ignore by git
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 66cd5b4f2289e300aa00dcaec6c10f78e863c140..3f8c30518fd2f885bb4441224fa8f0d6ab59a02c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -50,16 +50,12 @@ Features:
 
 * "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager
 
-* rfkill,backlight: we probably should use a path ID of some kind rather than the sysname as file name to store status in
-
 * rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it
 
 * Add a new Distribute=$NUMBER key to socket units that makes use of SO_REUSEPORT to distribute network traffic on $NUMBER instances
 
 * tmpfiles: when applying ownership to /run/log/journal also do this for the journal fails contained in it
 
-* rework list.h to use typeof() and thus simplify most linked list macros by not requring the type to be specified
-
 * we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
 * move config_parse_path_strv() out of conf-parser.c