]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
service: use uppercase SYSV prefix to make it easier to recognize
[thirdparty/systemd.git] / TODO
CommitLineData
b7ff1e47
LP
1F15:
2
c904f64d
LP
3* swap units that are activated by one name but shown in the kernel under another are semi-broken
4
b7ff1e47
LP
5* dep cycle basic → udev-retry → auditd → iptables → basic
6
c32e0c40
LP
7* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
8
62170515
LP
9* finish syslog socket stuff
10
62170515
LP
11* NFS, networkmanager ordering issue
12
c904f64d
LP
13* add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
14
15* hook emergency.target into local-fs.target in some way as OnFailure with isolate
16
81253930
LP
17* mount /dev/.run and /var/run as bind mounts
18
85211309 19* Make use of UnknownInterface
81253930 20
85211309 21* support chkconfig without forwarding to systemctl to facilitate upgrades
c32e0c40 22
fc7ac594 23Features:
09bde77f 24
81253930
LP
25* consider services with no [Install] section and stored in /lib enabled by "systemctl is-enabled"
26
27* consider services with any kind of link in /etc/systemd/system enabled
7fc7012b 28
430c18ed 29* show failure error string in "systemctl status"
1a6f4df6
LP
30
31* make sure timeouts are applied to Type=oneshot services.
32
3db48a78
LP
33* maybe implement "systemctl mask" and "systemctl unmask", but not
34 document it? When doing that add switch to make this temporary by
35 placing mask links in /dev.
36
2e0d98fa
LP
37* detect LXC environment
38
62170515
LP
39* invoke vhangup() before and after invoking getty
40
b5c6cf87
LP
41* support "auto" and "comment=systemd.automount" at the same time for an fstab entry
42
3185a36b
LP
43* Maybe store in unit files whether a service should be enabled by default on package installation
44
b8bb3e8f
LP
45* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
46
f959c5e6
LP
47* need a way to apply mount options of api vfs from systemd unit files
48 (or some other modern source?) instead of fstab
7f6d6135 49
c32e0c40
LP
50* maybe introduce ExecRestartPre=
51
47ae6e67
LP
52* figure out what happened to bluez patch
53
487a15bb
LP
54* Patch systemd-fsck to use -C and pass console fd to it
55
2c4b304e
LP
56* support remote/ssh systemctl/systemadm, and local privileged access
57
35f10fcc
LP
58* configurable jitter for timer events
59
bf5bb531 60* Support ProcessNeededForShutdown=true to allow stuff like mdmon
f959c5e6 61 to be killed very late after the rootfs is read only (?)
bf5bb531
KS
62
63* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
64 needed action
65
59fee421
LP
66* dot output for --test showing the 'initial transaction'
67
8c6db833 68* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
69 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
70
71* systemd --user
72 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
73
74* add VT tracking:
75 - provide CK functionality
dd04863e
KS
76 - start getty only when actual vt switch happens (same model as
77 socket on-demand activation). allocate the next free tty and
78 start a getty there. this way, pressing alt-f[1-12] will switch
79 through running X and getty sessions, and any unallocated
80 activated tty will start a new getty. the hardcoding of
81 getty[1-6] will entirely go away.
fc84026d 82 - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
75787bb7 83
129126f3 84* implicitly import "defaults" settings file into all types
75787bb7 85
129126f3 86* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 87 - uuidd DONE
9726b29e 88 - dbus DONE
88ce42f6 89 - rsyslog DONE
c0120d99
LP
90 - rpcbind (/var/run/rpcbind.sock!) DONE
91 - cups DONE
92 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 93 - ssh CLASSIC
a625ac1a 94 - postfix, saslauthd
a625ac1a
LP
95 - apache/samba
96 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
97 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
98 - distccd
99
064f51fa 100* fingerprint.target, wireless.target, gps.target
0ff3dea7 101
647703fe 102* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 103
50f2a90d 104* io priority during initialization
8fe914ec 105
74ac3cbd 106* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 107
647703fe 108* systemctl list-jobs - show dependencies
63090775 109
313ed05b 110* accountsservice is borked
63090775 111
20604ebc
LP
112* auditd service files
113
20604ebc
LP
114* add systemctl switch to dump transaction without executing it
115
3b63d2d3 116* suspend, resume
da726a4d 117
1a34d367
LP
118* readahead: btrfs/LVM SSD detection
119
ed1c99fc 120* add separate man page for [Install] settings
98e1f931 121
510051fc 122* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 123
9fe117ea
LP
124* systemctl condrestart should return 0 if service isn't running
125
42e8a0a8
LP
126* allow runtime changing of log level and target
127
2f8cd170 128External:
74fe1fe3 129
f959c5e6
LP
130* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
131
132* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
133
f959c5e6
LP
134* gnome-shell python script/glxinfo/is-accelerated wech
135
74fe1fe3
LP
136* make cryptsetup lower --iter-time
137
06ae4bfe
LP
138* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
139
6f3f9deb 140* patch kernel for cpu feature modalias for autoloading aes/kvm/...
fc84026d 141 http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
6f3f9deb 142
26192dfc
LP
143* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
144
50f2a90d
LP
145https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
146https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
147https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
148https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
149https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
150https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
151https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
152http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 153http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
154https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
155https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
156https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
157https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
158https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
159https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
160https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
161https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 162https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 163
129126f3 164Regularly:
874aa2cc 165
129126f3 166* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 167
129126f3 168* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
169
170* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
171
172* %m in printf() instead of strerror();
444a79d3
LP
173
174* pahole
175
176* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"