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