X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=709534b2eba63c69f95d65fbc7bce3cb48f4cd22;hp=800801c4e7509f74d20b834bf3b2c862467c0222;hb=eb22ac37f3e07b9c49a3f8fdc8cc02631faabcb4;hpb=acbb02252a38214ecba3aa8a5c9b3669f9c9317e diff --git a/fixme b/fixme index 800801c4e..709534b2e 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,80 @@ +* calendar time support in 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 +* service startup should be delayed if the matching socket is being started -- cgroupsification +* add #ifdefs for non-redhat builds in sysv parser -- udev hookup +* add #ifdefs for non-sysv builds -- snapshot system +* 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 +* write utmp record a la upstart for processes -- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ... +* follow property change dbus spec -- rate limit startups +* pam module -- automatically delete stale unix sockets +* selinux + +* User= and friends needs to understand %i and similar replacements + +* EnvironmentFile= + +* make systemd bus activatable + +* pin /cgroup/systemd + +* systemd-sysvinit as package + +* install must understand templates + +* upstart fallback in systemctl + +Regularly: + +* look for close() vs. close_nointr() vs. close_nointr_nofail() + +* check for strerror(r) instead of strerror(-r) + +* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel