X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=5353340f27e0da12051f4631cb4e4861250c683b;hp=b3c891eac4c4f298a3f8b40eb98c23d79f5b8dec;hb=4e143738bf170be9f957c47605deea8c54b75fdf;hpb=57f2a947270faf65e1876797b930e3f6d60ebd06 diff --git a/TODO b/TODO index b3c891eac..5353340f2 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,7 @@ Bugfixes: Environment=ONE='one' "TWO='two two' too" THREE= ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE -* MEMORY return code is overloaded for syntax errors in the commandline. +* MEMORY return code is overloaded for syntax errors in the command line. str_split_quoted() should return a real return code, so spawn_child can report the failure properly. @@ -37,6 +37,10 @@ External: Features: +* kdbus: set the bus-wide creds sender requirement mask to ANY + +* code cleanup: retire FOREACH_WORD_QUOTED, port to unquote_first_word() loops instead + * logind: when the power button is pressed short, just popup a logout dialog. If it is pressed for 1s, do the usual shutdown. Inspiration are Macs here. * optionally support running journald from the command line for testing purposes in external projects @@ -60,8 +64,6 @@ Features: * maybe provide an API to allow migration of foreign PIDs into existing scopes. -* kdbus: maybe rename "connection name" concept to something that doesn't reuse the word "name"? - * PID 1 doesn't apply nspawns devices cgroup policy * maybe support a new very "soft" reboot mode, that simply kills all processes, disassembles everything, flushes /run and sysvipc, and then reexecs systemd again @@ -85,8 +87,6 @@ Features: * maybe add "systemctl edit" that copies unit files from /usr/lib/systemd/system to /etc/systemd/system and invokes vim on them -* maybe introduce AssertXYZ= similar to ConditionXYZ= that causes a unit to fail (instead of skipping it) if some condition is not true... - * refcounting in sd-resolve is borked * exponential backoff in timesyncd and resolved when we cannot reach a server @@ -326,8 +326,6 @@ Features: * maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... -* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed - * cgtop: make cgtop useful in a container * test/: @@ -494,15 +492,6 @@ Features: - when parsing calendar timestamps support the UTC timezone (even if we will not support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200 - Modulate timer frequency based on battery state -* update the kernel's TZ (sys_tz) when DST changes - -* sync down the system time to the RTC when: - - CLOCK_REALTIME makes jumps (the user explicitely requested a time set) - - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp) - This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime - mode, it will never touch the RTC if the no reliable time source is active or the - user did not request anything like it. - * add libsystemd-password or so to query passwords during boot using the password agent logic * If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle(). @@ -540,8 +529,6 @@ Features: * make timer units go away after they elapsed -* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead - * move PID 1 segfaults to /var/lib/systemd/coredump? * create /sbin/init symlinks from the build system