chiark / gitweb /
man: update daemon man page a little
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 800801c4e7509f74d20b834bf3b2c862467c0222..37c6288d7820818029f00eb6303e9cc6bdc3ab85 100644 (file)
--- a/fixme
+++ b/fixme
@@ -1,44 +1,60 @@
+* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
 
-- mounts might take time, need to be executed asynchronously in a forked process?
+* complete dbus exposure
 
-- need gc for active jobs that nothing cares for
+* implicitly import "defaults" settings file into all types
 
-- need gc for units that are not referenced anymore
+* add #ifdefs for non-sysv builds
 
-- refreshing of units (i.e. reload config files)
+* reinvestigate random seed, hwclock
 
-- dbusification
+* "disabled" load state?
 
-- cgroupsification
+* ability to kill services? i.e. in contrast to stopping them, go directly
+  into killing mode?
 
-- udev hookup
+* port over to LISTEN_FDS/LISTEN_PID:
 
-- snapshot system
+   - uuidd    DONE
+   - nscd     DONE
+   - dbus     DONE
+   - rsyslog  DONE
+   - rpcbind (/var/run/rpcbind.sock!) DONE
+   - cups     DONE
+   - avahi-daemon (/var/run/avahi-daemon/socket) DONE
+   - ssh      CLASSIC
+   - postfix, saslauthd
+   - apache/samba
+   - libvirtd (/var/run/libvirt/libvirt-sock-ro)
+   - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
+   - distccd
 
-- hookup with battery status, suspend/resume
+* write utmp record a la upstart for processes
 
-- add a job mode which shuts everything down but what is requested
+* follow property change dbus spec
 
-- write log subsystem/log output logic for daemons
+* selinux
 
-- implement priv dropping
+* introduce umount.target
 
-- allow to disable priv dropping for hook scripts from fragment
+* pull in umount.target and shutdown.target from emergency.service (?)
 
-- implement timer
+* Don't show Accepted/Connected for non-Accept sockets
 
-- implement mount/automount
+* Show exit status auf auxiliary programs in systemctl status
 
-- more process attributes: chroot, cpu affinity, scheduling
+External:
 
-- create session/pgroup for child processes
+* patch /etc/init.d/functions with:
 
-- fs namespaces
+  if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
 
-- templating/instances
+Regularly:
 
-- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
+* look for close() vs. close_nointr() vs. close_nointr_nofail()
 
-- rate limit startups
+* check for strerror(r) instead of strerror(-r)
 
-- automatically delete stale unix sockets
+* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
+
+* %m in printf() instead of strerror();