X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=e71a97a1b343408af417ddb5c7b56164fa2d4dd3;hp=22c5cc3a3528b83193a94aa34c48920c3d612528;hb=a45f61d76cfca61ef1813a0b5d04a53afe402993;hpb=9726b29e9811d12c0800a53f0a34dc26fe9b915c diff --git a/fixme b/fixme index 22c5cc3a3..e71a97a1b 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,15 @@ -* timer - -* enforce max number of concurrent connection limit in sockets. +* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) * complete dbus exposure -* make conf parser work more like .desktop parsers - * 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 - * add #ifdefs for non-sysv builds -* bootchart hookup - * reinvestigate random seed, hwclock -* introduce serialized mode - * "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 - -* Add OnlyByDependency - * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? @@ -47,10 +18,10 @@ - uuidd DONE - nscd DONE - dbus DONE - - rpcbind (/var/run/rpcbind.sock!) - - avahi-daemon (/var/run/avahi-daemon/socket) - - rsyslog - - cups + - rsyslog DONE + - rpcbind (/var/run/rpcbind.sock!) DONE + - cups DONE + - avahi-daemon (/var/run/avahi-daemon/socket) DONE - ssh CLASSIC - postfix, saslauthd - apache/samba @@ -58,15 +29,24 @@ - 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 + +* follow property change dbus spec -* Figure out which signal handlers we actually have to reset in the - forked off child +* selinux -* loopback-setup is borked for ipv6 +External: + +* 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 + +* %m in printf() instead of strerror();