chiark / gitweb /
4c45633a77cb7356ab1d1b127f915756364e21ff
[elogind.git] / fixme
1 * timer
2
3 * enforce max number of concurrent connection limit in sockets.
4
5 * complete dbus exposure
6
7 * make conf parser work more like .desktop parsers
8
9 * implicitly import "defaults" settings file into all types
10
11 * write .service file install tool
12     [Install]
13     WantedBy=graphical.target
14     Names=prefdm.service
15
16 * service startup should be delayed if the matching socket is being started
17
18 * add #ifdefs for non-redhat builds in sysv parser
19
20 * add #ifdefs for non-sysv builds
21
22 * bootchart hookup
23
24 * reinvestigate random seed, hwclock
25
26 * introduce serialized mode
27
28 * "disabled" load state?
29
30 * uid are 32bit
31
32 * %m in printf() instead of strerror();
33
34 * gc: don't reap broken services
35
36 * iCalendar semantics for the timer stuff (RFC2445)
37
38 * provide sysv-like command line utilities
39
40 * ability to kill services? i.e. in contrast to stopping them, go directly
41   into killing mode?
42
43 * port over to LISTEN_FDS/LISTEN_PID:
44
45    - uuidd    DONE
46    - nscd     DONE
47    - dbus     DONE
48    - rsyslog  DONE
49    - rpcbind (/var/run/rpcbind.sock!) DONE
50    - cups     DONE
51    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
52    - ssh      CLASSIC
53    - postfix, saslauthd
54    - apache/samba
55    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
56    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
57    - distccd
58
59 * teach dbus to talk to systemd when autospawning services
60
61 * Figure out which signal handlers we actually have to reset in the
62   forked off child
63
64 * Add code to systemctl to wait for an operation to finish
65
66 * kmod-setup.c
67
68 Regularly:
69
70 * look for close() vs. close_nointr() vs. close_nointr_nofail()
71
72 * check for strerror(r) instead of strerror(-r)