diff options
author | 2018-06-06 12:38:55 +0200 | |
---|---|---|
committer | 2018-06-06 12:38:55 +0200 | |
commit | 6585f72c083f3db8ed867ffc6af12c76ce7af5cc (patch) | |
tree | 4c21653e0c4dbdf5fd080c3ff0b9043fbb9a770b /TODO | |
parent | NEWS: add note about --runtime (diff) | |
parent | update TODO (diff) | |
download | systemd-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-- | TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |