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