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