chiark / gitweb /
cryptsetup: hook up tool with ask-password
[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 * bash completion a la gdbus
41
42 * systemctl list-jobs - show dependencies
43
44 * accountsservice is borked
45
46 * auditd service files
47
48 * add systemctl switch to dump transaction without executing it
49
50 * system.conf/session.conf man page
51
52 * suspend, resume
53
54 * systemctl auto-pager a la git
55
56 * merge CK
57
58 * start getty 2-6 only when actual vt switch happens
59   (same model as socket on-demand activation)
60
61 * ask-password: find way to disable wall agent where tty agent is running
62
63 * readahead: btrfs/LVM SSD detection
64
65 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
66
67 * when processes remain in a service even though the start command failed enter active
68
69 * fix plymouth socket name, when plymouth started to use a clean one
70
71 * parse early boot time env var from dracut RD_TIMEOUT, drop RD_xxx
72
73 * cryptsetup
74
75 * add seperate man page for [Install] settings
76
77 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
78
79 * we now order plymouth after udev-trigger. Can we optimize this?
80
81 * drop tmp.mount
82
83 * systemctl condrestart should return 0 if service isn't running
84
85 * fsck-root.service/start gets queued twice
86
87 External:
88
89 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
90
91 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
92
93 * place /etc/inittab with explaining blurb.
94
95 * pam_securetty should honour console=
96
97 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
98
99 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
100 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
101 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
102 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
103 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
104 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
105 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
106 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
107 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
108 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
109 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
110 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
111 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
112 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
113 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
114 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
115 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
116 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
117
118 Regularly:
119
120 * look for close() vs. close_nointr() vs. close_nointr_nofail()
121
122 * check for strerror(r) instead of strerror(-r)
123
124 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
125
126 * %m in printf() instead of strerror();
127
128 * pahole
129
130 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"