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