1509N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
1509N/A* make anaconda write timeout=0 for encrypted devices
1509N/A* service: pid file reading after reload doesn't work, since we don't reset the pid variable
1509N/A* make sure timeouts are applied to Type=oneshot services.
1509N/A* Dangling symlinks of .automount unit files in .wants/ directories, set up
1509N/A automount points even when the original .automount file did not exist
1509N/A anymore. Only the .mount unit was still around.
1509N/A* when an instanced service exits, remove its parent cgroup too if possible.
1509N/A* as Tom Gundersen pointed out there's a always a dep loop if people use crypto file systems with random keys
2086N/A* if we can not get user quota for tmpfs, mount a separate tmpfs instance
1509N/A* internal restart counter for units (focus on auto-respawn)
1509N/A* finer-grained auto-respawn settings (rate-limit)
1509N/A* be able to specify a forced restart of service A where service B depends on, in case B
1509N/A needs to be auto-respawned?
1509N/A* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
1509N/A* introduce sd_log_open() to create a connection to the syslog bridge via
sd-daemon.h 1509N/A* when a bus name of a service disappears from the bus make sure to queue further activation requests
1509N/A* something like ConditionExec= or ExecStartPre= without failure state
1509N/A* service restart retry configuration
2354N/A* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
1509N/A* tmpfiles: support generation of
char/block devices, symlinks and one-line files (think sysfs)
1509N/A* Introduce ControlGroupPersistant=yes to set +t on the tasks file when creating the cgroup
1509N/A* don't set $HOME in services unless requested
1509N/A* remove hacks in vala code and require libnotify 0.7
1509N/A* when we automatically restart a service, ensure we retsart its rdeps, too.
1509N/A* allow Type=simple with PIDFile=
1509N/A* move PAM code into its own binary
1509N/A* warn if the user stops a service but not its associated socket
2630N/A* logind: spawn user@..service on login
1509N/A* logind: non-local X11 server handling
1509N/A* implement Register= switch in .socket units to enable registration
1509N/A in Avahi, RPC and other socket registration services.
2354N/A* make sure people don't leave processes around after ExecStartPre=
2354N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
1509N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
1509N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
1509N/A* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
1509N/A* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
1509N/A* verify that the AF_UNIX sockets of a service in the fs still exist
1509N/A when we start a service in order to avoid confusion when a user
1509N/A assumes starting a service is enough to make it accessible
1509N/A* Make it possible to set the keymap independently from the font on
1509N/A the kernel cmdline. Right now setting one resets also the other.
1509N/A* move nss-myhostname into systemd
1509N/A* and a dbus call to generate target from current state
1509N/A* detect LXC with $container=lxc
1509N/A* drop /.readahead on bigger upgrades with yum
1509N/A* add inode nr check to readahead to suppress preloading changed files
2630N/A* GC unreferenced jobs (such as .device jobs)
2630N/A* cgroup_notify_empty(): recursively check groups up the tree, too
2630N/A* when failing to start a service due to ratelimiting, try again later, if restart=always is set
1509N/A - how to make changes to sysctl and sysfs attributes
1509N/A - cgroup best pratices to avoid stepping on each others toes
1509N/A - how to pass throw-away units to systemd, or dynamically change properties of existing units
1509N/A - how to integrate cgconfig and suchlike with systemd
1509N/A - details of instantiated @.service setups
1509N/A* allow port=0 in .socket units
1509N/A* move readahead files into /var, look for them with .path units
1509N/A* when key file cannot be found, read it from kbd in cryptsetup
1509N/A* reuse mkdtemp namespace dirs in /tmp?
1509N/A* recreate systemd's D-Bus private socket file on SIGUSR2
1509N/A* Support --test based on current system state
1509N/A* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
1509N/A* maybe introduce ExecRestartPre=
1509N/A* configurable jitter for timer events
1509N/A* timer events with system resume
1509N/A* timer events on calendar time
1509N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
1509N/A be killed very late after the rootfs is read only? If implement pass
1509N/A this to shutdown binary via command line argument.
1509N/A* dot output for --test showing the 'initial transaction'
1509N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
4972N/A* implicitly import "defaults" settings file into all types
4972N/A* writable cgroups dbus properties for live changes
1509N/A* io priority during initialization
1509N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
1509N/A* new deps "Triggers" and "TriggeredBy"
1509N/A* systemctl list-jobs - show dependencies
1509N/A* add systemctl switch to dump transaction without executing it
4972N/A* drop cap bounding set in readahead and other services
1509N/A - get process transport into dbus for systemctl -P/-H (PENDING)
1509N/A - natively watch for dbus-*.service symlinks (PENDING)
1509N/A - allow disabling of fd passing when connecting a AF_UNIX connection
2086N/A - allow disabling of UID passing for AUTH EXTERNAL
1509N/A* fix alsa mixer restore to not print error when no config is stored
1509N/A* make cryptsetup lower --iter-time
1509N/A* patch kernel for cpu feature modalias for autoloading
aes/kvm/...
1509N/A (Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
3802N/A* kernel: add device_type = "fb", "fbcon" to class "graphics"
2354N/A* look for close() vs. close_nointr() vs. close_nointr_nofail()
2354N/A* check for strerror(r) instead of strerror(-r)
2354N/A* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
2354N/A* %m in printf() instead of strerror();
1509N/A* set_put(), hashmap_put() return values check.
i.e. == 0 doesn't free()!