X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=9152a2521d828d3b698c435c039b0fb0651e7312;hb=f1c5860be7b89e784fbba1624127a843b62c7b98;hp=b6752d9bf6066ed9617f283c3de9a3c58ce03188;hpb=6d526de26737a0f1e8d1cf422da364d29489022e;p=elogind.git diff --git a/fixme b/fixme index b6752d9bf..9152a2521 100644 --- a/fixme +++ b/fixme @@ -1,6 +1,4 @@ -* timer - -* enforce max number of concurrent connection limit in sockets. +* calendar time support in timer * complete dbus exposure @@ -8,11 +6,6 @@ * implicitly import "defaults" settings file into all types -* write .service file install tool - [Install] - WantedBy=graphical.target - Names=prefdm.service - * service startup should be delayed if the matching socket is being started * add #ifdefs for non-redhat builds in sysv parser @@ -25,16 +18,12 @@ * "disabled" load state? -* uid are 32bit - * %m in printf() instead of strerror(); * gc: don't reap broken services * iCalendar semantics for the timer stuff (RFC2445) -* provide sysv-like command line utilities - * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? @@ -54,18 +43,28 @@ - bluetoothd (/var/run/sdp! @/org/bluez/audio!) - distccd -* teach dbus to talk to systemd when autospawning services +* write utmp record a la upstart for processes -* regnerate unit/sysv search paths on daemon reload +* follow property change dbus spec -* write utmp record a la upstart for processes +* make systemd bus activatable (?) -* run PAM session stuff +* pam module -* tcpwrap +* selinux + +External: + +* systemd-sysvinit as package + +* patch /etc/init.d/functions with: + + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi 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