X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=0c04ab8fe4aa9caa036223681586c02f287a723a;hp=7e5f94363e8bec95b8e4c196496f59c8f9b2d54c;hb=d5159713c13859a7d472625ddaa9f9cc4c546236;hpb=c22cbe2672db2c95647c9412cfb4331d2be279a7 diff --git a/fixme b/fixme index 7e5f94363..0c04ab8fe 100644 --- a/fixme +++ b/fixme @@ -1,42 +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 -- hookup with battery status, suspend/resume +* bootchart hookup -- add a job mode which shuts everything down but what is requested +* reinvestigate random seed, hwclock -- write log subsystem/log output logic for daemons +* introduce serialized mode -- implement priv dropping +* "disabled" load state? -- allow to disable priv dropping for hook scripts from fragment +* uid are 32bit -- implement timer +* %m in printf() instead of strerror(); -- implement mount/automount +* gc: don't reap broken services -- more process attributes: chroot, cpu affinity, scheduling +* iCalendar semantics for the timer stuff (RFC2445) -- create session/pgroup for child processes +* provide sysv-like command line utilities -- fs namespaces +* Add OnlyByDependency -- templating/instances +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -- verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ... +* port over to LISTEN_FDS/LISTEN_PID: -- rate limit startups + - 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 + +* 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)