chiark / gitweb /
6eb94482d521af46c009e33baf0683990f4a6ab7
[elogind.git] / fixme
1 * systemd.log_level=debug should overwrite 'quiet' ?
2
3 * dot output for --test showing the 'initial transaction'
4
5 * have a simple syslog bridge providing /dev/log and forward messages
6   to /dev/kmsg. at the moment the real syslog can be started, the bridge
7   is stopped and the open /dev/log fd to the real syslog. that way we
8   don't lose any early log message, and simple systems have full syslog
9   support in the kernel ringbuffer, without any syslog service or disk
10   access
11
12 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
13
14 * implicitly import "defaults" settings file into all types
15
16 * add #ifdefs for non-sysv builds
17
18 * reinvestigate hwclock
19
20 * "disabled" load state?
21
22 * ability to kill services? i.e. in contrast to stopping them, go directly
23   into killing mode?
24
25 * port over to LISTEN_FDS/LISTEN_PID:
26
27    - uuidd    DONE
28    - dbus     DONE
29    - rsyslog  DONE
30    - rpcbind (/var/run/rpcbind.sock!) DONE
31    - cups     DONE
32    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
33    - ssh      CLASSIC
34    - postfix, saslauthd
35    - apache/samba
36    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
37    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
38    - distccd
39
40 * write utmp record a la upstart for processes
41
42 * follow property change dbus spec
43
44 * selinux policy loading
45
46 * place /etc/inittab with explaining blurb.
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 * chkconfig/systemd-install glue
55
56 * io priority during initialization
57
58 * if a service fails too often, make the service enter maintenance mode, and the socket, too.
59
60 * Ray: plymouth after/before getty? https://bugzilla.redhat.com/show_bug.cgi?id=623430
61
62 External:
63
64 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
65
66 * make sysinit honour forcefsck/fastboot from the kernel command line
67
68 * sysv functions should color when stdout is tty, not stdin
69
70 * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
71
72 * ck logging, ssh readahead
73
74 * pam: fix double sudo session cleanup:
75   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
76
77 * patch /etc/init.d/functions with:
78
79   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
80
81 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
82 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
83 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
84 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
85 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
86 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
87 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
88 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
89 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
90 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
91 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
92 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
93 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
94 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
95 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
96 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
97 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
98 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
99
100 Regularly:
101
102 * look for close() vs. close_nointr() vs. close_nointr_nofail()
103
104 * check for strerror(r) instead of strerror(-r)
105
106 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
107
108 * %m in printf() instead of strerror();
109
110 * pahole
111
112 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"