summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-26 09:59:32 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-26 11:17:23 +0100
commit3dfbf094ac9427f5076a588b138d18b882570388 (patch)
tree1fd47dbb65e4b0c62318e0925bcb903f1ca12900 /TODO
parentaed9834289fb06e5a0e000882e0cde7e37b5c511 (diff)
downloadsystemd-3dfbf094ac9427f5076a588b138d18b882570388.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 445a83ae8a..5b312649a5 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,13 @@ Janitorial Clean-ups:
Features:
+* clean up sleep.c:
+ - Use CLOCK_BOOTTIME_ALARM for waking up s2h instead of RTC ioctls
+ - Parse sleep.conf only once, and parse its whole contents so that we don't
+ have to parse it again and again in s2h
+ - Make sure resume= and resume_offset= on the kernel cmdline always take
+ precedence
+
* maybe add a seccomp-based high-level filter that blocks creation of suid/sgid
files.