Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | timer: make sure we restart timers even if units are still running or if one ↵ | Lennart Poettering | |
of their conditions fails | |||
2013-04-23 | update TODO | Lennart Poettering | |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering | |
Session objects will now get the .session suffix, user objects the .user suffix, nspawn containers the .nspawn suffix. This also changes the user cgroups to be named after the numeric UID rather than the username, since this allows us the parse these paths standalone without requiring access to the cgroup file system. This also changes the mapping of instanced units to cgroups. Instead of mapping foo@bar.service to the cgroup path /user/foo@.service/bar we will now map it to /user/foo@.service/foo@bar.service, in order to ensure that all our objects are properly suffixed in the tree. | |||
2013-04-22 | update TODO | Lennart Poettering | |
2013-04-21 | systemd,nspawn: use extended attributes to store metadata | Zbigniew Jędrzejewski-Szmek | |
All attributes are stored as text, since root_directory is already text, and it seems easier to have all of them in text format. Attributes are written in the trusted. namespace, because the kernel currently does not allow user. attributes on cgroups. This is a PITA, and CAP_SYS_ADMIN is required to *read* the attributes. Alas. A second pipe is opened for the child to signal the parent that the cgroup hierarchy has been set up. | |||
2013-04-20 | TODO: remove dbus items which we will not touch anymore | Kay Sievers | |
2013-04-20 | TODO: journal enhancements | Josh Triplett | |
2013-04-19 | build-sys: prepare release 202 | Lennart Poettering | |
2013-04-18 | journal: when iterating through a file we might lose messages when changing ↵ | Marius Vollmer | |
direction. https://bugs.freedesktop.org/show_bug.cgi?id=63672 | |||
2013-04-18 | update TODO | Lennart Poettering | |
2013-04-18 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | TODO: add s.th. like "systemctl set-log-level debug" | Harald Hoyer | |
2013-04-17 | TODO: remove fixed systemctl property bug | Harald Hoyer | |
2013-04-17 | timedated: fixed NTP enabled: n/a | Harald Hoyer | |
2013-04-16 | bus: parse unit/user unit/session from cgroup path | Lennart Poettering | |
2013-04-16 | update TODO | Lennart Poettering | |
2013-04-15 | update TODO | Lennart Poettering | |
2013-04-14 | TODO: bootchart items. | Auke Kok | |
2013-04-11 | update TODO | Lennart Poettering | |
2013-04-11 | TODO: update | Kay Sievers | |
2013-04-10 | shell-completion: show failed units as candidates for start | Zbigniew Jędrzejewski-Szmek | |
Also show disabled units as candidates for reenable, since it works and one may want to do enable-or-reenable in one line. | |||
2013-04-09 | update TODO | Lennart Poettering | |
2013-04-08 | update TODO | Lennart Poettering | |
2013-04-08 | TODO: update | Kay Sievers | |
2013-04-08 | update TODO | Lennart Poettering | |
2013-04-05 | update TODO | Lennart Poettering | |
2013-04-04 | update TODO | Lennart Poettering | |
2013-04-03 | update TODO | Lennart Poettering | |
2013-04-02 | update TODO | Lennart Poettering | |
2013-04-02 | update TODO | Lennart Poettering | |
2013-04-01 | cryptsetup: RequiresMountsFor if source is a file | Thomas Weißschuh | |
Fixes: https://bugzilla.novell.com/show_bug.cgi?id=730496 https://bugs.freedesktop.org/show_bug.cgi?id=60821 | |||
2013-04-01 | Add AllowIsolate=yes to snapshots | Oleksii Shevchuk | |
2013-03-31 | units/user: default.target must be isolatable | Zbigniew Jędrzejewski-Szmek | |
... Activating default unit: default.target Default target could not be isolated, starting instead: Operation refused, unit may not be isolated. | |||
2013-03-30 | TODO | Lennart Poettering | |
2013-03-30 | TODO: update | Kay Sievers | |
2013-03-29 | update TODO | Lennart Poettering | |
2013-03-28 | journalctl: support --root for message catalogs | Zbigniew Jędrzejewski-Szmek | |
2013-03-26 | build-sys: bump version and .so revisions | Lennart Poettering | |
2013-03-25 | man: rearrange systemd.special(7) to clarify which units are passive and ↵ | Lennart Poettering | |
which ones aren't This also adds a short explanation paragraph for this. | |||
2013-03-25 | update TODO | Lennart Poettering | |
2013-03-25 | update TODO | Lennart Poettering | |
2013-03-25 | fstab-generator: rename x-initrd-rootfs.mount to x-initrd.rootfs | Lennart Poettering | |
This changes the fstab mount option x-initrd-rootfs.mount to x-initrd.rootfs, in order to only use a single namespace "x-initrd." for all mount options of the initrd. | |||
2013-03-25 | update TODO | Lennart Poettering | |
2013-03-25 | update TODO | Lennart Poettering | |
2013-03-23 | journald: remove unconditional log_*() use in the main loop | Kay Sievers | |
Setting MaxRetentionSec= caused the kernel log to overflow and the journal daemon to enter an endless loop. Logging from the journald main loop gets directed to /dev/kmsg, which wakes up journald again. We skip the import of this message by checking for our own PID, but this still causes the main loop to never go to sleep again because we never stopped logging from there. | |||
2013-03-23 | TODO: add journal MaxRetentionSec= bug | Kay Sievers | |
2013-03-23 | TODO: add "dead" device node ACL handling | Kay Sievers | |