X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=514e3731fd289ac19cdc0646c459036b96048688;hp=aa80b46ab401e8a3e522a42d2ec05bbb89e21f44;hb=8ffc5c2f48c242d2850d6a2f8f2ef69cd5ab9a47;hpb=75787bb7136e064ee623aaee00ec76a7f024c91a diff --git a/fixme b/fixme index aa80b46ab..514e3731f 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,73 @@ +* 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 +* "disabled" load state? -- write log subsystem/log output logic for daemons +* uid are 32bit -- implement priv dropping +* %m in printf() instead of strerror(); -- allow to disable priv dropping for hook scripts from fragment +* gc: don't reap broken services -- implement timer +* iCalendar semantics for the timer stuff (RFC2445) -- implement mount/automount +* provide sysv-like command line utilities -- more process attributes: chroot, cpu affinity, scheduling +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -- create session/pgroup for child processes +* port over to LISTEN_FDS/LISTEN_PID: -- fs namespaces + - 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 -- templating/instances +* teach dbus to talk to systemd when autospawning services -- verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ... +* regnerate unit/sysv search paths on daemon reload -- rate limit startups +* write utmp record a la upstart for processes + +* run PAM session stuff + +* tcpwrap + +* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel) + +Regularly: + +* look for close() vs. close_nointr() vs. close_nointr_nofail() + +* check for strerror(r) instead of strerror(-r)