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