3952N/A with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
3952N/A* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
3952N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
3952N/A* make anaconda write timeout=0 for encrypted devices
3952N/A* Dangling symlinks of .automount unit files in .wants/ directories, set up
3952N/A automount points even when the original .automount file did not exist
3952N/A anymore. Only the .mount unit was still around.
3952N/A* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
3952N/A rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
4586N/A* reexec journald across initrd transition
3952N/A* The current Storage=auto logic is borked, since people cannot mount
3952N/A already take that as signal to store our stuff there.
3952N/A* document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
3952N/A - Update Syslog Interface docs
3952N/A - Journal C API manual pages
3952N/A* wiki: document logind's PreparingForShutdown, PreparingForSleep
3952N/A* support debian's console-setup logic
3952N/A* systemctl list-unit-files appears to be broken for symlinked units in
/usr/lib 3952N/A* maybe allow services with ExecStop= set, but no ExecStart=?
4495N/A* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
4495N/A* efi: honour language efi variables for default language selection
4495N/A* efi: honour timezone efi variables for default timezone selection
4495N/A* new dependency type to "group" services in a target
4495N/A* exclude processes marked with argv[0][0]=@ from the normal service killing too
3952N/A* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
3952N/A* journal: hook up with EFI firmware log, new kmsg logic
3952N/A* nspawn: make use of device cgroup contrller by default
3952N/A* journalctl
/dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
3952N/A* drop accountsservice's StandardOutput=syslog and Type=dbus fields
3952N/A* make sure show-logs checks for utf8 validity, not ascii validity
3952N/A* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
3952N/A* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
3952N/A* (attempt to) make Debianites happy:
3952N/A - implement .d/ auto includes for unit files
3952N/A - add syntax to reset ExecStart= lists (and similar)
3952N/A* manipulate CPU governor during boot, set it to performance
3952N/A* steal SBF management from the kernel
3952N/A* delay journal /var writeout to after boot if SBF is clean
3952N/A* move passno parsing to fstab generator
3952N/A* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
3952N/A or use the users cgroup information when /proc/*/loginuid is not available.
3952N/A* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
4305N/A* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
3952N/A* automount: implement expire
3952N/A* logind: auto-suspend, auto-shutdown:
3952N/A IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
3952N/A SessionIdleMode=(explicit|ignore|login)
3952N/A* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
3952N/A* vconsole: implement setterm -store -foreground xxx --background zzz
3952N/A* fedora: make sshd and pam_loginuid work in nspawn containers
3952N/A* fix utmp for console logins in containers
3952N/A* Add pretty name for seats in logind
3952N/A* selinux: merge systemd selinux access controls (dwalsh)
3952N/A* ConditionSecurity= should learn about IMA
3952N/A* Auke: merge Auke's bootchart
3952N/A - strpcpy(), strpcpyl(), strscpy(), strscpyl()
3952N/A* udev: remove network interface renaming, sleep and retry logic, we do
3952N/A no support renaming of interfaces in the conflicting kernel
3952N/A* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
3952N/A* udev: scsi_id -> sg3_utils -> kill scsi_id
3952N/A* cleanup syslog 'priority' vs. 'level' wording
3952N/A* journal: if mmap() fails for mapping window try to unmap a a few older maps
3952N/A* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
3952N/A* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
3952N/A (store-persistent, store-volatile?)
3952N/A* introduce mix of BindTo and Requisite
3952N/A* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
3952N/A* add DeleteSocketsOnStop=yes|no option to socket units
3952N/A* journal: store euid in journal if it differs from uid
3952N/A* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
3952N/A* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
3952N/A* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
3952N/A* make logind reserve tty9 or so for text logins, so that gdm never picks it up
3952N/A* default unix qlen is too small (10). bump sysctl? add sockopt?
3952N/A* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
4586N/A* figure out whether we should leave dbus around during shutdown
3952N/A* journald: reuse XZ context
4586N/A* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
6134N/A* write RPM spec macros for presets
6134N/A* journal: write man pages for API
4586N/A* journal: OR matches are borked
4586N/A* journal: extend hash tables as we go
4586N/A* journal: API for looking for retrieving "all values of this field"
3952N/A* journal: deal nicely with byte-by-byte copied files, especially regards header
3952N/A* journal: local deserializer of export mode, http server
3952N/A* journal: forward-secure signatures
3952N/A* document the exit codes when services fail before they are exec()ed
3952N/A* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
3952N/A* journalctl: --cursor support, priority filtering
3952N/A* systemctl status: show coredumps
6134N/A* clean up session cgroups that remain after logout (think sshd), but eventually run empty
3952N/A* support "systemctl stop foobar@.service" to stop all units matching a certain template
3952N/A* logind: allow showing logout dialog from system
3952N/A* document that %% can be used to write % in a string that is specifier extended
3952N/A* when an instanced service exits, remove its parent cgroup too if possible.
3952N/A* if we can not get user quota for tmpfs, mount a separate tmpfs instance
4586N/A* be able to specify a forced restart of service A where service B depends on, in case B
4586N/A needs to be auto-respawned?
4586N/A* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
4586N/A* when a bus name of a service disappears from the bus make sure to queue further activation requests
4586N/A* something like ConditionExec= or ExecStartPre= without failure state
4586N/A* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
4586N/A* don't set $HOME in services unless requested
4586N/A* when we automatically restart a service, ensure we restart its rdeps, too.
4586N/A* allow Type=simple with PIDFile=
3952N/A* move PAM code into its own binary
3952N/A* warn if the user stops a service but not its associated socket
3952N/A* logind: spawn user@..service on login
3952N/A* logind: non-local X11 server handling
4586N/A* implement Register= switch in .socket units to enable registration
3952N/A in Avahi, RPC and other socket registration services.
3952N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
4586N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
4586N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
4586N/A* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
3952N/A* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
3952N/A* verify that the AF_UNIX sockets of a service in the fs still exist
3952N/A when we start a service in order to avoid confusion when a user
3952N/A assumes starting a service is enough to make it accessible
6134N/A* Make it possible to set the keymap independently from the font on
6134N/A the kernel cmdline. Right now setting one resets also the other.
3952N/A* move nss-myhostname into systemd
3952N/A* and a dbus call to generate target from current state
3952N/A* drop /.readahead on bigger upgrades with yum
3952N/A* GC unreferenced jobs (such as .device jobs)
3952N/A* when failing to start a service due to ratelimiting, try again later, if restart=always is set
3952N/A - how to make changes to sysctl and sysfs attributes
3952N/A - how to pass throw-away units to systemd, or dynamically change properties of existing units
3952N/A - how to integrate cgconfig and suchlike with systemd
3952N/A - resource control in systemd
3952N/A - testing with Harald's awesome test kit
3952N/A* allow port=0 in .socket units
3952N/A* move readahead files into /var, look for them with .path units
3952N/A* when key file cannot be found, read it from kbd in cryptsetup
3952N/A* reuse mkdtemp namespace dirs in /tmp?
3952N/A* recreate systemd's D-Bus private socket file on SIGUSR2
3952N/A* Support --test based on current system state
3952N/A* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
4586N/A* maybe introduce ExecRestartPre=
4586N/A* configurable jitter for timer events
4586N/A* timer events with system resume
4586N/A* timer events on calendar time
4586N/A* dot output for --test showing the 'initial transaction'
4586N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
4586N/A* implicitly import "defaults" settings file into all types
4586N/A* writable cgroups dbus properties for live changes
3952N/A* io priority during initialization
4586N/A* systemctl list-jobs - show dependencies
4586N/A* add systemctl switch to dump transaction without executing it
4586N/A* drop cap bounding set in readahead and other services
3952N/A - natively watch for dbus-*.service symlinks (PENDING)
3952N/A - allow disabling of fd passing when connecting a AF_UNIX connection
3952N/A - allow disabling of UID passing for AUTH EXTERNAL
3952N/A - always pass cred data along each message
3952N/A* fix alsa mixer restore to not print error when no config is stored
3952N/A* make cryptsetup lower --iter-time
4586N/A* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
4586N/A in an ~30 minutes window. It does not adjust larger differences. Find a way
4586N/A to tell the kernel, to always do a full time sync when the RTC is in UTC and
4586N/A we are in 11-minutes-mode. When we trust the system time to NTP we also want
3952N/A* kernel: add device_type = "fb", "fbcon" to class "graphics"
3952N/A* look for close() vs. close_nointr() vs. close_nointr_nofail()
3952N/A* check for strerror(r) instead of strerror(-r)
4586N/A* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
4586N/A* %m in printf() instead of strerror();
3952N/A* set_put(), hashmap_put() return values check.
i.e. == 0 doesn't free()!
4586N/AScheduled for removal (or fixing):
4586N/A* xxxOverridable dependencies