2362N/A to work, udevd is started but no fd is passed
0N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
0N/A* NFS, networkmanager ordering issue (PENDING)
0N/A* bluetooth should be possible to disable (PENDING)
0N/A* make anaconda write timeout=0 for encrypted devices
0N/A* possibly apply systemd-sysctl per network device subtrees on hotplug
0N/A* add conditions for file executability
0N/A* allow creating fifos with tmpfiles
0N/A* implement Register= switch in .socket units to enable registration
0N/A in Avahi, RPC and other socket registration services.
0N/A* Remove kill_mode parameter to kill bus calls
0N/A* Fix nspawn to not read-only mount /selinux on the host system
0N/A* make sure people don't leave processes around after ExecStartPre=
0N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
0N/A* add loginctl,
i.e. a systemctl for logind introspection
0N/A* kernel: add device_type = "fb", "fbcon" to class "graphics"
0N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
0N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
0N/A* support sd_notify() style notificatio when reload is finished (RELOADED=1)
0N/A* verify that the AF_UNIX sockets of a service in the fs still exist
0N/A when we start a service in order to avoid confusion when a user
0N/A assumes starting a service is enough to make it accessible
0N/A* Make it possible to set the keymap independently from the font on
0N/A the kernel cmdline. Right now setting one resets also the other.
0N/A* add dbus call to convert snapshot into target
0N/A* move nss-myhostname into systemd
0N/A* figure out a standard place to configure timezone name, inform myllynen@redhat.com
0N/A* add dbus call to convert snapshot into target, and a dbus call to generate target from current state
0N/A* detect LXC with $container=lxc
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 paths in config_parse_condition_path()
0N/A* show enablement status in systemctl status
0N/A* teach systemctl to enable unit files in arbitrary directories
0N/A* In systemctl make sure both is-enabled and is-active print a string, or neither.
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.
* GC unreferenced jobs (such as .device jobs)
* add JoinControllers= to
system.conf to mount certain cgroup
* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
* cgroup_notify_empty(): recursively check groups up the tree, too
* fix alsa mixer restore to not print error when no config is stored
* fix upstart reboot compat call
* when failing to start a service due to ratelimiting, try again later, if restart=always is set
* write blog stories about:
- how to make changes to sysctl and sysfs attributes
* 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
* show failure error string in "systemctl status"
* make sure timeouts are applied to Type=oneshot services.
* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
* 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"