]> git.ipfire.org Git - thirdparty/systemd.git/blame - fixme
socket: fix parsing of bind_ipv6_only
[thirdparty/systemd.git] / fixme
CommitLineData
129126f3 1* timer
75787bb7 2
129126f3 3* enforce max number of concurrent connection limit in sockets.
75787bb7 4
129126f3 5* complete dbus exposure
75787bb7 6
129126f3 7* make conf parser work more like .desktop parsers
75787bb7 8
129126f3 9* implicitly import "defaults" settings file into all types
75787bb7 10
129126f3 11* write .service file install tool
ff876e28
LP
12 [Install]
13 WantedBy=graphical.target
14 Names=prefdm.service
75787bb7 15
129126f3 16* service startup should be delayed if the matching socket is being started
75787bb7 17
129126f3 18* add #ifdefs for non-redhat builds in sysv parser
75787bb7 19
129126f3 20* add #ifdefs for non-sysv builds
75787bb7 21
129126f3 22* bootchart hookup
75787bb7 23
129126f3 24* reinvestigate random seed, hwclock
75787bb7 25
129126f3 26* introduce serialized mode
75787bb7 27
129126f3 28* "disabled" load state?
f94ea366 29
129126f3 30* uid are 32bit
9eba9da4 31
129126f3 32* %m in printf() instead of strerror();
9eba9da4 33
129126f3
LP
34* gc: don't reap broken services
35
36* iCalendar semantics for the timer stuff (RFC2445)
94f04347 37
129126f3
LP
38* provide sysv-like command line utilities
39
129126f3
LP
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:
a625ac1a
LP
44
45 - uuidd DONE
0262225c 46 - nscd DONE
9726b29e 47 - dbus DONE
88ce42f6 48 - rsyslog DONE
c0120d99
LP
49 - rpcbind (/var/run/rpcbind.sock!) DONE
50 - cups DONE
51 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 52 - ssh CLASSIC
a625ac1a 53 - postfix, saslauthd
a625ac1a
LP
54 - apache/samba
55 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
56 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
57 - distccd
58
129126f3
LP
59* teach dbus to talk to systemd when autospawning services
60
1b560190
LP
61* Figure out which signal handlers we actually have to reset in the
62 forked off child
b5a0699f 63
c0120d99 64* Add code to systemctl to wait for an operation to finish
9726b29e 65
129126f3 66Regularly:
874aa2cc 67
129126f3 68* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 69
129126f3 70* check for strerror(r) instead of strerror(-r)