chiark / gitweb /
7aca3ee08b031160007cddb7fd90ee6baf32d01d
[elogind.git] / fixme
1 * calendar time support in 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 * service startup should be delayed if the matching socket is being started
12
13 * add #ifdefs for non-redhat builds in sysv parser
14
15 * add #ifdefs for non-sysv builds
16
17 * bootchart hookup
18
19 * reinvestigate random seed, hwclock
20
21 * "disabled" load state?
22
23 * uid are 32bit
24
25 * %m in printf() instead of strerror();
26
27 * gc: don't reap broken services
28
29 * iCalendar semantics for the timer stuff (RFC2445)
30
31 * provide sysv-like command line utilities
32
33 * ability to kill services? i.e. in contrast to stopping them, go directly
34   into killing mode?
35
36 * port over to LISTEN_FDS/LISTEN_PID:
37
38    - uuidd    DONE
39    - nscd     DONE
40    - dbus     DONE
41    - rsyslog  DONE
42    - rpcbind (/var/run/rpcbind.sock!) DONE
43    - cups     DONE
44    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
45    - ssh      CLASSIC
46    - postfix, saslauthd
47    - apache/samba
48    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
49    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
50    - distccd
51
52 * write utmp record a la upstart for processes
53
54 * follow property change dbus spec
55
56 * pam module
57
58 * selinux
59
60 * User= and friends needs to understand %i and similar replacements
61
62 * EnvironmentFile=
63
64 * make systemd bus activatable
65
66 * pin /cgroup/systemd
67
68 * systemd-sysvinit as package
69
70 * convenience library
71
72 * install must understand templates
73
74 * shutdown must be able to do wall
75
76 * upstart/initctl fallback in systemctl
77
78 Regularly:
79
80 * look for close() vs. close_nointr() vs. close_nointr_nofail()
81
82 * check for strerror(r) instead of strerror(-r)
83
84 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel