chiark / gitweb /
monitor udev for device changes
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 4e82c92ed454b7bbb1a6cc6b4538b91f432c1bb9..29a6c260f23b7ae49730ec493b42184f08b3afd0 100644 (file)
--- a/fixme
+++ b/fixme
@@ -19,8 +19,6 @@
 
 - add a job mode which shuts everything down but what is requested
 
-- write log subsystem/log output logic for daemons
-
 - implement priv dropping
 
 - allow to disable priv dropping for hook scripts from fragment
 
 - verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
 
-- rate limit startups
-
 - automatically delete stale unix sockets
 
 - .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs
+
+- we probably cannot use glibc's syslog() for logging, since it
+  presumably uses the logging socket in blocking mode which might
+  trigger a deadlock if syslog does not process the socket anymore
+  (maybe because it is restarted) and the socket buffer is full.