]> git.ipfire.org Git - thirdparty/systemd.git/blob - fixme
pam: implement systemd PAM module and generelize cgroup API for that a bit
[thirdparty/systemd.git] / fixme
1 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2
3 * complete dbus exposure
4
5 * implicitly import "defaults" settings file into all types
6
7 * add #ifdefs for non-sysv builds
8
9 * reinvestigate random seed, hwclock
10
11 * "disabled" load state?
12
13 * gc: don't reap broken services
14
15 * ability to kill services? i.e. in contrast to stopping them, go directly
16 into killing mode?
17
18 * port over to LISTEN_FDS/LISTEN_PID:
19
20 - uuidd DONE
21 - nscd DONE
22 - dbus DONE
23 - rsyslog DONE
24 - rpcbind (/var/run/rpcbind.sock!) DONE
25 - cups DONE
26 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
27 - ssh CLASSIC
28 - postfix, saslauthd
29 - apache/samba
30 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
31 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
32 - distccd
33
34 * write utmp record a la upstart for processes
35
36 * follow property change dbus spec
37
38 * selinux
39
40 External:
41
42 * systemd-sysvinit as package
43
44 * patch /etc/init.d/functions with:
45
46 if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
47
48 Regularly:
49
50 * look for close() vs. close_nointr() vs. close_nointr_nofail()
51
52 * check for strerror(r) instead of strerror(-r)
53
54 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
55
56 * %m in printf() instead of strerror();