chiark / gitweb /
network-internal: chain matches with AND in net_match_config()
[elogind.git] / TODO
diff --git a/TODO b/TODO
index fba051dc64cc9c67bc2ac6952b7321c0eef40331..09b6db6c2ba76139eb022f80aa24db0ac1f273e5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,11 +32,11 @@ External:
 * When lz4 gets an API for lz4 command output, make use of it to
   compress coredumps in a way compatible with /usr/bin/lz4.
 
-Before 219:
+Features:
 
-* revert Kay's revert orgies
+* add udev rule construct SYSCTL{} to write to sysctls
 
-Features:
+* assign MESSAGE_ID to log messages about failed services
 
 * coredump: make the handler check /proc/$PID/rlimits for RLIMIT_CORE,
   and supress coredump if turned off. Then change RLIMIT_CORE to
@@ -724,6 +724,7 @@ Features:
   - kill scsi_id
   - add trigger --subsystem-match=usb/usb_device device
   - reimport udev db after MOVE events for devices without dev_t
+  - don't keep stale db in case event processing fails (also notify userspace about the failure)
 
 * when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting