X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=3ca6a02e006b36ea719d7c2fc7655cb4dcf90f8b;hp=29ac7cf996e55276de8b3c609109ab957e1979ed;hb=4eab639f92c0e4fa1a1baee5575bf3bc21810dcf;hpb=38a4d4f089df02ff79b5f560f2b11631e0a6a4f9 diff --git a/fixme b/fixme index 29ac7cf99..3ca6a02e0 100644 --- a/fixme +++ b/fixme @@ -1,42 +1,56 @@ +* 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 +* gc: don't reap broken services -- udev hookup +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -- snapshot system +* port over to LISTEN_FDS/LISTEN_PID: -- hookup with battery status, suspend/resume + - 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 -- add a job mode which shuts everything down but what is requested +* write utmp record a la upstart for processes -- implement priv dropping +* follow property change dbus spec -- allow to disable priv dropping for hook scripts from fragment +* selinux -- implement timer +External: -- implement mount/automount +* systemd-sysvinit as package -- more process attributes: chroot, cpu affinity, scheduling +* patch /etc/init.d/functions with: -- create session/pgroup for child processes + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi -- fs namespaces +Regularly: -- templating/instances +* look for close() vs. close_nointr() vs. close_nointr_nofail() -- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ... +* 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 -- .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs +* %m in printf() instead of strerror();