]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
configure.ac: fix whitespace
[thirdparty/systemd.git] / TODO
CommitLineData
71092d70 1Bugfixes:
b7ff1e47 2
c904f64d
LP
3* swap units that are activated by one name but shown in the kernel under another are semi-broken
4
f80781ea
LP
5* NM should pull in network.target (PENDING)
6 https://bugzilla.redhat.com/show_bug.cgi?id=692008
7
05677bb7 8* make anaconda write timeout=0 for encrypted devices
73090dc8 9
71092d70 10* service: pid file reading after reload doesn't work, since we don't reset the pid variable
35c5c7a0 11
71092d70 12* make sure timeouts are applied to Type=oneshot services.
ddd88763 13
f957632b
KS
14* Dangling symlinks of .automount unit files in .wants/ directories, set up
15 automount points even when the original .automount file did not exist
16 anymore. Only the .mount unit was still around.
17
9a366075
LP
18* make polkit checks async
19
a40593a0
LP
20* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
21
71092d70 22Features:
05aa9edd 23
53ed2eeb
LP
24* figure out whether we should leave dbus around during shutdown
25
05d02d8d
LP
26* support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.
27
353e12c2
LP
28* add interface to allow immediate rotation of the journal, and even flushing.
29
12ac3047
LP
30* don't log coredumps of PID 1 into the journal
31
24969855
LP
32* if a journal file is corrupt, rotate it and create a new one
33
680a1dbc
LP
34* dbus: in fedora, make the machine a symlink to /etc/machine-id
35
7e64c73a
LP
36* journald: reuse XZ context
37
c4aa65e7 38* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
7e64c73a 39
36e43bdd
LP
40* write RPM spec macros for presets
41
acb14d31 42* write man pages for systemd-cat
b61c9051
LP
43
44* journal: write man pages for API
45
a558d003
LP
46* journal: OR matches are borked
47
48* journal: extend hash tables as we go
49
50* journal: API for looking for retrieving "all values of this field"
51
52* journal: deal nicely with byte-by-byte copied files, especially regards header
53
54* journal: local deserializer of export mode, http server
55
56* journal: message catalog
57
58* journal: forward-secure signatures
59
05aa9edd
LP
60* document the exit codes when services fail before they are exec()ed
61
31ed59c5
LP
62* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
63
62f21ec9
LP
64* systemctl journal command
65
66* journalctl: --cursor support, priority filtering
67
68* systemctl status: show coredumps
69
70* systemctl status: show whether journal was rotated since service started
71
87a8baa3
LP
72* save coredump in Windows/Mozilla minidump format
73
74* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
75
76* allow per-entry control on /var vs. /run (think incognito browser mode)
77
5ba081b0
LP
78* clean up session cgroups that remain after logout (think sshd), but eventually run empty
79
b3fa47e0
LP
80* support "systemctl stop foobar@.service" to stop all units matching a certain template
81
aaf53376
LP
82* move to LGPL2+
83
7f3e6257
LP
84* logind: allow showing logout dialog from system
85
86* document that %% can be used to write % in a string that is specifier extended
87
a40593a0
LP
88* check utf8 everywhere
89
4cbd9ecf
LP
90* when an instanced service exits, remove its parent cgroup too if possible.
91
c77b7f7f
LP
92* Make libselinux, libattr, libcap, libdl dependencies only of the tools which actually need them.
93
25d6283a
LP
94* as Tom Gundersen pointed out there's a always a dep loop if people use crypto file systems with random keys
95
62590f23 96* unset container= in PID1?
effe639c 97
a6eb9147
LP
98* automatically escape unit names passed on the service (i.e. think "systemctl start serial-getty.service@serial/by-path/jshdfjsdfhkjh" being automatically escaped as necessary.
99
b011116d
KS
100* if we can not get user quota for tmpfs, mount a separate tmpfs instance
101 for every user in /run/user/$USER with a configured maximum size
7d441ddb 102
65c0cf71
LP
103* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
104
7ef5875d
LP
105* add an option to make mounts private/shareable and so on, enable this for root by default
106
f957632b
KS
107* internal restart counter for units (focus on auto-respawn)
108
109* finer-grained auto-respawn settings (rate-limit)
110
111* be able to specify a forced restart of service A where service B depends on, in case B
112 needs to be auto-respawned?
113
a2f5666d
LP
114* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
115
ad740100
LP
116* when a bus name of a service disappears from the bus make sure to queue further activation requests
117
c821bd28
LP
118* something like ConditionExec= or ExecStartPre= without failure state
119
7d441ddb
LP
120* service restart retry configuration
121
de6c78f8 122* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
7d441ddb 123
14e639ae
LP
124* don't set $HOME in services unless requested
125
ff01d048
LP
126* hide PAM/TCPWrap options in fragment parser when compile time disabled
127
72b9ed82
LP
128* when we automatically restart a service, ensure we retsart its rdeps, too.
129
1d6702e8
LP
130* allow Type=simple with PIDFile=
131 https://bugzilla.redhat.com/show_bug.cgi?id=723942
132
71092d70
LP
133* move PAM code into its own binary
134
135* warn if the user stops a service but not its associated socket
0a55b298 136
97f73ffb
LP
137* logind: spawn user@..service on login
138
85f248b2
LP
139* logind: non-local X11 server handling
140
1258097c
LP
141* implement Register= switch in .socket units to enable registration
142 in Avahi, RPC and other socket registration services.
143
a4c279f8
LP
144* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
145
d3fc81bd
LP
146* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
147
148* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
149
7c697168 150* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
253ee27a 151
71092d70 152* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
8d0e38a2 153
f28f1daf
LP
154* verify that the AF_UNIX sockets of a service in the fs still exist
155 when we start a service in order to avoid confusion when a user
156 assumes starting a service is enough to make it accessible
157
88a07670
LP
158* Make it possible to set the keymap independently from the font on
159 the kernel cmdline. Right now setting one resets also the other.
160
916abb21
LP
161* move nss-myhostname into systemd
162
71092d70 163* and a dbus call to generate target from current state
916abb21 164
b23de6af
LP
165* drop /.readahead on bigger upgrades with yum
166
71092d70 167* add inode nr check to readahead to suppress preloading changed files
adf70c5e 168
21bdae12
LP
169* add support for /bin/mount -s
170
9534ce54
LP
171* GC unreferenced jobs (such as .device jobs)
172
c798c40e
LP
173* when failing to start a service due to ratelimiting, try again later, if restart=always is set
174
68c7d001 175* write blog stories about:
68c7d001
LP
176 - enabling dbus services
177 - status update
7a2a0b90 178 - how to make changes to sysctl and sysfs attributes
253ee27a 179 - remote access
5d0fcd7c
LP
180 - how to pass throw-away units to systemd, or dynamically change properties of existing units
181 - how to integrate cgconfig and suchlike with systemd
acb14d31 182 - resource control in systemd
73090dc8 183
44143309 184* allow port=0 in .socket units
3d57c6ab 185
b9a2a36b
LP
186* move readahead files into /var, look for them with .path units
187
ba1a5515 188* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
9408a2d2 189
71092d70 190* support systemd.mask= on the kernel command line.
3f7a8c4e 191
f9276855
LP
192* when key file cannot be found, read it from kbd in cryptsetup
193
260abb78
LP
194* reuse mkdtemp namespace dirs in /tmp?
195
260abb78 196* recreate systemd's D-Bus private socket file on SIGUSR2
2791a8f8 197
a8f11321
LP
198* Support --test based on current system state
199
21bdae12
LP
200* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
201
c32e0c40
LP
202* maybe introduce ExecRestartPre=
203
35f10fcc
LP
204* configurable jitter for timer events
205
cc9784c6
LP
206* timer events with system resume
207
208* timer events on calendar time
71092d70 209
59fee421
LP
210* dot output for --test showing the 'initial transaction'
211
8c6db833 212* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
8bf7fea5 213 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
351c7e74 214
129126f3 215* implicitly import "defaults" settings file into all types
71092d70
LP
216* exec settings override
217* writable cgroups dbus properties for live changes
75787bb7 218
0cdad5c0
LP
219* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
220
129126f3 221* port over to LISTEN_FDS/LISTEN_PID:
7d9e57d2
KS
222 - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
223 - cups HAVEPATCH
a625ac1a 224 - postfix, saslauthd
a625ac1a
LP
225 - apache/samba
226 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
227 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
228 - distccd
229
71092d70 230* auditd service files
0ff3dea7 231
71092d70 232* fingerprint.target, wireless.target, gps.target, netdevice.target
246756ca 233
50f2a90d 234* io priority during initialization
8fe914ec 235
74ac3cbd 236* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 237
71092d70 238* systemctl list-jobs - show dependencies
20604ebc 239
20604ebc
LP
240* add systemctl switch to dump transaction without executing it
241
7d9e57d2 242* suspend, resume support?
da726a4d 243
9534ce54
LP
244* drop cap bounding set in readahead and other services
245
2f8cd170 246External:
74fe1fe3 247
cc9784c6 248* dbus:
3377af3e 249 - get process transport into dbus for systemctl -P/-H (PENDING)
cc9784c6 250 - dbus --user
3377af3e 251 - natively watch for dbus-*.service symlinks (PENDING)
cc9784c6
LP
252 - allow specification of socket mode/umask when allocating DBusServer
253 - allow disabling of fd passing when connecting a AF_UNIX connection
3377af3e 254 - allow disabling of UID passing for AUTH EXTERNAL
cc9784c6 255
71092d70
LP
256* systemd --user
257 PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
258
259* fix alsa mixer restore to not print error when no config is stored
260
f959c5e6
LP
261* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
262
263* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
264
7d9e57d2 265* gnome-shell python script/glxinfo/is-accelerated must die
f959c5e6 266
74fe1fe3
LP
267* make cryptsetup lower --iter-time
268
44143309 269* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
06ae4bfe 270
69b1c674
KS
271* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
272 in an ~30 minutes window. It does not adjust larger differences. Find a way
273 to tell the kernel, to always do a full time sync when the RTC is in UTC and
274 we are in 11-minutes-mode. When we trust the system time to NTP we also want
275 the RTC to sync up.
276
6f3f9deb 277* patch kernel for cpu feature modalias for autoloading aes/kvm/...
69b1c674 278 (patches in linux-next, on the way to the next kernel)
6f3f9deb 279
71092d70 280* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
69b1c674 281 merged: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=73efc0394e148d0e15583e13712637831f926720
71092d70
LP
282
283* kernel: add device_type = "fb", "fbcon" to class "graphics"
14bd37fe 284
129126f3 285Regularly:
874aa2cc 286
129126f3 287* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 288
129126f3 289* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
290
291* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
292
293* %m in printf() instead of strerror();
444a79d3
LP
294
295* pahole
296
71092d70 297* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!