chiark / gitweb /
cdb4cc57f34f9aec214971eb5399fa039c732168
[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 * ability to kill services? i.e. in contrast to stopping them, go directly
11   into killing mode?
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 * write utmp record a la upstart for processes
28
29 * selinux policy loading
30
31 * fingerprint.target, wireless.target, gps.target
32
33 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
34
35 * fix merging in .swap units
36
37 * chkconfig/systemd-install glue
38
39 * io priority during initialization
40
41 * if a service fails too often, make the service enter failed mode, and the socket, too.
42
43 * systemctl enable - warn about empty [Install] section
44
45 * bash completion a la gdbus
46
47 * systemctl list-jobs - show dependencies
48
49 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
50
51 * accountsservice is borked
52
53 * auditd service files
54
55 * add systemctl switch to dump transaction without executing it
56
57 * system.conf/session.conf man page
58
59 * exec /sbin/poweroff as PID 1 and do the shutdown
60
61 * kexec, suspend, resume
62
63 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
64
65 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
66
67 * systemctl auto-pager a la git
68
69 * fsck setup
70
71 * merge CK
72
73 * ask-password tty agent, ask-password plymouth agent
74
75 * ask-password tty timeout
76
77 * properly handle multiple inotify events per read() in path.c and util.c
78
79 * readahead: btrfs/LVM SSD detection
80
81 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
82
83 * beefed up tmpwatch that reads tmpfiles.d
84
85 * use /sbin/swapon
86
87 * enable syslog.socket by default, activating our kmsg bridge
88
89 * Restart=on-failure and Restart=on-abort
90
91 * when processes remain in a service even though the start command failed enter active
92
93 * fix plymouth socket, when plymouth started to use a clean one
94
95 External:
96
97 * place /etc/inittab with explaining blurb.
98
99 * pam_securetty should honour console=
100
101 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
102
103 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
104
105 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
106
107 * pam: fix double sudo session cleanup:
108   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
109
110 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
111 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
112 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
113 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
114 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
115 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
116 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
117 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
118 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
119 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
120 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
121 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
122 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
123 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
124 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
125 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
126 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
127 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
128 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
129
130 Regularly:
131
132 * look for close() vs. close_nointr() vs. close_nointr_nofail()
133
134 * check for strerror(r) instead of strerror(-r)
135
136 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
137
138 * %m in printf() instead of strerror();
139
140 * pahole
141
142 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"