chiark / gitweb /
5737863c0093dc33f66ecb196990632a0c858f9a
[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
35
36 * systemctl status $PID, systemctl stop $PID!
37
38 * place /etc/inittab with explaining blurb.
39
40 * In command lines, support both "$FOO" and $FOO
41
42 * /etc must always take precedence even if we follow symlinks!
43
44 * vielleicht implizit immer auf syslog dependen?
45
46 * debian deadlock when partition auf noauto is.
47
48 * fingerprint.target, wireless.target, gps.target
49
50 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
51
52 * fix merging in .swap units
53
54 * pam: fix double session cleanup
55
56 * pahole
57
58 * io priority
59
60 External:
61
62 * default.target must be %ghosted...
63
64 * in %post create all symlinks manually and use inittab data
65
66 * default logic for serial getty, ck logging, ssh readahead
67
68 * patch /etc/init.d/functions with:
69
70   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
71
72 https://bugzilla.redhat.com/show_bug.cgi?id=614245
73 https://bugzilla.redhat.com/show_bug.cgi?id=612789
74 https://bugzilla.redhat.com/show_bug.cgi?id=612728
75 https://bugzilla.redhat.com/show_bug.cgi?id=612712
76
77 Regularly:
78
79 * look for close() vs. close_nointr() vs. close_nointr_nofail()
80
81 * check for strerror(r) instead of strerror(-r)
82
83 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
84
85 * %m in printf() instead of strerror();