TODO revision 169c1bda807d183a362b47efe0b5b56e9320e430
2720N/A* oneshot services which do not remain: 'exited' instead of 'dead'?
2720N/A it should be visible in 'systemctl' that they have been run
2720N/A
2720N/A* dot output for --test showing the 'initial transaction'
2720N/A
2720N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2720N/A
2720N/A* implicitly import "defaults" settings file into all types
2720N/A
2720N/A* ability to kill services? i.e. in contrast to stopping them, go directly
2720N/A into killing mode?
2720N/A
2720N/A* port over to LISTEN_FDS/LISTEN_PID:
2720N/A - uuidd DONE
2720N/A - dbus DONE
2720N/A - rsyslog DONE
2720N/A - rpcbind (/var/run/rpcbind.sock!) DONE
2720N/A - cups DONE
2720N/A - avahi-daemon (/var/run/avahi-daemon/socket) DONE
2720N/A - ssh CLASSIC
2720N/A - postfix, saslauthd
2720N/A - apache/samba
2720N/A - libvirtd (/var/run/libvirt/libvirt-sock-ro)
2720N/A - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
2720N/A - distccd
2720N/A
2720N/A* selinux policy loading
2720N/A
2720N/A* fingerprint.target, wireless.target, gps.target
2720N/A
2720N/A* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
2720N/A
2720N/A* fix merging in .swap units
2720N/A
2720N/A* chkconfig/systemd-install glue
2720N/A
2720N/A* io priority during initialization
2899N/A
2899N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
2720N/A
2720N/A* systemctl enable - warn about empty [Install] section
2720N/A
2720N/A* bash completion a la gdbus
2720N/A
2720N/A* systemctl list-jobs - show dependencies
2720N/A
2720N/A* ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
2720N/A
2720N/A* accountsservice is borked
2720N/A
2720N/A* auditd service files
2720N/A
2720N/A* add systemctl switch to dump transaction without executing it
2720N/A
2720N/A* system.conf/session.conf man page
2720N/A
2720N/A* exec /sbin/poweroff as PID 1 and do the shutdown
2720N/A
2720N/A* kexec, suspend, resume
2720N/A
2720N/A* passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
2720N/A
2720N/A* support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
2720N/A
2720N/A* systemctl auto-pager a la git
2720N/A
2720N/A* fsck setup
2720N/A
2720N/A* merge CK
2720N/A
2720N/A* ask-password tty agent, ask-password plymouth agent
2720N/A
2720N/A* ask-password tty timeout
2720N/A
2720N/A* properly handle multiple inotify events per read() in path.c and util.c
2720N/A
2720N/A* readahead: btrfs/LVM SSD detection
2720N/A
2720N/A* document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
2720N/A
2720N/A* beefed up tmpwatch that reads tmpfiles.d
2720N/A
2720N/A* use /sbin/swapon
2720N/A
2720N/A* enable syslog.socket by default, activating our kmsg bridge
2720N/A
2720N/A* Restart=on-failure and Restart=on-abort
* when processes remain in a service even though the start command failed enter active
* fix plymouth socket, when plymouth started to use a clean one
External:
* place /etc/inittab with explaining blurb.
* pam_securetty should honour console=
* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
* nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
* make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
* pam: fix double sudo session cleanup:
http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
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
http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
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"