202N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
202N/A* NFS, networkmanager ordering issue (PENDING)
202N/A* bluetooth should be possible to disable (PENDING)
202N/A patched merged into -mm
202N/A* make anaconda write timeout=0 for encrypted devices
202N/A* Make it possible to set the keymap independently from the font on
202N/A the kernel cmdline. Right now setting one resets also the other.
202N/A* make use of TIOCVHANGUP
1127N/A* unset cgroup agents on shutdown
202N/A* Add ConditionPathExists= checks to binfmt automount units, to avoid
202N/A installing the automount point if the directory does not exist.
271N/A* drop /.readahead on bigger upgrades with yum
202N/A* add inode stat() check to readahead to suppress preloading changed files
202N/A* POSIX mqueue support in .socket units
202N/A* allow list of pathes in config_parse_condition_path()
202N/A* Maybe merge nss-myhostname into systemd?
202N/A* GC unreferenced jobs (such as .device jobs)
202N/A* support wildcard expansion in ListenStream= and friends
1384N/A* support wildcard expansion in EnvironmentFile= and friends
202N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
202N/A* fix alsa mixer restore to not print error when no config is stored
202N/A* show enablement status in systemctl status
* write blog stories about:
- you are a distro: why switch?
- how to write socket activated services
* 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.
Also support --temp to make this temporary by placing mask links in /run.
* 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.
* use pivot_root on shutdown so that we can unmount the root directory.
- copy binaries to, and pivot_root() to the "shutdown tmpfs"
- solve "mdadm --wait-clean" problem that way
* 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"