]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
man: document /etc/modules-load.d/
[thirdparty/systemd.git] / TODO
CommitLineData
6d3d218b
KS
1* check if bind mounts work:
2 https://bugzilla.novell.com/show_bug.cgi?id=652762
3
59fee421
LP
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
8c6db833 9* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
75787bb7 10
129126f3 11* implicitly import "defaults" settings file into all types
75787bb7 12
129126f3 13* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 14 - uuidd DONE
9726b29e 15 - dbus DONE
88ce42f6 16 - rsyslog DONE
c0120d99
LP
17 - rpcbind (/var/run/rpcbind.sock!) DONE
18 - cups DONE
19 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 20 - ssh CLASSIC
a625ac1a 21 - postfix, saslauthd
a625ac1a
LP
22 - apache/samba
23 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
24 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
25 - distccd
26
064f51fa 27* fingerprint.target, wireless.target, gps.target
0ff3dea7 28
647703fe 29* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 30
50f2a90d
LP
31* chkconfig/systemd-install glue
32
33* io priority during initialization
8fe914ec 34
74ac3cbd 35* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 36
647703fe 37* systemctl list-jobs - show dependencies
63090775 38
313ed05b 39* accountsservice is borked
63090775 40
20604ebc
LP
41* auditd service files
42
20604ebc
LP
43* add systemctl switch to dump transaction without executing it
44
3b63d2d3 45* suspend, resume
da726a4d 46
2e78aa99
LP
47* systemctl auto-pager a la git
48
2e78aa99
LP
49* merge CK
50
f015eca2
KS
51* start getty 2-6 only when actual vt switch happens
52 (same model as socket on-demand activation)
53
1a34d367
LP
54* readahead: btrfs/LVM SSD detection
55
71fad675
LP
56* when processes remain in a service even though the start command failed enter active
57
98e1f931
LP
58* add seperate man page for [Install] settings
59
510051fc 60* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 61
9fe117ea
LP
62* systemctl condrestart should return 0 if service isn't running
63
74715b82
LP
64* tmpfiles: allow specification of .conf files on cmdline
65
42e8a0a8
LP
66* allow runtime changing of log level and target
67
e3aa71c3 68* automatically determine TERM= based on tty name even for /dev/console
6210e7fc 69
42e8a0a8
LP
70* fix hotplug transactions
71
0cf84693
LP
72* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
73
2f8cd170 74External:
74fe1fe3
LP
75
76* make cryptsetup lower --iter-time
77
06ae4bfe
LP
78* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
79
6f3f9deb
LP
80* patch kernel for cpu feature modalias for autoloading aes/kvm/...
81
449ddb2d
LP
82* place /etc/inittab with explaining blurb.
83
20604ebc
LP
84* pam_securetty should honour console=
85
26192dfc
LP
86* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
87
50f2a90d
LP
88https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
89https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
90https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
91https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
92https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
93https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
94https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
95http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 96http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
97https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
98https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
99https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
100https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
101https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
102https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
103https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
104https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 105https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 106
129126f3 107Regularly:
874aa2cc 108
129126f3 109* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 110
129126f3 111* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
112
113* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
114
115* %m in printf() instead of strerror();
444a79d3
LP
116
117* pahole
118
119* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"