]> git.ipfire.org Git - thirdparty/systemd.git/blob - fixme
systemctl: reimplement systemctl in pure C without Vala/GObject
[thirdparty/systemd.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 * "disabled" load state?
27
28 * uid are 32bit
29
30 * %m in printf() instead of strerror();
31
32 * gc: don't reap broken services
33
34 * iCalendar semantics for the timer stuff (RFC2445)
35
36 * provide sysv-like command line utilities
37
38 * ability to kill services? i.e. in contrast to stopping them, go directly
39 into killing mode?
40
41 * port over to LISTEN_FDS/LISTEN_PID:
42
43 - uuidd DONE
44 - nscd DONE
45 - dbus DONE
46 - rsyslog DONE
47 - rpcbind (/var/run/rpcbind.sock!) DONE
48 - cups DONE
49 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
50 - ssh CLASSIC
51 - postfix, saslauthd
52 - apache/samba
53 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
54 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
55 - distccd
56
57 * regnerate unit/sysv search paths on daemon reload
58
59 * write utmp record a la upstart for processes
60
61 * run PAM session stuff
62
63 * tcpwrap
64
65 * use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
66
67 * s/maintainance/maintenance/
68
69 * follow property change dbus spec
70
71 Regularly:
72
73 * look for close() vs. close_nointr() vs. close_nointr_nofail()
74
75 * check for strerror(r) instead of strerror(-r)