aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-06 12:38:55 +0200
committerGitHub <noreply@github.com>2018-06-06 12:38:55 +0200
commit6585f72c083f3db8ed867ffc6af12c76ce7af5cc (patch)
tree4c21653e0c4dbdf5fd080c3ff0b9043fbb9a770b /TODO
parentNEWS: add note about --runtime (diff)
parentupdate TODO (diff)
downloadsystemd-6585f72c083f3db8ed867ffc6af12c76ce7af5cc.tar.gz
systemd-6585f72c083f3db8ed867ffc6af12c76ce7af5cc.tar.bz2
systemd-6585f72c083f3db8ed867ffc6af12c76ce7af5cc.zip
Merge pull request #9121 from poettering/sd-event-inotify
add "sd_event_add_inotify()" and use it for making PID 1 rescheduler .timer units properly on timezone change
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index 541063d8b..533f9d87b 100644
--- a/TODO
+++ b/TODO
@@ -24,16 +24,13 @@ Janitorial Clean-ups:
Features:
+* Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to
+ schedule events based on time and timezone changes.
+
* add O_TMPFILE support to copy_file_atomic()
* nspawn: greater control over selinux label?
-* sd-event: implement inotify events, as we can safely and robustly do that now
- for any inode without fearing confusion by inodes appearing at multiple
- places: we can open it with O_PATH first, then store its inode in a hash
- table, to recognize duplicate watches before creating (and thus corrupting
- pre-existing ones) them, and using /proc/self/fd/ to add it right after.
-
* the error paths in usbffs_dispatch_ep() leak memory
* cgroups: figure out if we can somehow communicate in a cleaner way whether a