summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-13 17:11:10 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-13 17:11:10 +0200
commita1cccad1fe88ddd6943e18af97cf7f466296970f (patch)
tree75d0e44831e94172b62b95ea0358844c479e73ed /TODO
parentb588975fb0292cbb23770d6fc2349f57ab5b0db8 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index e56ab1fc7..7ed215308 100644
--- a/TODO
+++ b/TODO
@@ -53,6 +53,17 @@ Bugfixes:
Features:
+* does vasprintf advance the struct vaargs? http://pastie.org/pastes/4712773/text
+
+* do shutdown audit/utmp msgs inside of PID 1, get rid of systemd-update-utmp-runlevel
+
+* make use of macros like this:
+
+ #define _cleanup_free_ __attribute__((cleanup(freep)))
+ #define _cleanup_fclose_ __attribute__((cleanup(fclosep)))
+
+* make timer units go away after they elapsed
+
+ refuse automount triggers when automount is queued for stop, much like we refuse socket triggers when sockets are queued for stop
* perfomance messages for selinux are gone from debug log?