chiark / gitweb /
dabce258d78ae0ad642d4981f00f9b99613f926c
[elogind.git] / fixme
1 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2
3 * implicitly import "defaults" settings file into all types
4
5 * add #ifdefs for non-sysv builds
6
7 * reinvestigate random seed, hwclock
8
9 * "disabled" load state?
10
11 * ability to kill services? i.e. in contrast to stopping them, go directly
12   into killing mode?
13
14 * port over to LISTEN_FDS/LISTEN_PID:
15
16    - uuidd    DONE
17    - nscd     DONE
18    - dbus     DONE
19    - rsyslog  DONE
20    - rpcbind (/var/run/rpcbind.sock!) DONE
21    - cups     DONE
22    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
23    - ssh      CLASSIC
24    - postfix, saslauthd
25    - apache/samba
26    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
28    - distccd
29
30 * write utmp record a la upstart for processes
31
32 * follow property change dbus spec
33
34 * selinux
35
36 * systemctl status $PID, systemctl stop $PID!
37
38 External:
39
40 * patch /etc/init.d/functions with:
41
42   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
43
44 https://bugzilla.redhat.com/show_bug.cgi?id=614245
45 https://bugzilla.redhat.com/show_bug.cgi?id=612789
46 https://bugzilla.redhat.com/show_bug.cgi?id=612728
47 https://bugzilla.redhat.com/show_bug.cgi?id=612712
48
49 Regularly:
50
51 * look for close() vs. close_nointr() vs. close_nointr_nofail()
52
53 * check for strerror(r) instead of strerror(-r)
54
55 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
56
57 * %m in printf() instead of strerror();