diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-21 20:52:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-21 20:52:23 +0200 |
commit | f801968466fed39d50d410b30ac828c26722cc95 (patch) | |
tree | d17fd84799c0d8191c835e06fae46dec593e4fe2 /TODO | |
parent | aaeef058865362b6ec5efb982d406f7827159720 (diff) |
journal: completely rework the mmap cache as I too dumb to actually understand it
Instead of doing hand optimized fd bisect arrays just use plain old
hashmaps. Now I can understand my own code again. Yay!
As a side effect this should fix some bad memory accesses caused by
accesses after mmap(), introduced in 189.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ F18: Features: +* document that deps in [Unit] sections ignore Alias= fileds in + [Install] units of other units, unless those units are disabled + +* need to update LGPL2.1 text to newest version (with updated FSF address) + * allow users from "wheel" to start/stop services * systemctl: when powering down/suspending check for inhibitors, and warn. |