chiark / gitweb /
mount: do not try to mount disable cgroup controllers
[elogind.git] / TODO
1 * check if bind mounts work:
2     https://bugzilla.novell.com/show_bug.cgi?id=652762
3
4 * oneshot services which do not remain: 'exited' instead of 'dead'?
5   it should be visible in 'systemctl' that they have been run
6
7 * dot output for --test showing the 'initial transaction'
8
9 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
10
11 * implicitly import "defaults" settings file into all types
12
13 * port over to LISTEN_FDS/LISTEN_PID:
14    - uuidd    DONE
15    - dbus     DONE
16    - rsyslog  DONE
17    - rpcbind (/var/run/rpcbind.sock!) DONE
18    - cups     DONE
19    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
20    - ssh      CLASSIC
21    - postfix, saslauthd
22    - apache/samba
23    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
24    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
25    - distccd
26
27 * fingerprint.target, wireless.target, gps.target
28
29 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
30
31 * chkconfig/systemd enable glue
32
33 * io priority during initialization
34
35 * if a service fails too often, make the service enter failed mode, and the socket, too.
36
37 * systemctl list-jobs - show dependencies
38
39 * accountsservice is borked
40
41 * auditd service files
42
43 * add systemctl switch to dump transaction without executing it
44
45 * suspend, resume
46
47 * systemctl auto-pager a la git
48
49 * merge CK
50
51 * start getty 2-6 only when actual vt switch happens
52   (same model as socket on-demand activation)
53
54 * readahead: btrfs/LVM SSD detection
55
56 * when processes remain in a service even though the start command failed enter active
57
58 * add seperate man page for [Install] settings
59
60 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
61
62 * systemctl condrestart should return 0 if service isn't running
63
64 * tmpfiles: allow specification of .conf files on cmdline
65
66 * allow runtime changing of log level and target
67
68 * automatically determine TERM= based on tty name even for /dev/console
69
70 * fix hotplug transactions
71
72 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
73
74 External:
75
76 * make cryptsetup lower --iter-time
77
78 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
79
80 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
81
82 * place /etc/inittab with explaining blurb.
83
84 * pam_securetty should honour console=
85
86 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
87
88 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
89 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
90 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
91 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
92 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
93 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
94 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
95 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
96 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
97 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
98 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
99 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
100 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
101 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
102 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
103 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
104 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
105 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
106
107 Regularly:
108
109 * look for close() vs. close_nointr() vs. close_nointr_nofail()
110
111 * check for strerror(r) instead of strerror(-r)
112
113 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
114
115 * %m in printf() instead of strerror();
116
117 * pahole
118
119 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"