chiark / gitweb /
systemctl: accept -p more than once
[elogind.git] / fixme
1 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2
3 * implicitly import "defaults" settings file into all types
4
5 * add #ifdefs for non-sysv builds
6
7 * reinvestigate random seed, hwclock
8
9 * "disabled" load state?
10
11 * ability to kill services? i.e. in contrast to stopping them, go directly
12   into killing mode?
13
14 * port over to LISTEN_FDS/LISTEN_PID:
15
16    - uuidd    DONE
17    - nscd     DONE
18    - dbus     DONE
19    - rsyslog  DONE
20    - rpcbind (/var/run/rpcbind.sock!) DONE
21    - cups     DONE
22    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
23    - ssh      CLASSIC
24    - postfix, saslauthd
25    - apache/samba
26    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
28    - distccd
29
30 * write utmp record a la upstart for processes
31
32 * follow property change dbus spec
33
34 * selinux policy loading/socket stuff
35
36 * systemctl status $PID, systemctl stop $PID!
37
38 * place /etc/inittab with explaining blurb.
39
40 * vielleicht implizit immer auf syslog dependen?
41
42 * debian deadlock when partition set to noauto
43
44 * fingerprint.target, wireless.target, gps.target
45
46 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
47
48 * fix merging in .swap units
49
50 * pahole
51
52 * chkconfig/systemd-install glue
53
54 * io priority during initialization
55
56 * if a service fails too often, make the service enter maintainence mode, and the socket, too.
57
58 External:
59
60 * default.target must be %ghosted...
61
62 * in %post create all symlinks manually and use inittab data
63
64 * default logic for serial getty, ck logging, ssh readahead
65
66 * pam: fix double sudo session cleanup:
67   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
68
69 * patch /etc/init.d/functions with:
70
71   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
72
73 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
74 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
75 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
76 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
77 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
78 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
79 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
80 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
81 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
82
83 Regularly:
84
85 * look for close() vs. close_nointr() vs. close_nointr_nofail()
86
87 * check for strerror(r) instead of strerror(-r)
88
89 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
90
91 * %m in printf() instead of strerror();