X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=969c6cd30a4e3d1474d9092293ce66c1b547bc91;hb=835d81db939bf7a75fcf057462d71777ec475c21;hp=aa80b46ab401e8a3e522a42d2ec05bbb89e21f44;hpb=75787bb7136e064ee623aaee00ec76a7f024c91a;p=elogind.git diff --git a/fixme b/fixme index aa80b46ab..969c6cd30 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,74 @@ +* timer -- mounts might take time, need to be executed asynchronously in a forked process? +* enforce max number of concurrent connection limit in sockets. -- need gc for active jobs that nothing cares for +* complete dbus exposure -- need gc for names that are not referenced anymore +* make conf parser work more like .desktop parsers -- refreshing of names (i.e. reload config files) +* implicitly import "defaults" settings file into all types -- dbusification +* write .service file install tool -- cgroupsification +* service startup should be delayed if the matching socket is being started -- udev hookup +* add #ifdefs for non-redhat builds in sysv parser -- snapshot system +* add #ifdefs for non-sysv builds -- s/milestone/target/ +* bootchart hookup -- hookup with battery status, suspend/resume +* dbus.service and syslog.service should be symlinked not ifdef to the right distro-specific names -- add a job mode which shuts everything down but what is requested +* reinvestigate random seed, hwclock -- write log subsystem/log output logic for daemons +* rework sysv stuff to have SPECIAL_SYSV_BEFORE, SPECIAL_SYSV_AFTER instead SPECIAL_RCSYSINIT -- implement priv dropping +* introduce serialized mode -- allow to disable priv dropping for hook scripts from fragment +* when refusing start due to ratelimit, enter restart state -- implement timer +* "disabled" load state? -- implement mount/automount +* uid are 32bit -- more process attributes: chroot, cpu affinity, scheduling +* %m in printf() instead of strerror(); -- create session/pgroup for child processes +* gc: don't reap broken services -- fs namespaces +* iCalendar semantics for the timer stuff (RFC2445) -- templating/instances +* autofs für /dev/mqueue usw. -- verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ... +* provide sysv-like command line utilities -- rate limit startups +* Add OnlyByDependency + +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? + +* port over to LISTEN_FDS/LISTEN_PID: + + - uuidd DONE + - nscd DONE + - rpcbind (/var/run/rpcbind.sock!) + - dbus + - rsyslog + - cups + - ssh CLASSIC + - postfix, saslauthd + - apache/samba + - libvirtd (/var/run/libvirt/libvirt-sock-ro) + - bluetoothd (/var/run/sdp! @/org/bluez/audio!) + - avahi-daemon (/var/run/avahi-daemon/socket) + - distccd + +* teach dbus to talk to systemd when autospawning services + +* unix sockets chown()/chgrp() + +Regularly: + +* look for close() vs. close_nointr() vs. close_nointr_nofail() + +* check for strerror(r) instead of strerror(-r)