0N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
2362N/A* NFS, networkmanager ordering issue (PENDING)
0N/A* bluetooth should be possible to disable (PENDING)
0N/A patched merged into -mm
0N/A* make anaconda write timeout=0 for encrypted devices
2362N/A* Make it possible to set the keymap independently from the font on
2362N/A the kernel cmdline. Right now setting one resets also the other.
0N/A* add dbus call to convert snapshot ino target
0N/A* move nss-myhostname into systemd
0N/A* figure out a standard place to configure timezone name, inform myllynen@redhat.com
4956N/A* add dbus call to convert snapshot into target
0N/A* make use of TIOCVHANGUP to revoke access to tty before we spawn a getty on it
0N/A* release VT before we spawn a getty on it to entirely clear scrollback buffer
0N/A* unset cgroup agents on shutdown
0N/A* add prefix match to sysctl, tmpfiles, ...
0N/A* drop /.readahead on bigger upgrades with yum
0N/A* add inode stat() check to readahead to suppress preloading changed files
0N/A* allow list of pathes in config_parse_condition_path()
0N/A* Maybe merge nss-myhostname into systemd?
0N/A* GC unreferenced jobs (such as .device jobs)
0N/A* support wildcard expansion in ListenStream= and friends
0N/A* support wildcard expansion in EnvironmentFile= and friends
0N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
0N/A* fix alsa mixer restore to not print error when no config is stored
0N/A* show enablement status in systemctl status
0N/A* write blog stories about:
0N/A - enabling dbus services
0N/A - you are a distro: why switch?
0N/A - how to write socket activated services
0N/A* allow port=0 in .socket units
0N/A* rename systemd-logger to systemd-stdio-syslog-bridge
0N/A* take BSD file lock on tty devices when using them?
0N/A* avoid any flag files, or readahead files in /, we need to support r/o /
0N/A or / on tmpfs like Android setups.
0N/A* move readahead files into /var, look for them with .path units
0N/A* get process transport into dbus for systemctl -P/-H
0N/A* document default dependencies
0N/A if mountpoint /run ; then
0N/A* when key file cannot be found, read it from kbd in cryptsetup
0N/A* add switch to systemctl to show enabled but not running services. Or
0N/A another switch that shows service that have been running since
0N/A booting but aren't running anymore.
0N/A* reuse mkdtemp namespace dirs in /tmp?
0N/A* recreate systemd's D-Bus private socket file on SIGUSR2
0N/A* be more specific what failed:
0N/A Unmounting file systems.
0N/A Not all file systems unmounted, 1 left.
0N/A Detaching loop devices.
0N/A Detaching DM devices.
0N/A Cannot finalize remaining file systems and devices, trying to kill remaining processes.
0N/A Unmounting file systems.
0N/A Not all file systems unmounted, 1 left.
0N/A Cannot finalize remaining file systems and devices, giving up.
0N/A* check for compiled-in, but not active selinux, and don't print any warnings
0N/A and check for active selinux with getcon_raw() == "kernel"
0N/A* Support --test based on current system state
0N/A* systemctl enable as D-Bus call
0N/A* show failure error string in "systemctl status"
1777N/A* make sure timeouts are applied to Type=oneshot services.
0N/A systemctl mask <unit>
0N/A systemctl unmask <unit>
0N/A Also support --temp to make this temporary by placing mask links in /run.
0N/A* Maybe store in unit files whether a service should be enabled by default on package installation
0N/A (belongs into a distro pattern though, not in an upstream package's service file)
0N/A* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
0N/A* need a way to apply mount options of api vfs from systemd unit files
0N/A (or some other modern source?) instead of fstab?
0N/A* maybe introduce ExecRestartPre=
4825N/A* figure out what happened to bluez patch
4825N/A* Patch systemd-fsck to use -C and pass console fd to it
0N/A* configurable jitter for timer events
0N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
0N/A be killed very late after the rootfs is read only? If implement pass
0N/A this to shutdown binary via command line argument.
1777N/A* use pivot_root on shutdown so that we can unmount the root directory.
0N/A - copy binaries to, and pivot_root() to the "shutdown tmpfs"
0N/A - solve "mdadm --wait-clean" problem that way
0N/A* dot output for --test showing the 'initial transaction'
0N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
0N/A - start getty only when actual vt switch happens (same model as
0N/A socket on-demand activation). allocate the next free tty and
0N/A start a getty there. this way, pressing alt-f[1-12] will switch
0N/A through running X and getty sessions, and any unallocated
0N/A activated tty will start a new getty. the hardcoding of
0N/A getty[1-6] will entirely go away.
0N/A* implicitly import "defaults" settings file into all types
0N/A - postfix, saslauthd
0N/A* 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"