X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=0c04ab8fe4aa9caa036223681586c02f287a723a;hp=aa80b46ab401e8a3e522a42d2ec05bbb89e21f44;hb=9eb63b3cb4a41707b6c01d81cef15acf1a757613;hpb=75787bb7136e064ee623aaee00ec76a7f024c91a diff --git a/fixme b/fixme index aa80b46ab..0c04ab8fe 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,70 @@ +* 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 + [Install] + WantedBy=graphical.target + Names=prefdm.service -- 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 +* reinvestigate random seed, hwclock -- add a job mode which shuts everything down but what is requested +* introduce serialized mode -- write log subsystem/log output logic for daemons +* "disabled" load state? -- implement priv dropping +* uid are 32bit -- allow to disable priv dropping for hook scripts from fragment +* %m in printf() instead of strerror(); -- implement timer +* gc: don't reap broken services -- implement mount/automount +* iCalendar semantics for the timer stuff (RFC2445) -- more process attributes: chroot, cpu affinity, scheduling +* provide sysv-like command line utilities -- create session/pgroup for child processes +* Add OnlyByDependency -- fs namespaces +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -- templating/instances +* port over to LISTEN_FDS/LISTEN_PID: -- verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ... + - 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 -- rate limit startups +* teach dbus to talk to systemd when autospawning services + +* Figure out which signal handlers we actually have to reset in the + forked off child + +Regularly: + +* look for close() vs. close_nointr() vs. close_nointr_nofail() + +* check for strerror(r) instead of strerror(-r)