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