chiark / gitweb /
systemctl: make upstart glue code talk to upstart via private abstarct bus and verify...
[elogind.git] / fixme
1 * calendar time support in timer
2
3 * complete dbus exposure
4
5 * make conf parser work more like .desktop parsers
6
7 * implicitly import "defaults" settings file into all types
8
9 * service startup should be delayed if the matching socket is being started
10
11 * add #ifdefs for non-redhat builds in sysv parser
12
13 * add #ifdefs for non-sysv builds
14
15 * bootchart hookup
16
17 * reinvestigate random seed, hwclock
18
19 * "disabled" load state?
20
21 * %m in printf() instead of strerror();
22
23 * gc: don't reap broken services
24
25 * iCalendar semantics for the timer stuff (RFC2445)
26
27 * ability to kill services? i.e. in contrast to stopping them, go directly
28   into killing mode?
29
30 * port over to LISTEN_FDS/LISTEN_PID:
31
32    - uuidd    DONE
33    - nscd     DONE
34    - dbus     DONE
35    - rsyslog  DONE
36    - rpcbind (/var/run/rpcbind.sock!) DONE
37    - cups     DONE
38    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
39    - ssh      CLASSIC
40    - postfix, saslauthd
41    - apache/samba
42    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
43    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
44    - distccd
45
46 * write utmp record a la upstart for processes
47
48 * follow property change dbus spec
49
50 * make systemd bus activatable (?)
51
52 * pam module
53
54 * selinux
55
56 External:
57
58 * systemd-sysvinit as package
59
60 * patch /etc/init.d/functions with:
61
62   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
63
64 Regularly:
65
66 * look for close() vs. close_nointr() vs. close_nointr_nofail()
67
68 * check for strerror(r) instead of strerror(-r)
69
70 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel