Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-03-23 | TODO: update | Kay Sievers | |
2013-03-23 | update TODO | Lennart Poettering | |
2013-03-23 | update TODO | Lennart Poettering | |
2013-03-22 | update TODO | Lennart Poettering | |
2013-03-22 | update TODO | Lennart Poettering | |
2013-03-21 | systemd-python: allow retrieval of single fields | Zbigniew Jędrzejewski-Szmek | |
This can give huge efficiency gains, e.g. if only MESSAGE is required and all other fields can be ignored. | |||
2013-03-21 | systemd-python: implement _Reader.test_cursor | Zbigniew Jędrzejewski-Szmek | |
Getting the cursor is split out from .get_next() into .get_cursor(). This mirrors the C API more closely, and also makes things a bit faster if the cursor is not needed. | |||
2013-03-21 | systemd-python: export sd_journal_get_usage | Zbigniew Jędrzejewski-Szmek | |
2013-03-20 | update TODO | Lennart Poettering | |
2013-03-19 | systemd-python: add journal.get_catalog() | Zbigniew Jędrzejewski-Szmek | |
This one wraps sd_journal_get_catalog_from_message_id. Thanks to Python namespacing, we can stick to a shorter name. | |||
2013-03-19 | systemd-python: add _Reader.get_catalog() | Zbigniew Jędrzejewski-Szmek | |
This one wraps sd_journaal_get_catalog. |