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