]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
update TODO
[thirdparty/systemd.git] / TODO
CommitLineData
ccbbc0f9
LP
1* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
2 lots of wakeups due to /dev changing when we watch a subdir of /dev.
3
bf5bb531
KS
4* Support ProcessNeededForShutdown=true to allow stuff like mdmon
5 to br killed very late after the rootfs is read only
6
7* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
8 needed action
9
3ae05c8e
KS
10* bind mounts with 'fsck' fail and block for a minute:
11 /foo /bar none bind 1 1
bf5bb531 12 (requesting fsck is wrong, but why do we block for a minute
3ae05c8e 13 instead of just handling the error)
6d3d218b 14
59fee421
LP
15* oneshot services which do not remain: 'exited' instead of 'dead'?
16 it should be visible in 'systemctl' that they have been run
17
18* dot output for --test showing the 'initial transaction'
19
8c6db833 20* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
21 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
22
23* systemd --user
24 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
25
26* add VT tracking:
27 - provide CK functionality
dd04863e
KS
28 - start getty only when actual vt switch happens (same model as
29 socket on-demand activation). allocate the next free tty and
30 start a getty there. this way, pressing alt-f[1-12] will switch
31 through running X and getty sessions, and any unallocated
32 activated tty will start a new getty. the hardcoding of
33 getty[1-6] will entirely go away.
75787bb7 34
129126f3 35* implicitly import "defaults" settings file into all types
75787bb7 36
129126f3 37* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 38 - uuidd DONE
9726b29e 39 - dbus DONE
88ce42f6 40 - rsyslog DONE
c0120d99
LP
41 - rpcbind (/var/run/rpcbind.sock!) DONE
42 - cups DONE
43 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 44 - ssh CLASSIC
a625ac1a 45 - postfix, saslauthd
a625ac1a
LP
46 - apache/samba
47 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
48 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
49 - distccd
50
064f51fa 51* fingerprint.target, wireless.target, gps.target
0ff3dea7 52
647703fe 53* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 54
50f2a90d 55* io priority during initialization
8fe914ec 56
74ac3cbd 57* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 58
647703fe 59* systemctl list-jobs - show dependencies
63090775 60
313ed05b 61* accountsservice is borked
63090775 62
20604ebc
LP
63* auditd service files
64
20604ebc
LP
65* add systemctl switch to dump transaction without executing it
66
3b63d2d3 67* suspend, resume
da726a4d 68
2e78aa99
LP
69* systemctl auto-pager a la git
70
1a34d367
LP
71* readahead: btrfs/LVM SSD detection
72
71fad675
LP
73* when processes remain in a service even though the start command failed enter active
74
98e1f931
LP
75* add seperate man page for [Install] settings
76
510051fc 77* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 78
9fe117ea
LP
79* systemctl condrestart should return 0 if service isn't running
80
74715b82
LP
81* tmpfiles: allow specification of .conf files on cmdline
82
42e8a0a8
LP
83* allow runtime changing of log level and target
84
e3aa71c3 85* automatically determine TERM= based on tty name even for /dev/console
6210e7fc 86
42e8a0a8
LP
87* fix hotplug transactions
88
0cf84693
LP
89* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
90
3686ced6
LP
91* sendmail.service doesn't get rid PID file, fails to kill everything on stop
92
93* global defaults for StandardOuput=xxx
94
85f6a868
LP
95* Make EnvironmentFile=-/fooobar/waldo ingnore errors while reading /foobar/waldo
96
97* mkswap/mke2fs is called on wrong devices in crypto devices.
98
be8088a2
LP
99Fedora:
100
3686ced6 101* obsolete readhead in systemd pkg
be8088a2
LP
102
103* chkconfig → systemd enable/daemon-reload glue
104
6bd21277
LP
105* /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
106
2f8cd170 107External:
74fe1fe3
LP
108
109* make cryptsetup lower --iter-time
110
06ae4bfe
LP
111* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
112
6f3f9deb
LP
113* patch kernel for cpu feature modalias for autoloading aes/kvm/...
114
449ddb2d
LP
115* place /etc/inittab with explaining blurb.
116
20604ebc
LP
117* pam_securetty should honour console=
118
26192dfc
LP
119* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
120
50f2a90d
LP
121https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
122https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
123https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
124https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
125https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
126https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
127https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
128http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 129http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
130https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
131https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
132https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
133https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
134https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
135https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
136https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
137https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 138https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 139
129126f3 140Regularly:
874aa2cc 141
129126f3 142* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 143
129126f3 144* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
145
146* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
147
148* %m in printf() instead of strerror();
444a79d3
LP
149
150* pahole
151
152* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"