diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-13 17:11:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 17:11:10 +0200 |
commit | a1cccad1fe88ddd6943e18af97cf7f466296970f (patch) | |
tree | 75d0e44831e94172b62b95ea0358844c479e73ed | |
parent | b588975fb0292cbb23770d6fc2349f57ab5b0db8 (diff) |
update TODO
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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? |