880N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
880N/A* 0595f9a1c182a84581749823ef47c5f292e545f9 is borked, freezes shutdown
880N/A (path: after installing inotify watches, recheck file again to fix race)
880N/A* NFS, networkmanager ordering issue (PENDING)
880N/A* bluetooth should be possible to disable (PENDING)
880N/A patched merged into -mm
880N/A* fix sd_is_socket() invocation in dbus
880N/A* New Avahi package, enable it by default
880N/A* make anaconda write timeout=0 for encrypted devices
880N/A* maybe lower default timeout to 2min?
880N/A* GC unreferenced jobs (such as .device jobs)
3827N/A* support wildcard expansion in ListeStream= and friends
880N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
880N/A* use pivot_root on shutdown so that we can unmount the root directory.
880N/A* fix alsa mixer restore to not print error when no config is stored
880N/A* show enablement status in systemctl status
880N/A - the new configuration files
880N/A - you are a distro: why switch?
* allow port = 0 in .socket units
* rename systemd-logger to systemd-stdio-syslog-bridge
* take BSD file lock on tty devices when using them?
* avoid any flag files, or readahead files in /, we need to support r/o /
or / on tmpfs like Android setups.
* move readahead files into /var, look for them with .path units
* get process transport into dbus for systemctl -P/-H
* document default dependencies
(lua code to create symlinks right away for new installations is in
filesytem.rpm now)
if mountpoint /run ; then
* when key file cannot be found, read it from kbd in cryptsetup
* add switch to systemctl to show enabled but not running services. Or
another switch that shows service that have been running since
booting but aren't running anymore.
* reuse mkdtemp namespace dirs in /tmp?
* recreate systemd's D-Bus private socket file on SIGUSR2
* be more specific what failed:
Not all file systems unmounted, 1 left.
Cannot finalize remaining file systems and devices, trying to kill remaining processes.
Not all file systems unmounted, 1 left.
Cannot finalize remaining file systems and devices, giving up.
* check for compiled-in, but not active selinux, and don't print any warnings
and check for active selinux with getcon_raw() == "kernel"
* Support --test based on current system state
* systemctl enable as D-Bus call
* show failure error string in "systemctl status"
* make sure timeouts are applied to Type=oneshot services.
* Maybe implement "systemctl mask" and "systemctl unmask", but not
document it? When doing that add switch to make this temporary by
placing mask links in /dev.
* invoke vhangup() before and after invoking getty
* Maybe store in unit files whether a service should be enabled by default on package installation
(belongs into a distro pattern though, not in an upstream package's service file)
* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
* need a way to apply mount options of api vfs from systemd unit files
(or some other modern source?) instead of fstab?
* maybe introduce ExecRestartPre=
* figure out what happened to bluez patch
* Patch systemd-fsck to use -C and pass console fd to it
* configurable jitter for timer events
* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
be killed very late after the rootfs is read only? If implement pass
this to shutdown binary via command line argument.
* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
* dot output for --test showing the 'initial transaction'
* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
- provide CK functionality
- start getty only when actual vt switch happens (same model as
socket on-demand activation). allocate the next free tty and
start a getty there. this way, pressing alt-f[1-12] will switch
through running X and getty sessions, and any unallocated
activated tty will start a new getty. the hardcoding of
getty[1-6] will entirely go away.
* implicitly import "defaults" settings file into all types
* set_put(), hashmap_put() return values check.
i.e. == 0 doesn't free()!
* io priority during initialization
* if a service fails too often, make the service enter failed mode, and the socket, too.
* systemctl list-jobs - show dependencies
* add systemctl switch to dump transaction without executing it
* suspend, resume support?
* add separate man page for [Install] settings
* allow runtime changing of log level and target
* drop cap bounding set in readahead and other services
* udisks should not use udisks-part-id, instead use blkid. also not probe
/dev/loopxxx* make cryptsetup lower --iter-time
* patch kernel for xattr support in /dev, /proc/, /sys and
/sys/fs/cgroup.
* patch kernel for cpu feature modalias for autoloading
aes/kvm/...
(Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
* 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();
* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"