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