TODO revision d19e85f0d474ed1882561b458d528cbae49f640e
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers* Re-enable "fsck -l" when it is ready:
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Should systemctl status \* work on all unit types, not just .service?
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers automount points even when the original .automount file did not exist
8adaf7bd23baa6e2cd99e9e88e55d0f5f5db29a2Richard Maw anymore. Only the .mount unit was still around.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-SzmekAfter killing 'systemd --user', systemctl restart user@... fails.
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-SzmekExecStart with unicode characters fails in strv_split_quoted:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering Environment=ONE='one' "TWO='two two' too" THREE=
f85857df75cfedbc0d10b8ca2400188dc8f4c22eLennart Poettering ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* Fedora: post FPC ticket to move add %tmpfiles_create to the packaging guidelines
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* Fedora: move kernel image to /usr/lib/modules/, kernel-install will take care of populating /boot
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* Fedora: remove /etc/resolv.conf tmpfiles hack
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* wiki: update journal format documentation for lz4 additions
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* When lz4 gets an API for lz4 command output, make use of it to
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering compress coredumps in a way compatible with /usr/bin/lz4.
f506d09f714ce7c405d27cdf5939e1fdc3ed1a07Lennart Poettering* busctl: add a pcap writer, using LINKTYPE_DBUS/231
f506d09f714ce7c405d27cdf5939e1fdc3ed1a07Lennart Poettering* man: maybe use the word "inspect" rather than "introspect"?
f506d09f714ce7c405d27cdf5939e1fdc3ed1a07Lennart Poettering* introduce machines.target to order after all nspawn instances
f506d09f714ce7c405d27cdf5939e1fdc3ed1a07Lennart Poettering* systemd-nspawn@.service should fail if some nspawn arg is invalid, with Type=notify
bd098bceddfe70dc995c0c4f7bac07475fc0fc41Lennart Poettering* "machinectl list" should probably show columns for OS version and IP addresses
bd098bceddfe70dc995c0c4f7bac07475fc0fc41Lennart Poettering* systemctl: if it fails, show log output?
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering* maybe add "systemctl edit" that copies unit files from /usr/lib/systemd/system to /etc/systemd/system and invokes vim on them
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering* dbus: add new message hdr field for allowing interactive auth, write spec for it. update dbus spec to mandate that unknown flags *must* be ignored...
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering* maybe introduce AssertXYZ= similar to ConditionXYZ= that causes a unit to fail (instead of skipping it) if some condition is not true...
0d4c4b7141c494fd8db273cf637a17af53674b2fLennart Poettering* remove multi-seat-x now
3efc8c72f02423ece08b5c4d5c812420092cc10aLennart Poettering* refcounting in sd-resolve is borked
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering* exponential backoff in timesyncd and resolved when we cannot reach a server
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering* apply start timeout during the "initializing" manager state only,
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering instead of both "initializing" and "starting". maybe rename the
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering timeout to "initialization-timeout" then or so?
573831165360e89a880f90627753962ab28c4f37Lennart Poettering* journald: make use of uid-range.h to managed uid ranges to split
1361205099406d2a19d64547448638a6b665af81Lennart Poettering* tmpfiles: port to unquote_many_words(), similar to sysusers
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering* unquote_many_words() should probably be used by a lot of code that
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering currently uses FOREACH_WORD and friends. For example, most conf
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering parsing callbacks should use it.
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering* logind: make the Suspend()/Hibernate() bus calls wait for the for
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering the job to be completed. before returning, so that clients can wait
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering for "systemctl suspend" to finish to know when the suspending is
203e81db24ccb9b4dcb0b1bad0ba554116267d20Lennart Poettering* merge ~/.local/share and ~/.local/lib into one similar /usr/lib and /usr/share....
63432f5d9570b76a8efe82702d69611c20645530Lennart Poettering* remove readahead in 217
dcd12626734ce81e89c74515eaca601ef9edf785Lennart Poettering* journald: allows specification of UID range for splitting up journal files
dcd12626734ce81e89c74515eaca601ef9edf785Lennart Poettering* systemd.show_status= should probably have a mode where only failed
8aa203819fc7f2a840191f8d9d0e65566c0ce98eLennart Poettering units are shown.
b18d23d7ac6a53d52b99dbf0b2048d5a946a2e28Lennart Poettering - add LLDP client side support
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering - the DHCP lease data (such as NTP/DNS) is still made available when
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering a carrier is lost on a link. It should be removed instantly.
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering - .network setting that allows overriding of the hostname to send to the dhcp server
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-July/021550.html
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering - expose in the API the following bits:
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering - option 15, domain name and/or option 119, search list
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering - option 12, host name and/or option 81, fqdn
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering - option 100, 101, timezone
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering - option 123, 144, geolocation
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering - option 252, configure http proxy (PAC/wpad)
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering - networkd's dhcp server should transparently pass on the DNS and
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering NTP server list it got from user configuration and its dhcp client
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering to clients. It should also pass on its own timezone information.
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering - provide a way to define a per-network interface default metric value
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering for all routes to it. possibly a second default for DHCP routes.
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering - put networkd events and rtnl events at a higher priority, so that
2bc39683c0cada86c9dc39e5f3d0ea475cf12e57Lennart Poettering we always process them before we process client requests
2bc39683c0cada86c9dc39e5f3d0ea475cf12e57Lennart Poettering - use base64 for key presentation?
17fe56148c44dfa5583a8643c1918fd6eccf2aeeLennart Poettering - add display of private key types (http://tools.ietf.org/html/rfc4034#appendix-A.1.1)?
17fe56148c44dfa5583a8643c1918fd6eccf2aeeLennart Poettering - add nice formatting of DNS timestamps
c14db9b32ab90738973071d31f259d1a457d7b4aLennart Poettering - search paths
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering - avahi compat
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering - DNS-SD service registration from socket units
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering - cname on PTR (?)
d2f81fb00cc3c49e21b31000ba7d37b81a260257Lennart Poettering* Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
98cd2651988619bf606f0b27825440c4638a7e0bLennart Poettering without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering pull-in the policy.
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering* Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering* Add a new verb "systemctl top"
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* logind: allow users to kill or lock their own sessions
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* add new gpt type for btrfs volumes
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* support empty /etc boots nicely:
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering - nspawn/gpt-generator: introduce new gpt partition type for /usr
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile=
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering - fstab-generator: add support for usr= in addition to root= on the kernel cmdline
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* support setting empty environment variables with Environment= and EnvironmentFile=
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* a way for container managers to turn off getty starting via $container_headless= or so...
c2d5b3c94d0c082ef29597fb230f8b88b124bab8Lennart Poettering* figure out a nice way how we can let the admin know what child/sibling unit causes cgroup membership for a specific unit
7e27f3121e5a10629302b5221eb21345f832724aLennart Poettering* journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart Poettering* set NOTIFY_SOCKET also for control processes
758c4d7a391c0e024737053c815bf3924653b8c5Lennart Poettering* mount_cgroup_controllers(): symlinks need to get the label applied
821cc13ddae40fb7608458b44aaa7a3fd33d56d9Lennart Poettering* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering they run added to the initial transaction and thus confuse Type=idle.
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* Run most system services with cgroupfs read-only and procfs with a more secure mode (doesn't work, since the hidepid= option is per-pid-namespace, not per-mount)
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* sd-event: generate a failure of a default event loop is executed out-of-thread
b857e042d621ffb98a652f33850b431fafbece43Lennart Poettering* expose "Locked" property on logind sesison objects
6dab5bb18151c80fc39bd51f03dcff40b920de3eLennart Poettering* add bus api to query unit file's X fields.
3bcde97e8502c48b53f7420e2433ca68e601662dLennart Poettering* consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup=
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering* sd-event: define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek* gpt-auto-generator:
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek - Support LUKS for root devices
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
202aea456dfb279cd34da7bfd1880f6ac0fd849fLennart Poettering - Make /home automount rather than mount?
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering* improve journalctl performance by loading journal files
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann lazily. Encode just enough information in the file name, so that we
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann do not have to open it to know that it is not interesting for us, for
6868560773ada8ea31d1f86422be6bf026a1f660Richard Maw the most common operations.
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* add generator that pulls in systemd-network from containers when
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering CAP_NET_ADMIN is set, more than the loopback device is defined, even
563b1bdc09efe0cf94dd3f514f30376ca854c1ceLennart Poettering when it is otherwise off
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering* MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering* "busctl status" works only as root on dbus1, since we cannot read
6bd7941ece602ae9962a103c8d65ecda7d642391Tom Gundersen* implement Distribute= in socket units to allow running multiple
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering service instances processing the listening socket, and open this up
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering for ReusePort=
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering* socket units: support creating sockets in different namespace,
ff3d6560bead6879a2fed1bf99bfe8273b3723f1Zbigniew Jędrzejewski-Szmek opening it up for JoinsNamespaceOf=. This would require to fork off
2250592422ad1c2a9ac3894823caab0e61363398Tom Gundersen a tiny process that joins the namespace and creates/binds the socket
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering and passes this back to PID1 via SCM_RIGHTS. This also could be used
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering to allow Chown/chgrp on sockets without requiring NSS in PID 1.
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering* New service property: maximum CPU and wallclock runtime for a service
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann should SIGSTOP all unit processes in a loop until all processes of
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann it are fully stopped. This can later be used for app management by
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering desktop UIs such as gnome-shell to freeze apps that are not visible
3f77a1b19f5a8ce33566f7f6e28e94c08ea30841Kay Sievers on screen, not unlike how job control works on the shell
2834ffe78d7fd8be118429aa1449ac72641638c2Lennart Poettering - manager property enumeration was broken when systemd moved to /usr/lib/
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering - implement per-slice CPUFairScheduling=1 switch
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering - handle jointly mounted controllers correctly
3c779fa59d1825d7db2a9516669d34ded7916913Lennart Poettering - introduce high-level settings for RT budget, swappiness
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering - how to reset dynamically changed unit cgroup attributes sanely?
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering - when reloading configuration, apply new cgroup configuration
3de03738fc970496d2d3da668c72767a48ccc41bLennart Poettering - when recursively showing the cgroup hierarchy, optionally also show
3de03738fc970496d2d3da668c72767a48ccc41bLennart Poettering the hierarchies of child processes
37efac5ddb21fd91ed420c070ed07f375e78b3b9Lennart Poettering* transient units:
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering - allow creating auxiliary units with the same call
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering - add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering - ensure scope units may be started only a single time
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering* when we detect low battery and no AC on boot, show pretty splash and refuse boot
11fb37f16ed99c1603c9d770b60ce4953b96a58dLennart Poettering* machined, localed: when we try to kill an empty cgroup, generate an ESRCH error over the bus
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering* libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-event event loops
2a781fc9bd33982c81e5ff75974a442a33d4f167Lennart Poettering* be more careful what we export on the bus as (usec_t) 0 and (usec_t) -1
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering* unify dispatch table in systemctl_main() and friends
650264033f2f98f6319513958d94d59078654af8Lennart Poettering* rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it
650264033f2f98f6319513958d94d59078654af8Lennart Poettering* After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
eda8f06755bd98c4639293c26b856c225f0d1fe1Lennart Poettering* If we try to find a unit via a dangling symlink, generate a clean
eda8f06755bd98c4639293c26b856c225f0d1fe1Lennart Poettering error. Currently, we just ignore it and read the unit from the search
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering* refuse boot if /etc/os-release is missing or /etc/machine-id cannot be set up
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering* given that logind now lets PID 1 do all nasty work, we can
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering probably reduce the capability set it retains substantially.
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering* btrfs raid assembly: some .device jobs stay stuck in the queue
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering* make sure gdm does not use multi-user-x but the new default X configuration file, and then remove multi-user-x from systemd
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering* load .d/*.conf dropins for device units
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering* allow implementation of InaccessibleDirectories=/ plus
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering ReadOnlyDirectories=... for whitelisting files for a service.
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering - when kdbus does not take our message without memfds, try again with memfds
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering - systemd-bus-proxyd needs to enforce good old XML policy
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - allow updating attach flags during runtime
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - pid1: peek into activating message when activating a service
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - port to sd-resolve for connecting to TCP dbus servers
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - see if we can drop more message validation on the sending side
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add API to clone sd_bus_message objects
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - make AddMatch calls on dbus1 transports async?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too...
0bee65f0622c4faa8ac8ae771cc0c8a936dfa284Lennart Poettering - longer term: priority inheritance
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - dbus spec updates:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - kdbus mapping
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering - "const" properties (posted)
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering - path escaping
718db96199eb307751264e4163555662c9a389faLennart Poettering - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
718db96199eb307751264e4163555662c9a389faLennart Poettering - test bloom filter generation indexes
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering - allow multiple signal handlers per signal?
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering - document chaining of signal handler for SIGCHLD and child handlers
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering* in the final killing spree, detect processes from the root directory, and
416446221d905b6815175dc4d525d27f8ae43d1bLennart Poettering complain loudly if they have argv[0][0] == '@' set.
416446221d905b6815175dc4d525d27f8ae43d1bLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=961044
0aafd43d235982510d1c40564079f7bcec0c7c19Lennart Poettering* investigate endianness issues of UUID vs. GUID
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
df5f6971e6e15b4632884916c71daa076c8bae96Lennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
fcba531ed4c6e6f8f21d8ca4e3a56e3162b1c578Lennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71Zbigniew Jędrzejewski-Szmek* add a pam module that on password changes updates any LUKS slot where the password matches
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* cgtop: make cgtop useful in a container
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - add 'set -e' to scripts in test/
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - make stuff in test/ work with separate output dir
0d43ffef5ad277183ebaef259b2210bfaf913749Lennart Poettering* seems that when we follow symlinks to units we prefer the symlink
fa607802f332e06f4044c3eb38dbea41076c803dLennart Poettering destination path over /etc and /usr. We should not do that. Instead
d0928791499734e202460d5c027b5d3e0d28e7abLennart Poettering /etc should always override /run+/usr and also any symlink
57f2a947270faf65e1876797b930e3f6d60ebd06Lennart Poettering* when isolating, try to figure out a way how we implicitly can order
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt all units we stop before the isolating unit...
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
80caea6cc72ebd311a311b1527cc6b87201c13bfLennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
ab9716c2489f9141ed13ec22dbb216b3e6fbd6b5Lennart Poettering need manual exponential loops after all
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering that the boot loader should be installed to the ESP. Define a way
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering how an installer can figure out whether a BLS compliant boot loader
69727e6dc69ae5d9b5ae3681723778a3faa354e9Lennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering the initrd issues a reload after fstab from the host is accessible
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering and we might want to requeue the mounts local-fs acquired through
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering that automatically.
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
12179984a38fe74581333fbcdc11c822d81f505fLennart Poettering* remove any syslog support from log.c -- we probably cannot do this before split-off udev is gone for good
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* shutdown logging: store to EFI var, and store to USB stick?
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* write UI tool that pops up emergency messages from the journal as notification
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering* use "log level" rather than "log priority" everywhere
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek* merge unit_kill_common() and unit_kill_context()
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering* introduce ExecCondition= in services
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - honor language efi variables for default language selection (if there are any?)
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - change bootctl to be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek https://bugzilla.redhat.com/show_bug.cgi?id=812826
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering - logind: wakelock/opportunistic suspend support
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering - Add pretty name for seats in logind
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - logind: allow showing logout dialog from system?
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering - session scopes/user unit: add RequiresMountsFor for the home directory of the user
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering - if pam_systemd is invoked by su from a process that is outside of a
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering any session we should probably just become a NOP, since that's
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering usually not a real user session but just some system code that just
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering needs setuid().
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - import and delete pstore filesystem content at startup
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering - journald: also get thread ID from client, plus thread name
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - declare the local journal protocol stable in the wiki interface chart
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - journal: reuse XZ context
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering "dropped %u messages" not only when we are about to print the next
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering message that works, but alraedy after a short tiemout
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers - journal: when writing journal auto-rotate if time jumps backwards
e41814846c19a48f4490169d82e359e005c4db45Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers - journactl: support negative filtering, i.e. FOOBAR!="waldo",
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering and !FOOBAR for events without FOOBAR.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering - journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering - journal: When used on NFS, check payload hashes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering - journal: store euid in journal if it differs from uid
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - Replace utmp, wtmp, btmp, and lastlog completely with journal
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - tmpfiles: when applying ownership to /run/log/journal, also do this for the journal fails contained in it
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - when a kernel driver logs in a tight loop, we should ratelimit that too.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journald: optionally, log debug messages to /run but everything else to /var
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - journald: when we drop syslog messages because the syslog socket is
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering full, make sure to write how many messages are lost as first thing
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering to syslog when it works again.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - journald: make sure ratelimit is actually really per-service with the new cgroup changes
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - change systemd-journal-flush into a service that stays around during
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering boot, and causes the journal to be moved back to /run on shutdown,
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering so that we do not keep /var busy. This needs to happen synchronously,
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering hence doing this via signals is not going to work.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - document that deps in [Unit] sections ignore Alias= fields in
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering [Install] units of other units, unless those units are disabled
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - document the exit codes when services fail before they are exec()ed
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - document that service reload may be implemented as service reexec
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - add a man page containing packaging guidelines and recommending usage of things like Documentation=, PrivateTmp=, PrivateNetwork= and ReadOnlyDirectories=/etc /usr.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - document systemd-journal-flush.service properly
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: document the very specific env the shutdown drop-in tools live in
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: add more examples to man pages
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - man: maybe sort directives in man pages, and take sections from --help and apply them to man too
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers - systemctl list-jobs - show dependencies
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add systemctl switch to dump transaction without executing it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - "systemctl disable" on a static unit prints no message and does
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt nothing. "systemctl enable" does nothing, and gives a bad message
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering about it. Should fix both to print nice actionable messages.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl enable: fail if target to alias into does not exist? maybe show how many units are enabled afterwards?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - better error message if you run systemctl without systemd running
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - systemctl status output should should include list of triggering units and their status
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* unit install:
038cf33420afa5f913fe5cbf3e7138574c33d97bZbigniew Jędrzejewski-Szmek - "systemctl mask" should find all names by which a unit is accessible
038cf33420afa5f913fe5cbf3e7138574c33d97bZbigniew Jędrzejewski-Szmek (i.e. by scanning for symlinks to it) and link them all to /dev/null
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl: maybe add "systemctl add-wants" or so...
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - timer units should get the ability to trigger when:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - calendarspec: support value ranges with ".." notation. Example: 2013-4..8-1
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - when parsing calendar timestamps support the UTC timezone (even if we will not support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - Modulate timer frequency based on battery state
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* update the kernel's TZ (sys_tz) when DST changes
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* sync down the system time to the RTC when:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt mode, it will never touch the RTC if the no reliable time source is active or the
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering user did not request anything like it.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* fedup: add --unit to systemctl switch-root somehow
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* fedup: do not delete initrd on switch-root
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* fedup: generator
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann waiting for the timeout
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab is not
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - bind mount read-only the cgroup tree higher than nspawn
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - refuses to boot containers without /etc/machine-id (OK?), and with empty /etc/machine-id (not OK).
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - support taking a btrfs snapshot at startup and dropping it afterwards
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - cryptsetup-generator: allow specification of passwords in crypttab itself
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - move cryptsetup key caching into kernel keyctl?
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann https://bugs.freedesktop.org/show_bug.cgi?id=54982
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann https://bugs.freedesktop.org/show_bug.cgi?id=54712
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* after deserializing sockets in socket.c we should reapply sockopts and things
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* make timer units go away after they elapsed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* create /sbin/init symlinks from the build system
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* allow writing multiple conditions in unit files on one line
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering cannot delay the response properly until we are back, so instead of
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering being properly synchronous we just keep open the fd and close it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering when done. That means clients do not get a successful method reply,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering but much rather a disconnect on success.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* rename "userspace" to "core-os"
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering verify that it is not masked via any of the names traversed.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* introduce Type=pid-file
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
8b04b925e587ff56568c62ff5ad3f2ea2b34ca7aLennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* automount: implement expire:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - every timeout/4 (original autofs logic)
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - blocking, needs a thread
90e071d1d59be05fcba66561439c3ca67c80ee20Lennart Poettering - run until -EAGAIN
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - receive expire packet on pipe if kernel tells the timeout is over
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers - move to LGPL
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering - kill scsi_id
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - add trigger --subsystem-match=usb/usb_device device
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - reimport udev db after MOVE events for devices without dev_t
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart 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
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* introduce mix of BindTo and Requisite
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* default unix qlen is too small (10). bump sysctl? add sockopt?
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* save coredump in Windows/Mozilla minidump format
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* be able to specify a forced restart of service A where service B depends on, in case B
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann needs to be auto-respawned?
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* when a bus name of a service disappears from the bus make sure to queue further activation requests
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - apply "x" on "D" too (see patch from William Douglas)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* for services: do not set $HOME in services unless requested
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* hide PAM options in fragment parser when compile time disabled
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* when we automatically restart a service, ensure we restart its rdeps, too.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* allow Type=simple with PIDFile=
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann https://bugzilla.redhat.com/show_bug.cgi?id=723942
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* move PAM code into its own binary
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* implement Register= switch in .socket units to enable registration
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann in Avahi, RPC and other socket registration services.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* add ReloadSignal= for configuring a reload signal to use
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* verify that the AF_UNIX sockets of a service in the fs still exist
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann when we start a service in order to avoid confusion when a user
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann assumes starting a service is enough to make it accessible
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* Make it possible to set the keymap independently from the font on
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann the kernel cmdline. Right now setting one resets also the other.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* and a dbus call to generate target from current state
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - drop /.readahead on bigger upgrades with yum
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - move readahead files into /var (look for them with .path units?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* GC unreferenced jobs (such as .device jobs)
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering* write blog stories about:
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering - hwdb: what belongs into it, lsusb
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering - enabling dbus services
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering - status update
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering - how to make changes to sysctl and sysfs attributes
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering - remote access
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - how to integrate cgconfig and suchlike with systemd
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - testing with Harald's awesome test kit
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - auto-restart
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering - how to develop against journal browsing APIs
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering - the journal HTTP iface
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers - non-cgroup resource management
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering - dynamic resource management with cgroups
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - refreshed, longer missions statement
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - calendar time events
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - how to create your own target
e8d842a0d0b39f298e1e7f70d29759e50b2b16d4Tom Gundersen - instantiated apache, dovecot and so on
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers - hooking a script into various stages of shutdown/rearly booot
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* allow port=0 in .socket units
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* Support --test based on current system state
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* maybe introduce ExecRestartPre=
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* dot output for --test showing the 'initial transaction'
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* fingerprint.target, wireless.target, gps.target, netdevice.target
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* drop cap bounding set in readahead and other services
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering* systemd-python:
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - figure out a simple way to wait for journal events in a way that
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers works with ^C
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - add documentation to systemd.daemon
614cc34f3a2a7c64a21c3f5256f2e2b2c1de1d51Zbigniew Jędrzejewski-Szmek - plot per-process IO utilization
614cc34f3a2a7c64a21c3f5256f2e2b2c1de1d51Zbigniew Jędrzejewski-Szmek - group processes based on service association (cgroups)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - document initcall_debug
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - kernel cmdline "bootchart" option for simplicity?
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* udev-link-config:
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering - Make sure ID_PATH is always exported and complete for
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering network devices where possible, so we can safely rely
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering on Path= matching
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering - check MTUBytes parsing (expecting size_t but we are using unsigned)
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering - add support for more attribute types
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering - inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering - add more keys to [Route] and [Address] sections
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config)
796b06c21b62d13c9021e2fbd9c58a5c6edb2764Kay Sievers - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - add reduced [Link] support to .network files
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - add Scope= parsing option for [Network]
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering - properly handle routerless dhcp leases
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - add more attribute support for SIT tunnel
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - work with non-ethernet devices
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - add support for more bond options
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* networkd-wait-online:
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - make operstates to wait for configurable?
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering - figure out how much we can increase Maximum Message Size
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - export timezone information