chiark / gitweb /
415eb762246fdc29a38be034802f3edcb5099ddb
[elogind.git] / TODO
1 F15:
2
3 * dep cycle basic → udev-retry → auditd → iptables → basic
4
5 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
6
7 * when plymouth is disabled the console password entry stuff seems to be borked
8   https://bugzilla.redhat.com/show_bug.cgi?id=655538
9
10 * increase password timeout
11   https://bugzilla.redhat.com/show_bug.cgi?id=677962
12
13 * finish syslog socket stuff
14
15 * support caching password questions in plymouth and on the console
16   https://bugzilla.redhat.com/show_bug.cgi?id=677438
17
18 * load EnvironmentFile= when starting services, not when reloading configuration
19   https://bugzilla.redhat.com/show_bug.cgi?id=661282
20
21 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
22   lots of wakeups due to /dev changing when we watch a subdir of /dev.
23
24 * NFS, networkmanager ordering issue
25
26 Features:
27
28 * invoke vhangup() before and after invoking getty
29
30 * skip readahead on physically r/o media
31
32 * support "auto" and "comment=systemd.automount" at the same time for an fstab entry
33
34 * Make use of UnknownInterface, UnknownObject
35
36 * look up crypto partition mount points via fstab to show to the user when prompting for a password
37
38 * Maybe store in unit files whether a service should be enabled by default on package installation
39
40 * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
41
42 * need a way to apply mount options of api vfs from systemd unit files
43   (or some other modern source?) instead of fstab
44
45 * maybe introduce ExecRestartPre=
46
47 * figure out what happened to bluez patch
48
49 * Patch systemd-fsck to use -C and pass console fd to it
50
51 * support remote/ssh systemctl/systemadm, and local privileged access
52
53 * configurable jitter for timer events
54
55 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
56   to be killed very late after the rootfs is read only (?)
57
58 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
59   needed action
60
61 * dot output for --test showing the 'initial transaction'
62
63 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
64   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
65
66 * systemd --user
67   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
68
69 * add VT tracking:
70     - provide CK functionality
71     - start getty only when actual vt switch happens (same model as
72       socket on-demand activation). allocate the next free tty and
73       start a getty there. this way, pressing alt-f[1-12] will switch
74       through running X and getty sessions, and any unallocated
75       activated tty will start a new getty. the hardcoding of
76       getty[1-6] will entirely go away.
77     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
78
79 * implicitly import "defaults" settings file into all types
80
81 * port over to LISTEN_FDS/LISTEN_PID:
82    - uuidd    DONE
83    - dbus     DONE
84    - rsyslog  DONE
85    - rpcbind (/var/run/rpcbind.sock!) DONE
86    - cups     DONE
87    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
88    - ssh      CLASSIC
89    - postfix, saslauthd
90    - apache/samba
91    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
92    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
93    - distccd
94
95 * fingerprint.target, wireless.target, gps.target
96
97 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
98
99 * io priority during initialization
100
101 * if a service fails too often, make the service enter failed mode, and the socket, too.
102
103 * systemctl list-jobs - show dependencies
104
105 * accountsservice is borked
106
107 * auditd service files
108
109 * add systemctl switch to dump transaction without executing it
110
111 * suspend, resume
112
113 * readahead: btrfs/LVM SSD detection
114
115 * add seperate man page for [Install] settings
116
117 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
118
119 * systemctl condrestart should return 0 if service isn't running
120
121 * allow runtime changing of log level and target
122
123 External:
124
125 * udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
126
127 * snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
128
129 * gnome-shell python script/glxinfo/is-accelerated wech
130
131 * make cryptsetup lower --iter-time
132
133 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
134
135 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
136     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
137
138 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
139
140 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
141 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
142 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
143 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
144 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
145 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
146 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
147 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
148 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
149 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
150 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
151 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
152 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
153 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
154 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
155 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
156 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
157 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
158
159 Regularly:
160
161 * look for close() vs. close_nointr() vs. close_nointr_nofail()
162
163 * check for strerror(r) instead of strerror(-r)
164
165 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
166
167 * %m in printf() instead of strerror();
168
169 * pahole
170
171 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"