chiark / gitweb /
typo: the correct spelling is maintenance not maintainance
[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 * run PAM session stuff
55
56 * tcpwrap
57
58 * use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
59
60 * follow property change dbus spec
61
62 Regularly:
63
64 * look for close() vs. close_nointr() vs. close_nointr_nofail()
65
66 * check for strerror(r) instead of strerror(-r)