X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=9152a2521d828d3b698c435c039b0fb0651e7312;hb=96551bae6107936a4576b9b4b391abbc9963bdfe;hp=57682f0ea8a8705f261d1ee370224cbcb621d819;hpb=7e4249b94e7f6edb9ffa842c3e790acee298594d;p=elogind.git diff --git a/fixme b/fixme index 57682f0ea..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,22 +43,28 @@ - bluetoothd (/var/run/sdp! @/org/bluez/audio!) - distccd -* regnerate unit/sysv search paths on daemon reload - * write utmp record a la upstart for processes -* run PAM session stuff +* follow property change dbus spec -* tcpwrap +* make systemd bus activatable (?) -* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel) +* pam module -* s/maintainance/maintenance/ +* selinux -* follow property change dbus spec +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