From f801968466fed39d50d410b30ac828c26722cc95 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Sep 2012 20:52:23 +0200 Subject: 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. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 051d22bc3e..77d2375ce4 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3-54-g00ecf