1923N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
1923N/A* make anaconda write timeout=0 for encrypted devices
1923N/A* logind: ensure ACLs are updated on login and logout
1923N/A* fix CUPS .path unit for globbing
1923N/A* service: pid file reading after reload doesn't work, since we don't reset the pid variable
1923N/A* make sure timeouts are applied to Type=oneshot services.
1923N/A* rename systemd-logger to systemd-stdio-syslog-bridge
1923N/A* file bugs against sysklogd, syslog-ng because of StandardOuput=null
1923N/A* add gperf support for unit file parsing table
1923N/A* move PAM code into its own binary
1923N/A* warn if the user stops a service but not its associated socket
1923N/A* logind: spawn user@..service on login
1923N/A* logind: non-local X11 server handling
1923N/A* logind: use sysfs path in device hash table instead of sysname, as soon as fb driver is fixed
1923N/A* implement Register= switch in .socket units to enable registration
1923N/A in Avahi, RPC and other socket registration services.
1923N/A* make sure people don't leave processes around after ExecStartPre=
1923N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
1923N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
1923N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
1923N/A* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
1923N/A* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
1923N/A* verify that the AF_UNIX sockets of a service in the fs still exist
1923N/A when we start a service in order to avoid confusion when a user
1923N/A assumes starting a service is enough to make it accessible
1923N/A* Make it possible to set the keymap independently from the font on
1923N/A the kernel cmdline. Right now setting one resets also the other.
1923N/A* move nss-myhostname into systemd
1923N/A* inform myllynen@redhat.com about standard place to configure timezone name,
1923N/A* and a dbus call to generate target from current state
1923N/A* detect LXC with $container=lxc
1923N/A* drop /.readahead on bigger upgrades with yum
1923N/A* add inode nr check to readahead to suppress preloading changed files
1923N/A* show enablement status in systemctl status
1923N/A* GC unreferenced jobs (such as .device jobs)
1923N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
1923N/A* cgroup_notify_empty(): recursively check groups up the tree, too
1923N/A* when failing to start a service due to ratelimiting, try again later, if restart=always is set
1923N/A - how to make changes to sysctl and sysfs attributes
1923N/A - cgroup best pratices to avoid stepping on each others toes
1923N/A - how to pass throw-away units to systemd, or dynamically change properties of existing units
1923N/A - how to integrate cgconfig and suchlike with systemd
1923N/A* allow port=0 in .socket units
1923N/A* move readahead files into /var, look for them with .path units
1923N/A* figure out what happened to bluez patch
1923N/A* get process transport into dbus for systemctl -P/-H
1923N/A* when key file cannot be found, read it from kbd in cryptsetup
1923N/A* reuse mkdtemp namespace dirs in /tmp?
1923N/A* recreate systemd's D-Bus private socket file on SIGUSR2
1923N/A* Support --test based on current system state
1923N/A* show failure error string in "systemctl status"
1923N/A* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
1923N/A* maybe introduce ExecRestartPre=
1923N/A* Patch systemd-fsck to use -C and pass console fd to it
1923N/A* configurable jitter for timer events
1923N/A* timer evernts with system resume
1923N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
1923N/A be killed very late after the rootfs is read only? If implement pass
1923N/A this to shutdown binary via command line argument.
1923N/A* dot output for --test showing the 'initial transaction'
1923N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
1923N/A* implicitly import "defaults" settings file into all types
1923N/A* writable cgroups dbus properties for live changes
1923N/A* io priority during initialization
1923N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
1923N/A* new deps "Triggers" and "TriggeredBy"
1923N/A* systemctl list-jobs - show dependencies
1923N/A* add systemctl switch to dump transaction without executing it
1923N/A* drop cap bounding set in readahead and other services
1923N/A* fix alsa mixer restore to not print error when no config is stored
1923N/A* make cryptsetup lower --iter-time
1923N/A* patch kernel for cpu feature modalias for autoloading
aes/kvm/...
1923N/A (Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
1923N/A* kernel: add device_type = "fb", "fbcon" to class "graphics"
1923N/A* look for close() vs. close_nointr() vs. close_nointr_nofail()
1923N/A* check for strerror(r) instead of strerror(-r)
1923N/A* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
1923N/A* %m in printf() instead of strerror();
1923N/A* set_put(), hashmap_put() return values check.
i.e. == 0 doesn't free()!