TODO revision c32e0c40f7e706e3ebcd101187d5ced96f083491
565N/ABugs:
565N/A
565N/A* Fix multiple reload statements
565N/A
565N/A* sometimes processes seem to remain when we kill a service
565N/A http://lists.fedoraproject.org/pipermail/devel/2011-January/147559.html
565N/A
565N/A* dep loop when using encrypted swap
565N/A https://bugzilla.redhat.com/show_bug.cgi?id=657234
565N/A
565N/A* somehow some /etc/fstab supplied mount params are never applied to api fs
565N/A https://bugzilla.redhat.com/show_bug.cgi?id=663108
565N/A
565N/A* automount units can cause a segfault:
565N/A https://bugs.freedesktop.org/show_bug.cgi?id=32076
565N/A
565N/A* bind mounts with 'fsck' fail and block for a minute:
565N/A /foo /bar none bind 1 1
565N/A (requesting fsck is wrong, but why do we block for a minute
565N/A instead of just handling the error)
565N/A
565N/A* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
565N/A
565N/A* sendmail.service doesn't get rid PID file, fails to kill everything on stop
565N/A
565N/AFeatures:
565N/A
565N/A* maybe introduce ExecRestartPre=
565N/A
565N/A* reload PID file after reload, allow dynamically changing main PIDs
565N/A
565N/A* figure out what happened to bluez patch
565N/A
565N/A* introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
565N/A
615N/A* Patch systemd-fsck to use -C and pass console fd to it
565N/A
565N/A* support remote/ssh systemctl/systemadm, and local privileged access
565N/A
565N/A* finish syslog socket stuff
565N/A
565N/A* configurable jitter for timer events
565N/A
565N/A* support caching password questions in plymouth and on the console
565N/A https://bugzilla.redhat.com/show_bug.cgi?id=655538
565N/A
565N/A* exclude java hsp files by default
565N/A https://bugzilla.redhat.com/show_bug.cgi?id=527425
565N/A
565N/A* load EnvironmentFile= when starting services, not when reloading configuration
565N/A https://bugzilla.redhat.com/show_bug.cgi?id=661282
565N/A
565N/A* support globs in systemd-tmpfiles
565N/A
565N/A* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
565N/A lots of wakeups due to /dev changing when we watch a subdir of /dev.
565N/A
565N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon
565N/A to be killed very late after the rootfs is read only
565N/A
565N/A* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
565N/A needed action
565N/A
565N/A* oneshot services which do not remain: 'exited' instead of 'dead'?
565N/A it should be visible in 'systemctl' that they have been run?
565N/A
565N/A* dot output for --test showing the 'initial transaction'
565N/A
565N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
565N/A - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
615N/A
598N/A* systemd --user
598N/A - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
565N/A
565N/A* add VT tracking:
565N/A - provide CK functionality
565N/A - start getty only when actual vt switch happens (same model as
565N/A socket on-demand activation). allocate the next free tty and
565N/A start a getty there. this way, pressing alt-f[1-12] will switch
565N/A through running X and getty sessions, and any unallocated
565N/A activated tty will start a new getty. the hardcoding of
565N/A getty[1-6] will entirely go away.
565N/A - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
565N/A
565N/A* implicitly import "defaults" settings file into all types
565N/A
565N/A* port over to LISTEN_FDS/LISTEN_PID:
565N/A - uuidd DONE
565N/A - dbus DONE
565N/A - rsyslog DONE
565N/A - rpcbind (/var/run/rpcbind.sock!) DONE
565N/A - cups DONE
565N/A - avahi-daemon (/var/run/avahi-daemon/socket) DONE
565N/A - ssh CLASSIC
598N/A - postfix, saslauthd
565N/A - apache/samba
565N/A - libvirtd (/var/run/libvirt/libvirt-sock-ro)
565N/A - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
565N/A - distccd
565N/A
565N/A* fingerprint.target, wireless.target, gps.target
565N/A
594N/A* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
594N/A
594N/A* io priority during initialization
594N/A
594N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
565N/A
565N/A* systemctl list-jobs - show dependencies
565N/A
565N/A* accountsservice is borked
565N/A
565N/A* auditd service files
565N/A
565N/A* add systemctl switch to dump transaction without executing it
565N/A
565N/A* suspend, resume
565N/A
565N/A* readahead: btrfs/LVM SSD detection
565N/A
565N/A* when processes remain in a service even though the start command failed enter active
565N/A
565N/A* add seperate man page for [Install] settings
565N/A
565N/A* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
565N/A
565N/A* systemctl condrestart should return 0 if service isn't running
594N/A
565N/A* tmpfiles: allow specification of .conf files on cmdline
565N/A
565N/A* allow runtime changing of log level and target
565N/A
565N/A* automatically determine TERM= based on tty name even for /dev/console
565N/A http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
565N/A http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
565N/A
565N/A* global defaults for StandardOuput=xxx
565N/A
565N/AFedora:
565N/A
565N/A* chkconfig → systemd enable/daemon-reload glue
565N/A
565N/A* /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
565N/A
565N/AExternal:
565N/A
565N/A* make cryptsetup lower --iter-time
565N/A
565N/A* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
565N/A
565N/A* patch kernel for cpu feature modalias for autoloading aes/kvm/...
565N/A http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
565N/A
565N/A* place /etc/inittab with explaining blurb.
565N/A
565N/A* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
565N/A
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
598N/Ahttps://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
565N/Ahttps://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
565N/Ahttps://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
565N/Ahttp://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
565N/Ahttp://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
565N/Ahttps://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
565N/A
565N/ARegularly:
565N/A
565N/A* look for close() vs. close_nointr() vs. close_nointr_nofail()
565N/A
565N/A* check for strerror(r) instead of strerror(-r)
598N/A
565N/A* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
565N/A
565N/A* %m in printf() instead of strerror();
598N/A
565N/A* pahole
565N/A
565N/A* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"
565N/A