X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=3f8c30518fd2f885bb4441224fa8f0d6ab59a02c;hb=a0551d26ab5c6e0d5089b42a6319baef0e28ad92;hp=66cd5b4f2289e300aa00dcaec6c10f78e863c140;hpb=416446221d905b6815175dc4d525d27f8ae43d1b;p=elogind.git diff --git a/TODO b/TODO index 66cd5b4f2..3f8c30518 100644 --- 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