TODO revision 5dcf983854c2e8314dbee239180255490ec8ae1c
ebcd5d3acd4c470668bbcd945a5aa42f0af5ccf0Kay Sievers* Re-enable "fsck -l" when it is ready:
ebcd5d3acd4c470668bbcd945a5aa42f0af5ccf0Kay Sievers https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
ebcd5d3acd4c470668bbcd945a5aa42f0af5ccf0Kay Sievers* Should systemctl status \* work on all unit types, not just .service?
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering automount points even when the original .automount file did not exist
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering anymore. Only the .mount unit was still around.
73090dc815390f4fca4e3ed8a7e1d3806605daaaLennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Fedora: when installing fedora with yum --installroot /var/run is a directory, not a symlink
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers https://bugzilla.redhat.com/show_bug.cgi?id=975864
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* Fedora: post FPC ticket to move add %tmpfiles_create to the packaging guidelines
871206d340ed6119b31daeb8b13c8ef5ccf25501Kay Sievers* Fedora: move kernel image to /usr/lib/modules/, kernel-install will take care of populating /boot
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering* Fedora: remove /etc/resolv.conf tmpfiles hack
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering* systemd.show_status= should probably have a mode where only failed
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering units are shown.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering* sd-event: - make it possible to embedd our event loop into foreign
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering event loops by passing out the epoll fd and providing three functions
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering that fit into GSource nicely.
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers - add LLDP support
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers - ipv4ll with multiple interfaces doesn't work when both dhcp and
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers ipv4ll is used. for some reasons the kernel will currently pick an
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers ipv4ll source address to reach non-ipv4ll gateways.
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers - dhcp and ipv4ll should probably be skipped for "lo" devices, even
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering if the user has a catchall .network file installed, that might
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering theoretically match it.
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering - we probably should introduce a new operational state that
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering indicates that we are trying to acquire some configuration for a
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering link but haven't acquired any yet. Just to inform the admin that
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering networkd cares about an interface, but is still in progress..
73fcda2737ac607a265b3e1382e9d4fb4607c20fKay Sievers - the DHCP lease data (such as NTP/DNS) is still made available when
73fcda2737ac607a265b3e1382e9d4fb4607c20fKay Sievers a carrier is lost on a link. It should be removed instantly.
919a7f39e6aa4a93b8348ec2586e313c40f49e52Lennart Poettering - maybe have bool flag in .link units to enable promiscuous mode for interfaces
3bea51c59d79333a2a365f4677c97b4302377a48Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-July/021568.html
3bea51c59d79333a2a365f4677c97b4302377a48Lennart Poettering - .network setting that allows overriding of the hostname to send to the dhcp server
3bea51c59d79333a2a365f4677c97b4302377a48Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-July/021550.html
3bea51c59d79333a2a365f4677c97b4302377a48Lennart Poettering - add per-network Domains= settings, with a special syntax Domains=*
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering for routing all non-otherwise routed traffic to this link
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering - add UseDomains= setting to [DHCP] to add dhcp supplied domains to
7212a8a99ee863698f5feaa00abb4b99f3996a1aLennart Poettering per-interface Domains= list.
7212a8a99ee863698f5feaa00abb4b99f3996a1aLennart Poettering - expose in the API the following bits:
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering - option 15, domain name and/or option 119, search list
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering - option 12, host name and/or option 81, fqdn
941e990db1f2682abaa2966b1c48602901d0c599Lennart Poettering - option 100, 101, timezone
941e990db1f2682abaa2966b1c48602901d0c599Lennart Poettering - option 123, 144, geolocation
decab96090593d617bfd576cb68253a6e082309bLennart Poettering - option 252, configure http proxy (PAC/wpad)
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers - use base64 for key presentation?
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering - add display of private key types (http://tools.ietf.org/html/rfc4034#appendix-A.1.1)?
6a7353684b65f0107cbdfa0a16ab7717ba257b61Lennart Poettering - add nice formatting of DNS timestamps
6b78f9b4354010f8af2fe48c783ffd52b2db8f57Lennart Poettering - search paths
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering - avahi compat
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering - DNS-SD service registration from socket units
b7def684941808600c344f0be7a2b9fcdda97e0fLennart Poettering - cname on PTR (?)
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering pull-in the policy.
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* the resolv.conf tmpfiles line should be covered by ENABLE_NETWORKD...
d246fbb054974af4c78e0cf298e031291475cbc1Lennart Poettering - also create entries in /etc/shadow, /etc/gshadow
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering - allow setting the home directory of system users
461b1822321d6be0d7fd8be29bf3b4993ebd1b85Lennart Poettering* Add a new verb "systemctl top"
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* refuse mounting on symlinks
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* logind: allow users to kill or lock their own sessions
d1970645411ea1cc083ea1668e0d446252dc1505Lennart Poettering* add new gpt type for btrfs volumes
b4efdf97203ddf781c17f77be84cc61516a077d2Lennart Poettering* support empty /etc boots nicely:
b4efdf97203ddf781c17f77be84cc61516a077d2Lennart Poettering - nspawn/gpt-generator: introduce new gpt partition type for /usr
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile=
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering - fstab-generator: add support for usr= in addition to root= on the kernel cmdline
5231084b479455e6cc892ec3c37c9f599c5bea58Lennart Poettering* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
eeb875144e5a80d0521461a139f13fc8014d77d8Lennart Poettering* support setting empty environment variables with Environment= and EnvironmentFile=
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* machined/machinectl: sort IP addresses we return by scope and protocol
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* machined: write NSS module for looking up IP addresses for machines
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* a way for container managers to turn off getty starting via $container_headless= or so...
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* figure out a nice way how we can let the admin know what child/sibling unit causes cgroup membership for a specific unit
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* set NOTIFY_SOCKET also for control processes
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* mount_cgroup_controllers(): symlinks need to get the label applied
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers they run added to the initial transaction and thus confuse Type=idle.
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* Add timeout to early-boot, and shut down the system if it is hit. Solves the laptop-in-bag problem and is useful for embedded cases
af6da548aa14c57da7f17b3a1f2211efdb811d19Lennart 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)
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering* sd-event: generate a failure of a default event loop is executed out-of-thread
9473414219330b9febc1d0712bbf49ad74cf962fLennart Poettering* expose "Locked" property on logind sesison objects
24f3a374b9588a6e409ba58b40bdd684050decf3Lennart Poettering* add bus api to query unit file's X fields.
24f3a374b9588a6e409ba58b40bdd684050decf3Lennart Poettering* consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup=
88f8ffbd63d09b0f2899a8d45fc82e22839aeb81Lennart Poettering* sd-event: define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
069cfc85f876bb6966cb5a9bbe0235f5064622cdLennart Poettering* gpt-auto-generator:
069cfc85f876bb6966cb5a9bbe0235f5064622cdLennart Poettering - Support LUKS for root devices
509407003de0c77259e5e46b567d2a464acbb6f4Shawn Landden - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
6b17d77e3e9eb80786f685e161515a07e0d8c4b8Lennart Poettering - Make /home automount rather than mount?
ec8927ca5940e809f0b72f530582c76f1db4f065Lennart Poettering* improve journalctl performance by loading journal files
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering lazily. Encode just enough information in the file name, so that we
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering do not have to open it to know that it is not interesting for us, for
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering the most common operations.
f7f21d33db5dfe88dc8175c61dada44013347729Lennart Poettering* add generator that pulls in systemd-network from containers when
f7f21d33db5dfe88dc8175c61dada44013347729Lennart Poettering CAP_NET_ADMIN is set, more than the loopback device is defined, even
27b5482cc08b7fac1b6b15d980d42ae04f3ae1caLennart Poettering when it is otherwise off
27b5482cc08b7fac1b6b15d980d42ae04f3ae1caLennart Poettering* MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* "busctl status" works only as root on dbus1, since we cannot read
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* implement Distribute= in socket units to allow running multiple
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering service instances processing the listening socket, and open this up
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering for ReusePort=
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* socket units: support creating sockets in different namespace,
a26336da875a6657d404d1e44b86ae067c34b110Kay Sievers opening it up for JoinsNamespaceOf=. This would require to fork off
a26336da875a6657d404d1e44b86ae067c34b110Kay Sievers a tiny process that joins the namespace and creates/binds the socket
e85647f73e235c2a6ea412cb8d841e092c373501Lennart Poettering and passes this back to PID1 via SCM_RIGHTS. This also could be used
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering to allow Chown/chgrp on sockets without requiring NSS in PID 1.
14038c2e83001abfbcdc3f9f2402189a9b3d2f0cLennart Poettering* New service property: maximum CPU and wallclock runtime for a service
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering should SIGSTOP all unit processes in a loop until all processes of
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering it are fully stopped. This can later be used for app management by
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering desktop UIs such as gnome-shell to freeze apps that are not visible
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering on screen, not unlike how job control works on the shell
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering - manager property enumeration was broken when systemd moved to /usr/lib/
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering - implement per-slice CPUFairScheduling=1 switch
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering - handle jointly mounted controllers correctly
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering - introduce high-level settings for RT budget, swappiness
7e2668c6fd5720ae4d2d55eb8a062739687516afLennart Poettering - how to reset dynamically changed unit cgroup attributes sanely?
7e2668c6fd5720ae4d2d55eb8a062739687516afLennart Poettering - when reloading configuration, apply new cgroup configuration
e85647f73e235c2a6ea412cb8d841e092c373501Lennart Poettering - when recursively showing the cgroup hierarchy, optionally also show
e85647f73e235c2a6ea412cb8d841e092c373501Lennart Poettering the hierarchies of child processes
a888b352eb53b07daa24fa859ceeb254336b293dLennart Poettering* transient units:
3b2d5b02ae231f1d3eb0d96eb980155d7797304eLennart Poettering - allow creating auxiliary units with the same call
3b2d5b02ae231f1d3eb0d96eb980155d7797304eLennart Poettering - add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt
0f0dbc46ccf5aaaf3131446d0a4d78bc97a37295Lennart Poettering - ensure scope units may be started only a single time
3d9a412243035beeaaf3465a62065444a5adf21cLennart Poettering* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
88f642c00b1708c5e0203c1753a9ef91d1de5442Kay Sievers* when we detect low battery and no AC on boot, show pretty splash and refuse boot
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* machined, localed: when we try to kill an empty cgroup, generate an ESRCH error over the bus
a0a3844815b0f346dba03f41245c620f432e462fLennart Poettering* libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-event event loops
9efaf380a7c7fa16f44b1aa15b967e99f331203aLennart Poettering* be more careful what we export on the bus as (usec_t) 0 and (usec_t) -1
4ee717820208a4c8e92383d0dbefa401827fab38Kay Sievers* unify dispatch table in systemctl_main() and friends
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers* 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
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
762f91fa600b3b2887e3b088cd700216a85e3c81Kay Sievers* If we try to find a unit via a dangling symlink, generate a clean
762f91fa600b3b2887e3b088cd700216a85e3c81Kay Sievers error. Currently, we just ignore it and read the unit from the search
762f91fa600b3b2887e3b088cd700216a85e3c81Kay Sievers path anyway.
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers* refuse boot if /etc/os-release is missing or /etc/machine-id cannot be set up
b45f770f0049fbdf3f6c9db0ab11deeff4ccd86dKay Sievers* given that logind now lets PID 1 do all nasty work, we can
b45f770f0049fbdf3f6c9db0ab11deeff4ccd86dKay Sievers probably reduce the capability set it retains substantially.
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
08f23fd29c9df9c8b4e874933eb39711f069754bLennart Poettering* btrfs raid assembly: some .device jobs stay stuck in the queue
068665b6fd9839f27bcace7e8f56c0baa6935272Lennart 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
b070e7f3c9ed680c821bd89d42506695f2438506Lennart Poettering* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
231931ffba1bca9d8759bbd6f797e56f8c6971faLennart Poettering* load .d/*.conf dropins for device units
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* allow implementation of InaccessibleDirectories=/ plus
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering ReadOnlyDirectories=... for whitelisting files for a service.
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering - when kdbus does not take our message without memfds, try again with memfds
18da49531e4c6b31bd2439b4d738dc1bb9660af1Lennart Poettering - systemd-bus-proxyd needs to enforce good old XML policy
18da49531e4c6b31bd2439b4d738dc1bb9660af1Lennart Poettering - allow updating attach flags during runtime
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - pid1: peek into activating message when activating a service
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - port to sd-resolve for connecting to TCP dbus servers
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - see if we can drop more message validation on the sending side
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering - add API to clone sd_bus_message objects
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering - make AddMatch calls on dbus1 transports async?
101f077676e9fbe1a66c8b2dc4864a8d7a94c372Lennart 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...
101f077676e9fbe1a66c8b2dc4864a8d7a94c372Lennart Poettering - longer term: priority inheritance
f7f964eb3625e4cca7f16377fa12aa7a760243e7Lennart Poettering - dbus spec updates:
f7f964eb3625e4cca7f16377fa12aa7a760243e7Lennart Poettering - kdbus mapping
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - "const" properties (posted)
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - path escaping
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - test bloom filter generation indexes
53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16Lennart Poettering - allow multiple signal handlers per signal?
680a1dbc354b2f437b4e06e27d4c43217977efdfLennart Poettering* in the final killing spree, detect processes from the root directory, and
680a1dbc354b2f437b4e06e27d4c43217977efdfLennart Poettering complain loudly if they have argv[0][0] == '@' set.
7e64c73a93cdcc7068280f3e3ba8adbd6c6f8f84Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=961044
c4aa65e7147dc742886edf25593e10466b02fc3aLennart Poettering* investigate endianness issues of UUID vs. GUID
36e43bddd0a4526e77cdae2c922bb29f67bd74adLennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
36e43bddd0a4526e77cdae2c922bb29f67bd74adLennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations...
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed
05aa9edde0f9f4077b8120389c93cb0134eda9c5Lennart Poettering* cgtop: make cgtop useful in a container
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering - add 'set -e' to scripts in test/
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering - make stuff in test/ work with separate output dir
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering* seems that when we follow symlinks to units we prefer the symlink
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering destination path over /etc and /usr. We should not do that. Instead
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering /etc should always override /run+/usr and also any symlink
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* when isolating, try to figure out a way how we implicitly can order
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering all units we stop before the isolating unit...
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
b3fa47e0819b08ea32e69e19e6d88ce2daca069dLennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49eLennart Poettering need manual exponential loops after all
7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49eLennart Poettering* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify
7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49eLennart Poettering that the boot loader should be installed to the ESP. Define a way
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering how an installer can figure out whether a BLS compliant boot loader
b011116d1829bde044a638cbabfb070a7e0e8fa7Kay Sievers* think about requeuing jobs when daemon-reload is issued? usecase:
7d441ddb5ca090b5a97f58ac4b4d97b3e84fa81eLennart Poettering the initrd issues a reload after fstab from the host is accessible
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering and we might want to requeue the mounts local-fs acquired through
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering that automatically.
7ef5875d142f01ab4fe8d35412d48c10723ae2d4Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
a2f5666d06fe8233025738047115bb9e3959df3eLennart Poettering* remove any syslog support from log.c -- we probably cannot do this before split-off udev is gone for good
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
c821bd28c2ecce8d35248d61949fe1c0c3030b6cLennart Poettering* write UI tool that pops up emergency messages from the journal as notification
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering* use "log level" rather than "log priority" everywhere
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering* merge unit_kill_common() and unit_kill_context()
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers* introduce ExecCondition= in services
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering - honor language efi variables for default language selection (if there are any?)
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering - change bootctl to be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
97f73ffb04947acf0a5854e3a7bdbb7a0105f6faLennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
85f248b26653f5322c26735661d63d4e8460c30eLennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
85f248b26653f5322c26735661d63d4e8460c30eLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
d3fc81bd6a5a046b22600ac1204df220c93d2c15Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
d3fc81bd6a5a046b22600ac1204df220c93d2c15Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
d3fc81bd6a5a046b22600ac1204df220c93d2c15Lennart Poettering - logind: wakelock/opportunistic suspend support
7c697168102cb64c5cb65a542959684014da99c7Lennart Poettering - Add pretty name for seats in logind
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - logind: allow showing logout dialog from system?
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
8d0e38a2b966799af884e78a54fd6a2dffa44788Lennart Poettering - session scopes/user unit: add RequiresMountsFor for the home directory of the user
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering - if pam_systemd is invoked by su from a process that is outside of a
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering any session we should probably just become a NOP, since that's
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering usually not a real user session but just some system code that just
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering needs setuid().
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
b23de6af893c11da4286bc416455cd0926d1532eLennart Poettering - import and delete pstore filesystem content at startup
b23de6af893c11da4286bc416455cd0926d1532eLennart Poettering - journald: also get thread ID from client, plus thread name
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively?
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
c798c40ec957a35cd4b7d04a196a9e58880c6ff3Lennart Poettering - journal: reuse XZ context
c798c40ec957a35cd4b7d04a196a9e58880c6ff3Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering "dropped %u messages" not only when we are about to print the next
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering message that works, but alraedy after a short tiemout
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
acb14d318b84bda00d1e666d7dab6794d5bbeb3fLennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering and !FOOBAR for events without FOOBAR.
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
73090dc815390f4fca4e3ed8a7e1d3806605daaaLennart 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.
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers - journal: find a way to allow dropping history early, based on priority, other rules
3d57c6ab801f4437f12948e29589e3d00c3ad9dbLennart Poettering - journal: When used on NFS, check payload hashes
b9a2a36b519ccd79c4198e7dda4e657d597a14adLennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
b9a2a36b519ccd79c4198e7dda4e657d597a14adLennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
ba1a55152c50dfbcd3d4a64353b95f4a2f37985eLennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
9408a2d295a312a5472345090e28e0502570494bLennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
3f7a8c4e9f1d3ce48919e24eb2c9d56dd6fd88d8Kay Sievers - journal: deal nicely with byte-by-byte copied files, especially regards header
f9276855a1d270b6c3f857cdaf2c4b49920c2228Lennart Poettering - journal: store euid in journal if it differs from uid
f9276855a1d270b6c3f857cdaf2c4b49920c2228Lennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering - Replace utmp, wtmp, btmp, and lastlog completely with journal
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering - tmpfiles: when applying ownership to /run/log/journal, also do this for the journal fails contained in it
2791a8f8dc8764a9247cdba3562bd4c04010f144Lennart Poettering - when a kernel driver logs in a tight loop, we should ratelimit that too.
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering - journald: optionally, log debug messages to /run but everything else to /var
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering - journald: when we drop syslog messages because the syslog socket is
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering full, make sure to write how many messages are lost as first thing