X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=514e3731fd289ac19cdc0646c459036b96048688;hp=f3f723e3ce94c17d60311bda84eb60c69141cd04;hb=ef9b78bb031f84d4f1c9dd2255068cc2afb9d088;hpb=87f0e418cf2c58b3201d06a60e3696ec672d2662 diff --git a/fixme b/fixme index f3f723e3c..514e3731f 100644 --- a/fixme +++ b/fixme @@ -1,42 +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 units that are not referenced anymore +* make conf parser work more like .desktop parsers -- refreshing of units (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 +* "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 +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -- fs namespaces +* port over to LISTEN_FDS/LISTEN_PID: -- templating/instances + - 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 -- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ... +* teach dbus to talk to systemd when autospawning services -- rate limit startups +* regnerate unit/sysv search paths on daemon reload + +* 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)