chiark / gitweb /
umount: Make sure / is remounted ro on shutdown
[elogind.git] / TODO
1 * man: clarify that --system works only for pid == 1
2
3 * oneshot services which do not remain: 'exited' instead of 'dead'?
4   it should be visible in 'systemctl' that they have been run
5
6 * dot output for --test showing the 'initial transaction'
7
8 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
9
10 * implicitly import "defaults" settings file into all types
11
12 * port over to LISTEN_FDS/LISTEN_PID:
13    - uuidd    DONE
14    - dbus     DONE
15    - rsyslog  DONE
16    - rpcbind (/var/run/rpcbind.sock!) DONE
17    - cups     DONE
18    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
19    - ssh      CLASSIC
20    - postfix, saslauthd
21    - apache/samba
22    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
23    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
24    - distccd
25
26 * selinux policy loading
27
28 * fingerprint.target, wireless.target, gps.target
29
30 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
31
32 * chkconfig/systemd-install glue
33
34 * io priority during initialization
35
36 * if a service fails too often, make the service enter failed mode, and the socket, too.
37
38 * bash completion a la gdbus
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 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
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 plymouth agent
62
63 * spawn ask-password tty agent temporarily in systemctl
64
65 * readahead: btrfs/LVM SSD detection
66
67 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
68
69 * when processes remain in a service even though the start command failed enter active
70
71 * fix plymouth socket name, when plymouth started to use a clean one
72
73 * parse early boot time env var from dracut
74
75 * fix serialization of timers
76
77 * add switch to disable pull in retroactively
78
79 * cryptsetup
80
81 External:
82
83 * patch kernel to add /proc/swaps change notifications
84
85 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
86
87 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
88
89 * patch fsck to support --lock
90
91 * place /etc/inittab with explaining blurb.
92
93 * pam_securetty should honour console=
94
95 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
96
97 * pam: fix double sudo session cleanup:
98   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
99
100 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
101 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
102 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
103 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
104 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
105 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
106 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
107 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
108 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
109 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
110 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
111 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
112 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
113 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
114 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
115 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
116 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
117 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
118 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
119
120 Regularly:
121
122 * look for close() vs. close_nointr() vs. close_nointr_nofail()
123
124 * check for strerror(r) instead of strerror(-r)
125
126 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
127
128 * %m in printf() instead of strerror();
129
130 * pahole
131
132 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"