]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
plymouth: move plymouth out of TARGET_FEDORA
[thirdparty/systemd.git] / TODO
CommitLineData
c32e0c40 1Bugs:
2292707d 2
c32e0c40
LP
3* somehow some /etc/fstab supplied mount params are never applied to api fs
4 https://bugzilla.redhat.com/show_bug.cgi?id=663108
5
c32e0c40
LP
6* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
7
cae18e21 8* when plymouth is disabled the console password entry stuff seems to be borked
26ea64c7 9 https://bugzilla.redhat.com/show_bug.cgi?id=655538
cae18e21 10
0238cd03
LP
11* fsck.btrfs non-existance should not cause mounting to fail
12
13* need a way to apply mount options of api vfs from systemd unit files instead of fstab
14
c32e0c40
LP
15Features:
16
e2811d6f
LP
17* pull in by udev change event instead of only start event
18
26ea64c7
LP
19* PID heuristik bei Type=forking ausmachbar machen
20
c32e0c40
LP
21* maybe introduce ExecRestartPre=
22
23* reload PID file after reload, allow dynamically changing main PIDs
24
47ae6e67
LP
25* figure out what happened to bluez patch
26
487a15bb
LP
27* introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
28
29* Patch systemd-fsck to use -C and pass console fd to it
30
2c4b304e
LP
31* support remote/ssh systemctl/systemadm, and local privileged access
32
33* finish syslog socket stuff
34
35f10fcc
LP
35* configurable jitter for timer events
36
fb8161af
LP
37* support caching password questions in plymouth and on the console
38 https://bugzilla.redhat.com/show_bug.cgi?id=655538
39
fb8161af
LP
40* exclude java hsp files by default
41 https://bugzilla.redhat.com/show_bug.cgi?id=527425
42
fb8161af
LP
43* load EnvironmentFile= when starting services, not when reloading configuration
44 https://bugzilla.redhat.com/show_bug.cgi?id=661282
45
fb8161af 46* support globs in systemd-tmpfiles
c29597a1 47
ccbbc0f9
LP
48* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
49 lots of wakeups due to /dev changing when we watch a subdir of /dev.
50
bf5bb531 51* Support ProcessNeededForShutdown=true to allow stuff like mdmon
fc84026d 52 to be killed very late after the rootfs is read only
bf5bb531
KS
53
54* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
55 needed action
56
59fee421 57* oneshot services which do not remain: 'exited' instead of 'dead'?
fc84026d 58 it should be visible in 'systemctl' that they have been run?
59fee421
LP
59
60* dot output for --test showing the 'initial transaction'
61
8c6db833 62* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
63 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
64
65* systemd --user
66 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
67
68* add VT tracking:
69 - provide CK functionality
dd04863e
KS
70 - start getty only when actual vt switch happens (same model as
71 socket on-demand activation). allocate the next free tty and
72 start a getty there. this way, pressing alt-f[1-12] will switch
73 through running X and getty sessions, and any unallocated
74 activated tty will start a new getty. the hardcoding of
75 getty[1-6] will entirely go away.
fc84026d 76 - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
75787bb7 77
129126f3 78* implicitly import "defaults" settings file into all types
75787bb7 79
129126f3 80* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 81 - uuidd DONE
9726b29e 82 - dbus DONE
88ce42f6 83 - rsyslog DONE
c0120d99
LP
84 - rpcbind (/var/run/rpcbind.sock!) DONE
85 - cups DONE
86 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 87 - ssh CLASSIC
a625ac1a 88 - postfix, saslauthd
a625ac1a
LP
89 - apache/samba
90 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
91 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
92 - distccd
93
064f51fa 94* fingerprint.target, wireless.target, gps.target
0ff3dea7 95
647703fe 96* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 97
50f2a90d 98* io priority during initialization
8fe914ec 99
74ac3cbd 100* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 101
647703fe 102* systemctl list-jobs - show dependencies
63090775 103
313ed05b 104* accountsservice is borked
63090775 105
20604ebc
LP
106* auditd service files
107
20604ebc
LP
108* add systemctl switch to dump transaction without executing it
109
3b63d2d3 110* suspend, resume
da726a4d 111
1a34d367
LP
112* readahead: btrfs/LVM SSD detection
113
71fad675
LP
114* when processes remain in a service even though the start command failed enter active
115
98e1f931
LP
116* add seperate man page for [Install] settings
117
510051fc 118* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 119
9fe117ea
LP
120* systemctl condrestart should return 0 if service isn't running
121
74715b82
LP
122* tmpfiles: allow specification of .conf files on cmdline
123
42e8a0a8
LP
124* allow runtime changing of log level and target
125
e3aa71c3 126* automatically determine TERM= based on tty name even for /dev/console
fc84026d
KS
127 http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
128 http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
6210e7fc 129
3686ced6
LP
130* global defaults for StandardOuput=xxx
131
be8088a2
LP
132Fedora:
133
be8088a2
LP
134* chkconfig → systemd enable/daemon-reload glue
135
6bd21277
LP
136* /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
137
2f8cd170 138External:
74fe1fe3
LP
139
140* make cryptsetup lower --iter-time
141
06ae4bfe
LP
142* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
143
6f3f9deb 144* patch kernel for cpu feature modalias for autoloading aes/kvm/...
fc84026d 145 http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
6f3f9deb 146
449ddb2d
LP
147* place /etc/inittab with explaining blurb.
148
26192dfc
LP
149* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
150
50f2a90d
LP
151https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
152https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
153https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
154https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
155https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
156https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
157https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
158http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 159http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
160https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
161https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
162https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
163https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
164https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
165https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
166https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
167https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 168https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 169
129126f3 170Regularly:
874aa2cc 171
129126f3 172* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 173
129126f3 174* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
175
176* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
177
178* %m in printf() instead of strerror();
444a79d3
LP
179
180* pahole
181
182* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"