chiark / gitweb /
fsck: add initial version of fsck and quotacheck wrappers
[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 * selinux policy loading
28
29 * fingerprint.target, wireless.target, gps.target
30
31 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
32
33 * chkconfig/systemd-install glue
34
35 * io priority during initialization
36
37 * if a service fails too often, make the service enter failed mode, and the socket, too.
38
39 * bash completion a la gdbus
40
41 * systemctl list-jobs - show dependencies
42
43 * accountsservice is borked
44
45 * auditd service files
46
47 * add systemctl switch to dump transaction without executing it
48
49 * system.conf/session.conf man page
50
51 * suspend, resume
52
53 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
54
55 * systemctl auto-pager a la git
56
57 * fsck setup: quota flag, check kcmdline/forcefsck, reboot, single user, ac plug
58
59 * merge CK
60
61 * ask-password tty agent, ask-password plymouth agent
62
63 * ask-password tty timeout
64
65 * readahead: btrfs/LVM SSD detection
66
67 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
68
69 * enable syslog.socket by default, activating our kmsg bridge
70
71 * when processes remain in a service even though the start command failed enter active
72
73 * fix plymouth socket, when plymouth started to use a clean one
74
75 * parse early boot time env var from dracut
76
77 External:
78
79 * patch kernel to add /proc/swaps change notifications
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 * patch fsck to support --lock
86
87 * place /etc/inittab with explaining blurb.
88
89 * pam_securetty should honour console=
90
91 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
92
93 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
94
95 * pam: fix double sudo session cleanup:
96   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
97
98 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
99 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
100 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
101 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
102 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
103 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
104 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
105 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
106 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
107 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
108 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
109 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
110 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
111 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
112 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
113 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
114 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
115 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
116 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
117
118 Regularly:
119
120 * look for close() vs. close_nointr() vs. close_nointr_nofail()
121
122 * check for strerror(r) instead of strerror(-r)
123
124 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
125
126 * %m in printf() instead of strerror();
127
128 * pahole
129
130 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"