chiark / gitweb /
man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5
[elogind.git] / TODO
1 * check if bind mounts work:
2     https://bugzilla.novell.com/show_bug.cgi?id=652762
3
4 * oneshot services which do not remain: 'exited' instead of 'dead'?
5   it should be visible in 'systemctl' that they have been run
6
7 * dot output for --test showing the 'initial transaction'
8
9 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
10
11 * implicitly import "defaults" settings file into all types
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 * fingerprint.target, wireless.target, gps.target
28
29 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
30
31 * io priority during initialization
32
33 * if a service fails too often, make the service enter failed mode, and the socket, too.
34
35 * systemctl list-jobs - show dependencies
36
37 * accountsservice is borked
38
39 * auditd service files
40
41 * add systemctl switch to dump transaction without executing it
42
43 * suspend, resume
44
45 * systemctl auto-pager a la git
46
47 * merge CK
48
49 * start getty 2-6 only when actual vt switch happens
50   (same model as socket on-demand activation)
51
52 * readahead: btrfs/LVM SSD detection
53
54 * when processes remain in a service even though the start command failed enter active
55
56 * add seperate man page for [Install] settings
57
58 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
59
60 * systemctl condrestart should return 0 if service isn't running
61
62 * tmpfiles: allow specification of .conf files on cmdline
63
64 * allow runtime changing of log level and target
65
66 * automatically determine TERM= based on tty name even for /dev/console
67
68 * fix hotplug transactions
69
70 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
71
72 Fedora:
73
74 * obsolete readhead in system pkgs
75
76 * chkconfig → systemd enable/daemon-reload glue
77
78 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
79
80 External:
81
82 * make cryptsetup lower --iter-time
83
84 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
85
86 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
87
88 * place /etc/inittab with explaining blurb.
89
90 * pam_securetty should honour console=
91
92 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
93
94 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
95 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
96 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
97 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
98 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
99 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
100 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
101 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
102 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
103 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
104 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
105 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
106 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
107 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
108 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
109 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
110 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
111 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
112
113 Regularly:
114
115 * look for close() vs. close_nointr() vs. close_nointr_nofail()
116
117 * check for strerror(r) instead of strerror(-r)
118
119 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
120
121 * %m in printf() instead of strerror();
122
123 * pahole
124
125 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"