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