chiark / gitweb /
update fixme
[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 External:
57
58 * default.target must be %ghosted...
59
60 * in %post create all symlinks manually and use inittab data
61
62 * default logic for serial getty, ck logging, ssh readahead
63
64 * pam: fix double sudo session cleanup:
65   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
66
67 * patch /etc/init.d/functions with:
68
69   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
70
71 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
72 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
73 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
74 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
75 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
76 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
77 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
78
79 Regularly:
80
81 * look for close() vs. close_nointr() vs. close_nointr_nofail()
82
83 * check for strerror(r) instead of strerror(-r)
84
85 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
86
87 * %m in printf() instead of strerror();