chiark / gitweb /
update fixme
[elogind.git] / fixme
1 v11:
2
3 * verify ordering of random-seed-load and base.target!
4
5 later:
6
7 * do not throw error when .service file is linked to /dev/null
8
9 * oneshot services which do not remain: 'exited' instead of 'dead'?
10   it should be visible in 'systemctl' that they have been run
11
12 * dot output for --test showing the 'initial transaction'
13
14 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
15
16 * implicitly import "defaults" settings file into all types
17
18 * "disabled" load state?
19
20 * ability to kill services? i.e. in contrast to stopping them, go directly
21   into killing mode?
22
23 * port over to LISTEN_FDS/LISTEN_PID:
24    - uuidd    DONE
25    - dbus     DONE
26    - rsyslog  DONE
27    - rpcbind (/var/run/rpcbind.sock!) DONE
28    - cups     DONE
29    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
30    - ssh      CLASSIC
31    - postfix, saslauthd
32    - apache/samba
33    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
34    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
35    - distccd
36
37 * write utmp record a la upstart for processes
38
39 * selinux policy loading
40
41 * fingerprint.target, wireless.target, gps.target
42
43 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
44
45 * fix merging in .swap units
46
47 * chkconfig/systemd-install glue
48
49 * io priority during initialization
50
51 * if a service fails too often, make the service enter failed mode, and the socket, too.
52
53 * systemctl enable - warn about empty [Install] section
54
55 * bash completion a la gdbus
56
57 * systemctl list-jobs - show dependencies
58
59 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
60
61 * accountsservice is borked
62
63 * auditd service files
64
65 * add systemctl switch to dump transaction without executing it
66
67 * system.conf/session.conf man page
68
69 * exec /sbin/poweroff as PID 1 and do the shutdown
70
71 * kexec, suspend, resume
72
73 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
74
75 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
76
77 * systemctl auto-pager a la git
78
79 * fsck setup
80
81 * merge CK
82
83 * ask-password tty agent, ask-password plymouth agent
84
85 * ask-password tty timeout
86
87 * properly handle multiple inotify events per read() in path.c and util.c
88
89 * readahead: btrfs/LVM SSD detection
90
91 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
92
93 * beefed up tmpwatch that reads tmpfiles.d
94
95 * /lib/systemd/system/systemd-readahead-replay.service
96
97 * use /sbin/swapon
98
99 * enable syslog.socket by default, activating our kmsg bridge
100
101 * Restart=on-failure and Restart=on-abort
102
103 * kill sessions on shutdown
104
105 * when processes remain in a service even though the start command failed enter active
106
107 * fix plymouth socket, when plymouth started to use a clean one
108
109 External:
110
111 * place /etc/inittab with explaining blurb.
112
113 * pam_securetty should honour console=
114
115 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
116
117 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
118
119 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
120
121 * pam: fix double sudo session cleanup:
122   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
123
124 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
125 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
126 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
127 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
128 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
129 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
130 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
131 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
132 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
133 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
134 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
135 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
136 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
137 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
138 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
139 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
140 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
141 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
142 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
143
144 Regularly:
145
146 * look for close() vs. close_nointr() vs. close_nointr_nofail()
147
148 * check for strerror(r) instead of strerror(-r)
149
150 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
151
152 * %m in printf() instead of strerror();
153
154 * pahole
155
156 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"