TODO revision 62c9af5ecfaa7693d4b3d47d0b04669216f44f9d
0N/A* oneshot services which do not remain: 'exited' instead of 'dead'?
0N/A it should be visible in 'systemctl' that they have been run
0N/A
2362N/A* dot output for --test showing the 'initial transaction'
0N/A
0N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
0N/A
0N/A* implicitly import "defaults" settings file into all types
0N/A
0N/A* port over to LISTEN_FDS/LISTEN_PID:
0N/A - uuidd DONE
0N/A - dbus DONE
0N/A - rsyslog DONE
0N/A - rpcbind (/var/run/rpcbind.sock!) DONE
0N/A - cups DONE
0N/A - avahi-daemon (/var/run/avahi-daemon/socket) DONE
0N/A - ssh CLASSIC
0N/A - postfix, saslauthd
0N/A - apache/samba
0N/A - libvirtd (/var/run/libvirt/libvirt-sock-ro)
2362N/A - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
2362N/A - distccd
2362N/A
0N/A* fingerprint.target, wireless.target, gps.target
0N/A
0N/A* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
0N/A
0N/A* chkconfig/systemd-install glue
0N/A
0N/A* io priority during initialization
0N/A
0N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
0N/A
0N/A* bash completion a la gdbus
0N/A
0N/A* systemctl list-jobs - show dependencies
0N/A
0N/A* accountsservice is borked
0N/A
0N/A* auditd service files
0N/A
0N/A* add systemctl switch to dump transaction without executing it
0N/A
0N/A* system.conf/session.conf man page
0N/A
0N/A* suspend, resume
0N/A
0N/A* systemctl auto-pager a la git
0N/A
0N/A* merge CK
0N/A
0N/A* start getty 2-6 only when actual vt switch happens
0N/A (same model as socket on-demand activation)
0N/A
0N/A* ask-password: find way to disable wall agent where tty agent is running
0N/A
0N/A* readahead: btrfs/LVM SSD detection
0N/A
0N/A* document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
0N/A
0N/A* when processes remain in a service even though the start command failed enter active
0N/A
0N/A* fix plymouth socket name, when plymouth started to use a clean one
0N/A
0N/A* parse early boot time env var from dracut RD_TIMEOUT, drop RD_xxx
0N/A
0N/A* cryptsetup
0N/A
0N/A* add seperate man page for [Install] settings
0N/A
0N/A* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
0N/A
0N/A* make use of fsck -l
0N/A
0N/AExternal:
0N/A
0N/A* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
0N/A
0N/A* patch kernel for cpu feature modalias for autoloading aes/kvm/...
0N/A
0N/A* place /etc/inittab with explaining blurb.
0N/A
0N/A* pam_securetty should honour console=
0N/A
0N/A* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()
* check for strerror(r) instead of strerror(-r)
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
* %m in printf() instead of strerror();
* pahole
* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"