chiark / gitweb /
update fixme
[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 * selinux policy loading
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 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
51
52 * systemctl auto-pager a la git
53
54 * merge CK
55
56 * ask-password tty agent, ask-password plymouth agent
57
58 * ask-password tty timeout
59
60 * readahead: btrfs/LVM SSD detection
61
62 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
63
64 * when processes remain in a service even though the start command failed enter active
65
66 * fix plymouth socket, when plymouth started to use a clean one
67
68 * parse early boot time env var from dracut
69
70 * fix serialization of timers
71
72 * add switch to disable pull in retroactively
73
74 External:
75
76 * patch kernel to add /proc/swaps change notifications
77
78 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
79
80 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
81
82 * patch fsck to support --lock
83
84 * place /etc/inittab with explaining blurb.
85
86 * pam_securetty should honour console=
87
88 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
89
90 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
91
92 * pam: fix double sudo session cleanup:
93   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
94
95 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
96 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
97 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
98 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
99 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
100 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
101 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
102 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
103 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
104 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
105 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
106 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
107 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
108 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
109 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
110 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
111 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
112 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
113 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
114
115 Regularly:
116
117 * look for close() vs. close_nointr() vs. close_nointr_nofail()
118
119 * check for strerror(r) instead of strerror(-r)
120
121 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
122
123 * %m in printf() instead of strerror();
124
125 * pahole
126
127 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"