chiark / gitweb /
journal: optimize bisection logic a bit by caching the last position
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 9b898bb57dbba94dd8d1aaa09fdacdd6777976a5..653258afe0796bca0190bfcef3fcb97f4574397f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ CGroup Rework Completion:
 
 Features:
 
+* general: get rid of readdir_r/dirent_storage stuff, it's unnecessary on Linux
+
 * add API to clone sd_bus_message objects
 
 * sd-bus: synthesized messages should get serial number (uint32_t) -1
@@ -822,8 +824,6 @@ Regularly:
 
 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
 
-* %m in printf() instead of strerror(errno);
-
 * pahole
 
 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!