TODO revision 5e4a79da3ac3859c2a1295e019b95a1e5589b9c1
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* swap units that are activated by one name but shown in the kernel under another are semi-broken
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* make anaconda write timeout=0 for encrypted devices
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* Dangling symlinks of .automount unit files in .wants/ directories, set up
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen automount points even when the original .automount file did not exist
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen anymore. Only the .mount unit was still around.
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* make polkit checks async
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
091a364c802e34a58f3260c9cb5db9b75c62215cTom Gundersen rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
b5efdb8af40ea759a1ea584c1bc44ecc81dd00ceLennart Poettering* rename systemd-udev.service to systemd-udevd.service
3ffd4af22052963e7a29431721ee204e634bea75Lennart Poettering* document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering* on reload/reexec: serialize NInstalledJobs properly
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering - PID 1 D-Bus API
822db23cfa98a9fbc48f41e11caafb6f1017e052Lennart Poettering - Update Syslog Interface docs
6bedfcbb2970e06a4d3280c8fb62083d252ede73Lennart Poettering - Journal C API manual pages
39d8db043b599a7382f94bfc904d5e108af438bdLennart Poettering* wiki: document logind's PreparingForShutdown, PreparingForSleep
5f402ae84bbc08fe8de5682e371b3f66c387da52Daniel Mack* support debian's console-setup logic
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering* introduce Type=pid-file
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering* systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* maybe allow services with ExecStop= set, but no ExecStart=?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* efi: honour language efi variables for default language selection
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* efi: honour timezone efi variables for default timezone selection
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* new dependency type to "group" services in a target
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add switch to journalctl to only show data from current boot
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* change REquires=basic.target to RequisiteOverride=basic.target
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* turn $NOTIFY_SOCKET back into an abstract namespace socket for
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering compatibility with services which chroot()
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* exclude processes marked with argv[0][0]=@ from the normal service killing too
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: hook up with EFI firmware log, new kmsg logic
a2a416f768e2aa7db5b975cd50eb19237cac9cceLennart Poettering* handle C-A-Del in logind, like the power/suspend buttons?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* nspawn: make use of device cgroup contrller by default
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journalctl /dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* make use of /sys/power/wake_lock in inhibitors
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* make sure show-logs checks for utf8 validity, not ascii validity
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
21d73c87b09ec2b8642424bc714ce9af3da4fc40Lennart Poettering* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
21d73c87b09ec2b8642424bc714ce9af3da4fc40Lennart Poettering* (attempt to) make Debianites happy:
a2a416f768e2aa7db5b975cd50eb19237cac9cceLennart Poettering - implement .d/ auto includes for unit files
a2a416f768e2aa7db5b975cd50eb19237cac9cceLennart Poettering - add syntax to reset ExecStart= lists (and similar)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* manipulate CPU governor during boot, set it to performance
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* steal SBF management from the kernel
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* delay journal /var writeout to after boot if SBF is clean
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* move passno parsing to fstab generator
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering or use the users cgroup information when /proc/*/loginuid is not available.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
da927ba997d68401563b927f92e6e40e021a8e5cMichal Schmidt* maybe introduce ~/.config/locale.conf and apply it within PAM
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* automount: implement expire
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* logind: auto-suspend, auto-shutdown:
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
0dd25fb9f005d8ab7ac4bc10a609d00569f8c56aLennart Poettering IdleActionDelay=...
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering SessionIdleMode=(explicit|ignore|login)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering ForceShutdown=(yes|no)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* don't delete /tmp/systemd-namespace-* before a process is gone down
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* don't delete /run/users/lennart if lennart is still logged in even if aging is used
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* vconsole: implement setterm -store -foreground xxx --background zzz
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* fedora: make sshd and pam_loginuid work in nspawn containers
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* fix utmp for console logins in containers
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* Add pretty name for seats in logind
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* nspawn wants dev_setup() for /dev/fd/ and friends?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* selinux: merge systemd selinux access controls (dwalsh)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* ConditionSecurity= should learn about IMA
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* Auke: merge Auke's bootchart
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* udev: move to LGPL
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* udev systemd unify:
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering - strpcpy(), strpcpyl(), strscpy(), strscpyl()
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering - utf8 validator code
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering - now() vs. now_usec()
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* udev: remove network interface renaming, sleep and retry logic, we do
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering no support renaming of interfaces in the conflicting kernel
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* udev: scsi_id -> sg3_utils -> kill scsi_id
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* udev: add trigger --subsystem-match=usb/usb_device device
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* allow configuration of console width/height in vconsole.conf
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* cleanup syslog 'priority' vs. 'level' wording
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: if mmap() fails for mapping window try to unmap a a few older maps
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* dbus upstream still refers to dbus.target and shouldn't
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* 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
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support container_ttys=
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering (store-persistent, store-volatile?)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* introduce mix of BindTo and Requisite
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: store euid in journal if it differs from uid
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support chrony in addition to ntpd in timedated
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
da927ba997d68401563b927f92e6e40e021a8e5cMichal Schmidt* make logind reserve tty9 or so for text logins, so that gdm never picks it up
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* figure out whether we should leave dbus around during shutdown
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* dbus: in fedora, make the machine a symlink to /etc/machine-id
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* journald: reuse XZ context
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* write RPM spec macros for presets
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: write man pages for API
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* journal: OR matches are borked
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: extend hash tables as we go
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* journal: API for looking for retrieving "all values of this field"
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: deal nicely with byte-by-byte copied files, especially regards header
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* journal: local deserializer of export mode, http server
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: message catalog
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* journal: forward-secure signatures
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* document the exit codes when services fail before they are exec()ed
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* systemctl journal command
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journalctl: --cursor support, priority filtering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* systemctl status: show coredumps
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* save coredump in Windows/Mozilla minidump format
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support "systemctl stop foobar@.service" to stop all units matching a certain template
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* logind: allow showing logout dialog from system
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* document that %% can be used to write % in a string that is specifier extended
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* when an instanced service exits, remove its parent cgroup too if possible.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* automatically escape unit names passed on the service (i.e. think "systemctl start serial-getty.service@serial/by-path/jshdfjsdfhkjh" being automatically escaped as necessary.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* if we can not get user quota for tmpfs, mount a separate tmpfs instance
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering for every user in /run/user/$USER with a configured maximum size
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add an option to make mounts private/shareable and so on, enable this for root by default
1c4baffc1895809bae9ac36b670af90a4cb9cd7dTom Gundersen* be able to specify a forced restart of service A where service B depends on, in case B
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering needs to be auto-respawned?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* something like ConditionExec= or ExecStartPre= without failure state
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* don't set $HOME in services unless requested
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* allow Type=simple with PIDFile=
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* move PAM code into its own binary
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* warn if the user stops a service but not its associated socket
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* logind: spawn user@..service on login
da927ba997d68401563b927f92e6e40e021a8e5cMichal Schmidt* logind: non-local X11 server handling
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* implement Register= switch in .socket units to enable registration
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering in Avahi, RPC and other socket registration services.
da927ba997d68401563b927f92e6e40e021a8e5cMichal Schmidt* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
0014a4ad505d119c7ac4346d9d774c3f17f663a5Lennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering when we start a service in order to avoid confusion when a user
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering assumes starting a service is enough to make it accessible
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* Make it possible to set the keymap independently from the font on
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering the kernel cmdline. Right now setting one resets also the other.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* move nss-myhostname into systemd
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* and a dbus call to generate target from current state
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* drop /.readahead on bigger upgrades with yum
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add support for /bin/mount -s
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* GC unreferenced jobs (such as .device jobs)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* when failing to start a service due to ratelimiting, try again later, if restart=always is set
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* write blog stories about:
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - enabling dbus services
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - status update
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - how to make changes to sysctl and sysfs attributes
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - remote access
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - how to integrate cgconfig and suchlike with systemd
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - resource control in systemd
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - testing with Harald's awesome test kit
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* allow port=0 in .socket units
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* move readahead files into /var, look for them with .path units
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* support systemd.mask= on the kernel command line.
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* when key file cannot be found, read it from kbd in cryptsetup
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* reuse mkdtemp namespace dirs in /tmp?
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* Support --test based on current system state
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* maybe introduce ExecRestartPre=
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* configurable jitter for timer events
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* timer events with system resume
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* timer events on calendar time
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* dot output for --test showing the 'initial transaction'
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* implicitly import "defaults" settings file into all types
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* exec settings override
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* writable cgroups dbus properties for live changes
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - cups HAVEPATCH
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - postfix, saslauthd
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - libvirtd (/var/run/libvirt/libvirt-sock-ro)
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* auditd service files
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* fingerprint.target, wireless.target, gps.target, netdevice.target
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* io priority during initialization
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* systemctl list-jobs - show dependencies
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* add systemctl switch to dump transaction without executing it
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* drop cap bounding set in readahead and other services
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - natively watch for dbus-*.service symlinks (PENDING)
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - allow specification of socket mode/umask when allocating DBusServer
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - allow disabling of fd passing when connecting a AF_UNIX connection
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - allow disabling of UID passing for AUTH EXTERNAL
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering - always pass cred data along each message
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* fix alsa mixer restore to not print error when no config is stored
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* gnome-shell python script/glxinfo/is-accelerated must die
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* make cryptsetup lower --iter-time
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering in an ~30 minutes window. It does not adjust larger differences. Find a way
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering to tell the kernel, to always do a full time sync when the RTC is in UTC and
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering we are in 11-minutes-mode. When we trust the system time to NTP we also want
56f64d95763a799ba4475daf44d8e9f72a1bd474Michal Schmidt the RTC to sync up.
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* kernel: add device_type = "fb", "fbcon" to class "graphics"
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* look for close() vs. close_nointr() vs. close_nointr_nofail()
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* check for strerror(r) instead of strerror(-r)
8d3d7072e609ef0e0fb37e1d19a29307d58146c3Michal Schmidt* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
eb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92Lennart Poettering* %m in printf() instead of strerror();
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart PoetteringScheduled for removal (or fixing):
78c6a153c47f8d597c827bdcaf8c4e42ac87f738Lennart Poettering* xxxOverridable dependencies