TODO revision f6e81de4947e024d6b66c3abaafd5bb237abc93a
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers* Re-enable "fsck -l" when it is ready:
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* 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
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers anymore. Only the .mount unit was still around.
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
26306aed13e73b6edbc4b3fd7b97e421e152b56bKay Sievers* Fedora: when installing fedora with yum --installroot /var/run is a directory, not a symlink
26306aed13e73b6edbc4b3fd7b97e421e152b56bKay Sievers https://bugzilla.redhat.com/show_bug.cgi?id=975864
26306aed13e73b6edbc4b3fd7b97e421e152b56bKay Sievers* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
26306aed13e73b6edbc4b3fd7b97e421e152b56bKay Sievers* Fedora: post FPC ticket to move add %tmpfiles_create to the packaging guidelines
26306aed13e73b6edbc4b3fd7b97e421e152b56bKay Sievers* Fedora: move kernel image to /usr/lib/modules/, kernel-install will take care of populating /boot
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* Fedora: remove /etc/resolv.conf tmpfiles hack
0028da22f194f7c0ca7169a48cf32e1bc0f9138aLennart Poettering* sd-event: - make it possible to embedd our event loop into foreign
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering event loops by passing out the epoll fd and providing three functions
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering that fit into GSource nicely.
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering - add LLDP support
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering - ipv4ll with multiple interfaces doesn't work when both dhcp and
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering ipv4ll is used. for some reasons the kernel will currently pick an
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering ipv4ll source address to reach non-ipv4ll gateways.
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering - dhcp and ipv4ll should probably be skipped for "lo" devices, even
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering if the user has a catchall .network file installed, that might
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering theoretically match it.
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - we probably should introduce a new operational state that
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering indicates that we are trying to acquire some configuration for a
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering link but haven't acquired any yet. Just to inform the admin that
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering networkd cares about an interface, but is still in progress..
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - the DHCP lease data (such as NTP/DNS) is still made available when
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering a carrier is lost on a link. It should be removed instantly.
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - use base64 for key presentation?
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - add display of private key types (http://tools.ietf.org/html/rfc4034#appendix-A.1.1)?
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - add nice formatting of DNS timestamps
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - search paths
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - avahi compat
248aa28ff27418ad074439014d476ed8cd2e01dbLennart Poettering - DNS-SD service registration from socket units
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering - cname on PTR (?)
d907c2086716681936755f28ac80b3445c6d0196Lennart Poettering* Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
d907c2086716681936755f28ac80b3445c6d0196Lennart Poettering without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
d907c2086716681936755f28ac80b3445c6d0196Lennart Poettering pull-in the policy.
d907c2086716681936755f28ac80b3445c6d0196Lennart Poettering* Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely
47a1454f707dff2e5d1db2f8bfcc406805d4d450Lennart Poettering* the resolv.conf tmpfiles line should be covered by ENABLE_NETWORKD...
049b4474b35d0b854f87b0795a5113665413f6a4Lennart Poettering - also create entries in /etc/shadow, /etc/gshadow
b0adb5468cccf32da1365c2e8f97b2b233c4fa30Lennart Poettering - allow setting the home directory of system users
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* Add a new verb "systemctl top"
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* order OnCalendar timer units after timer-sync.target if DefaultDependencies=no so that we don't trigger them prematurely
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* refuse mounting on symlinks
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* logind: allow users to kill or lock their own sessions
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* add new gpt type for btrfs volumes
174da5c5cabbaf3f3a8fc1f14bd6a3b50b2ea278Lennart Poettering* support empty /etc boots nicely:
174da5c5cabbaf3f3a8fc1f14bd6a3b50b2ea278Lennart Poettering - nspawn/gpt-generator: introduce new gpt partition type for /usr
fb6becb4436ae4078337011b2017ce294e7361cfLennart Poettering - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile=
fb6becb4436ae4078337011b2017ce294e7361cfLennart Poettering - fstab-generator: add support for usr= in addition to root= on the kernel cmdline
fb6becb4436ae4078337011b2017ce294e7361cfLennart Poettering* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
6c12b52e19640747e96f89d85422941a23dc6b29Lennart Poettering* support setting empty environment variables with Environment= and EnvironmentFile=
11ddb6f48e367ae4b51c31d199b28f5be041a301Lennart Poettering* machined/machinectl: sort IP addresses we return by scope and protocol
7041efe9600e569da6089c36d00fa3ff58e33178Lennart Poettering* machined: write NSS module for looking up IP addresses for machines
b42defe3b8ed3947d85db654a6cdb1b9999f394dLennart Poettering* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
4ad490007b70e6ac18d3cb04fa2ed92eba1451faLennart Poettering* a way for container managers to turn off getty starting via $container_headless= or so...
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering* figure out a nice way how we can let the admin know what child/sibling unit causes cgroup membership for a specific unit
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering* journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering* set NOTIFY_SOCKET also for control processes
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering* mount_cgroup_controllers(): symlinks need to get the label applied
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering they run added to the initial transaction and thus confuse Type=idle.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering* 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
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart 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)
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering* sd-event: generate a failure of a default event loop is executed out-of-thread
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering* expose "Locked" property on logind sesison objects
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* add bus api to query unit file's X fields.
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup=
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* sd-event: define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* gpt-auto-generator:
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - Support LUKS for root devices
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - Make /home automount rather than mount?
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* improve journalctl performance by loading journal files
d5a2b9a6f455468a0f29483303657ab4fd7013d8Lennart Poettering lazily. Encode just enough information in the file name, so that we
d5a2b9a6f455468a0f29483303657ab4fd7013d8Lennart Poettering do not have to open it to know that it is not interesting for us, for
d5a2b9a6f455468a0f29483303657ab4fd7013d8Lennart Poettering the most common operations.
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering* add generator that pulls in systemd-network from containers when
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering CAP_NET_ADMIN is set, more than the loopback device is defined, even
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering when it is otherwise off
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering* MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering* "busctl status" works only as root on dbus1, since we cannot read
c78196699d3d805b2237896a1d2b8efeec6068d0Lennart Poettering* implement Distribute= in socket units to allow running multiple
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering service instances processing the listening socket, and open this up
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering for ReusePort=
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering* socket units: support creating sockets in different namespace,
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering opening it up for JoinsNamespaceOf=. This would require to fork off
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering a tiny process that joins the namespace and creates/binds the socket
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering and passes this back to PID1 via SCM_RIGHTS. This also could be used
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering to allow Chown/chgrp on sockets without requiring NSS in PID 1.
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering* New service property: maximum CPU and wallclock runtime for a service
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering should SIGSTOP all unit processes in a loop until all processes of
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering it are fully stopped. This can later be used for app management by
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering desktop UIs such as gnome-shell to freeze apps that are not visible
d686f034c3b9021e07faefe172ee660abd952871Lennart Poettering on screen, not unlike how job control works on the shell
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart Poettering - manager property enumeration was broken when systemd moved to /usr/lib/
e8a7a315391a6a07897122725cd707f4e9ce63d7Lennart Poettering - implement per-slice CPUFairScheduling=1 switch
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering - handle jointly mounted controllers correctly
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering - introduce high-level settings for RT budget, swappiness
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering - how to reset dynamically changed unit cgroup attributes sanely?
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - when reloading configuration, apply new cgroup configuration
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - when recursively showing the cgroup hierarchy, optionally also show
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering the hierarchies of child processes
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* transient units:
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - allow creating auxiliary units with the same call
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - ensure scope units may be started only a single time
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* when we detect low battery and no AC on boot, show pretty splash and refuse boot
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* machined, localed: when we try to kill an empty cgroup, generate an ESRCH error over the bus
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-event event loops
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* be more careful what we export on the bus as (usec_t) 0 and (usec_t) -1
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* unify dispatch table in systemctl_main() and friends
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart 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
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* If we try to find a unit via a dangling symlink, generate a clean
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering error. Currently, we just ignore it and read the unit from the search
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering* refuse boot if /etc/os-release is missing or /etc/machine-id cannot be set up
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* given that logind now lets PID 1 do all nasty work, we can
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering probably reduce the capability set it retains substantially.
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
752beb0c8560fb7e989d2f8da5e10c4692d78422Lennart Poettering* btrfs raid assembly: some .device jobs stay stuck in the queue
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart 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
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
d325d9bcfa8846a65767087f958a2dd11139d0e7Kay Sievers* load .d/*.conf dropins for device units
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* allow implementation of InaccessibleDirectories=/ plus
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering ReadOnlyDirectories=... for whitelisting files for a service.
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - when kdbus does not take our message without memfds, try again with memfds
bfa00bc6c05d0f896e9632eccd47d442fea556b9Lennart Poettering - systemd-bus-proxyd needs to enforce good old XML policy
bfa00bc6c05d0f896e9632eccd47d442fea556b9Lennart Poettering - allow updating attach flags during runtime
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - pid1: peek into activating message when activating a service
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - port to sd-resolve for connecting to TCP dbus servers
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - see if we can drop more message validation on the sending side
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - add API to clone sd_bus_message objects
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - make AddMatch calls on dbus1 transports async?
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart 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...
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - longer term: priority inheritance
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - dbus spec updates:
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - kdbus mapping
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - "const" properties (posted)
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - path escaping
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering - test bloom filter generation indexes
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering - allow multiple signal handlers per signal?
487060c2394b7703e59650ef332053645ffae2a3Lennart Poettering* in the final killing spree, detect processes from the root directory, and
487060c2394b7703e59650ef332053645ffae2a3Lennart Poettering complain loudly if they have argv[0][0] == '@' set.
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=961044
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* investigate endianness issues of UUID vs. GUID
54c31a79f72ff57ac8eba089acacc4ab482b745dLennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations...
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* cgtop: make cgtop useful in a container
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - add 'set -e' to scripts in test/
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - make stuff in test/ work with separate output dir
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* seems that when we follow symlinks to units we prefer the symlink
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering destination path over /etc and /usr. We should not do that. Instead
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering /etc should always override /run+/usr and also any symlink
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* when isolating, try to figure out a way how we implicitly can order
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering all units we stop before the isolating unit...
cbb7712189527f9f483321607e44c4ead3dd11b8Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
d01a73b6396f57792113c1b5df6e8492fc703e5eLennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
d01a73b6396f57792113c1b5df6e8492fc703e5eLennart Poettering need manual exponential loops after all
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering that the boot loader should be installed to the ESP. Define a way
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering how an installer can figure out whether a BLS compliant boot loader
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering the initrd issues a reload after fstab from the host is accessible
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering and we might want to requeue the mounts local-fs acquired through
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering that automatically.
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* remove any syslog support from log.c -- we probably cannot do this before split-off udev is gone for good
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers* write UI tool that pops up emergency messages from the journal as notification
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* use "log level" rather than "log priority" everywhere
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering* merge unit_kill_common() and unit_kill_context()
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering* introduce ExecCondition= in services
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor language efi variables for default language selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - change bootctl to be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - logind: wakelock/opportunistic suspend support
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add pretty name for seats in logind
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers - logind: allow showing logout dialog from system?
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers - session scopes/user unit: add RequiresMountsFor for the home directory of the user
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - if pam_systemd is invoked by su from a process that is outside of a
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering any session we should probably just become a NOP, since that's
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering usually not a real user session but just some system code that just
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering needs setuid().
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - import and delete pstore filesystem content at startup
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: also get thread ID from client, plus thread name
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: reuse XZ context
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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.
77a9e8de6572db6ba5ca49023937b67fc835f356Zbigniew Jędrzejewski-Szmek - 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
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: When used on NFS, check payload hashes
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - journald: check whether it is OK if the client can still modify delivered journal entries
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - 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
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: store euid in journal if it differs from uid
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Replace utmp, wtmp, btmp, and lastlog completely with journal
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - tmpfiles: when applying ownership to /run/log/journal, also do this for the journal fails contained in it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - when a kernel driver logs in a tight loop, we should ratelimit that too.
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - journald: optionally, log debug messages to /run but everything else to /var
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: when we drop syslog messages because the syslog socket is
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering full, make sure to write how many messages are lost as first thing
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering to syslog when it works again.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: make sure ratelimit is actually really per-service with the new cgroup changes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - change systemd-journal-flush into a service that stays around during
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering boot, and causes the journal to be moved back to /run on shutdown,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering so that we do not keep /var busy. This needs to happen synchronously,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering hence doing this via signals is not going to work.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that deps in [Unit] sections ignore Alias= fields in
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering [Install] units of other units, unless those units are disabled
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document the exit codes when services fail before they are exec()ed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that service reload may be implemented as service reexec
8b04b925e587ff56568c62ff5ad3f2ea2b34ca7aLennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - add a man page containing packaging guidelines and recommending usage of things like Documentation=, PrivateTmp=, PrivateNetwork= and ReadOnlyDirectories=/etc /usr.
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - document systemd-journal-flush.service properly
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: maybe sort directives in man pages, and take sections from --help and apply them to man too
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl list-jobs - show dependencies
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - add systemctl switch to dump transaction without executing it
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - "systemctl disable" on a static unit prints no message and does
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers nothing. "systemctl enable" does nothing, and gives a bad message
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers about it. Should fix both to print nice actionable messages.
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - systemctl enable: fail if target to alias into does not exist? maybe show how many units are enabled afterwards?
7a43e910ce00eef22fd42925ae4c85cbea1b1320Kay Sievers - systemctl: "Journal has been rotated since unit was started." message is misleading
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - support "systemctl stop foobar@.service" to stop all units matching a certain template
c55b1b59b837dfd924b704d457ed77c55f8bfeabLennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - better error message if you run systemctl without systemd running
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - systemctl status output should should include list of triggering units and their status
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering* unit install:
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering - "systemctl mask" should find all names by which a unit is accessible
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering (i.e. by scanning for symlinks to it) and link them all to /dev/null
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering - systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
9ec82de1725ddaab333149171b790d62c47ae133Lennart Poettering - systemctl: maybe add "systemctl add-wants" or so...
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - timer units should get the ability to trigger when:
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - calendarspec: support value ranges with ".." notation. Example: 2013-4..8-1
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart 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
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - Modulate timer frequency based on battery state
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* update the kernel's TZ (sys_tz) when DST changes
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* sync down the system time to the RTC when:
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering mode, it will never touch the RTC if the no reliable time source is active or the
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering user did not request anything like it.
6d0274f11547a0f11200bb82bf598a5a253e12cfLennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart 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().
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering* fedup: add --unit to systemctl switch-root somehow
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fedup: do not delete initrd on switch-root
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering* fedup: generator
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers waiting for the timeout
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab is not
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - bind mount read-only the cgroup tree higher than nspawn
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering - refuses to boot containers without /etc/machine-id (OK?), and with empty /etc/machine-id (not OK).
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering - support taking a btrfs snapshot at startup and dropping it afterwards
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - cryptsetup-generator: allow specification of passwords in crypttab itself
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move cryptsetup key caching into kernel keyctl?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
eb124a97fb72d076014253b1acde69d428f15ecfLennart 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?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* create /sbin/init symlinks from the build system
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering* allow writing multiple conditions in unit files on one line
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering cannot delay the response properly until we are back, so instead of
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering being properly synchronous we just keep open the fd and close it
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering when done. That means clients do not get a successful method reply,
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering but much rather a disconnect on success.
d05c556b6b2a680ec8b51ecbbc99a9ab14c28eedZbigniew Jędrzejewski-Szmek* properly handle loop back mounts via fstab, especially regards to fsck/passno
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* allow services with no ExecStart= but with an ExecStop=
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* rename "userspace" to "core-os"
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering verify that it is not masked via any of the names traversed.
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* introduce Type=pid-file
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering* automount: implement expire:
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - every timeout/4 (original autofs logic)
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - blocking, needs a thread
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - run until -EAGAIN
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - receive expire packet on pipe if kernel tells the timeout is over
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - move to LGPL
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering - kill scsi_id
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering - add trigger --subsystem-match=usb/usb_device device
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering - reimport udev db after MOVE events for devices without dev_t
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart 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
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers* introduce mix of BindTo and Requisite
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* save coredump in Windows/Mozilla minidump format
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* be able to specify a forced restart of service A where service B depends on, in case B
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering needs to be auto-respawned?
35eb6b124ebdf82bd77aad6e44962a9a039c4d33Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering - apply "x" on "D" too (see patch from William Douglas)
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* for services: do not set $HOME in services unless requested
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* hide PAM options in fragment parser when compile time disabled
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* when we automatically restart a service, ensure we restart its rdeps, too.
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* allow Type=simple with PIDFile=
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers https://bugzilla.redhat.com/show_bug.cgi?id=723942
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* move PAM code into its own binary
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* implement Register= switch in .socket units to enable registration
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering in Avahi, RPC and other socket registration services.
a888b352eb53b07daa24fa859ceeb254336b293dLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
3f60bcb5e69846fe8a3156ca1c9a7e0813ac158aKay Sievers* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* verify that the AF_UNIX sockets of a service in the fs still exist
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers when we start a service in order to avoid confusion when a user
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers assumes starting a service is enough to make it accessible
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* Make it possible to set the keymap independently from the font on
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering the kernel cmdline. Right now setting one resets also the other.
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering* and a dbus call to generate target from current state
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - drop /.readahead on bigger upgrades with yum
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering - move readahead files into /var (look for them with .path units?)
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering - readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering - readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* GC unreferenced jobs (such as .device jobs)
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* write blog stories about:
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - hwdb: what belongs into it, lsusb
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - enabling dbus services
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - status update
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering - how to make changes to sysctl and sysfs attributes
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering - remote access
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering - how to integrate cgconfig and suchlike with systemd
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering - testing with Harald's awesome test kit
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering - auto-restart
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - how to develop against journal browsing APIs
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - the journal HTTP iface
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - non-cgroup resource management
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering - dynamic resource management with cgroups
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering - refreshed, longer missions statement
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering - calendar time events
7d441ddb5ca090b5a97f58ac4b4d97b3e84fa81eLennart Poettering - init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - how to create your own target
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering - instantiated apache, dovecot and so on
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering - hooking a script into various stages of shutdown/rearly booot
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers* allow port=0 in .socket units
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* Support --test based on current system state
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* maybe introduce ExecRestartPre=
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* dot output for --test showing the 'initial transaction'
7c697168102cb64c5cb65a542959684014da99c7Lennart Poettering* fingerprint.target, wireless.target, gps.target, netdevice.target
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* drop cap bounding set in readahead and other services
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* systemd-python:
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering - figure out a simple way to wait for journal events in a way that
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering - add documentation to systemd.daemon
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering - plot per-process IO utilization
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering - group processes based on service association (cgroups)
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering - document initcall_debug
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - kernel cmdline "bootchart" option for simplicity?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* udev-link-config:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Make sure ID_PATH is always exported and complete for
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering network devices where possible, so we can safely rely
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering on Path= matching
b23de6af893c11da4286bc416455cd0926d1532eLennart Poettering - check MTUBytes parsing (expecting size_t but we are using unsigned)
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering - add support for more attribute types
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering - inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart 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)
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - add reduced [Link] support to .network files
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - add Scope= parsing option for [Network]
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - properly handle routerless dhcp leases
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - add more attribute support for SIT tunnel
f530371f1f85a070d7d0fb5112146a43533ae00bLennart Poettering - work with non-ethernet devices
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - add support for more bond options
a73d88fa024b5668ed7dde681e99547d41e6a864Lennart Poettering* networkd-wait-online:
a74a8793b04de9886b4f6987b9cb86fa02c73520Lennart Poettering - make operstates to wait for configurable?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - figure out how much we can increase Maximum Message Size
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - export timezone information
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - support RFC4702 (pass FQDN)
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers - add functions to set previously stored IPv6 addresses on startup and get
3d57c6ab801f4437f12948e29589e3d00c3ad9dbLennart Poettering them at shutdown; store them in client->ia_na
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering - write more test cases
3f7a8c4e9f1d3ce48919e24eb2c9d56dd6fd88d8Kay Sievers - implement and do duplicate address detection, see rfc 4862, 5.4.
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering - implement reconfigure support, see 5.3., 15.11. and 22.20.
2791a8f8dc8764a9247cdba3562bd4c04010f144Lennart Poettering - implement information request, see 1.2. and 18.1.5.
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering - implement support for temporary adressess (IA_TA)
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering - implement elapsed time option