Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-03-19 | systemd-python: add _Reader.closed attribute | Zbigniew Jędrzejewski-Szmek | |
This should make the file interface of _Reader complete. | |||
2013-03-18 | udev: net-name-slot - disable by kernel command line switch | Tom Gundersen | |
The properties will still be set in the udev database, but they will not be used for setting the interface names. As for the other kernel commandline switches, we allow it to be prefixed by 'rd.' to only apply in the initrd. | |||
2013-03-15 | TODO: uses for SO_REUSEPORT | Josh Triplett | |
The new socket option SO_REUSEPORT would enable some new functionality; add it to TODO. | |||
2013-03-15 | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | |
Please see the documentation (e.g. pydoc3 systemd.daemon) for full description. As usual, systemd._daemon wraps the raw interface, while systemd.daemon provides the more pythonic API. sd_listen_fds, sd_booted, sd_is_fifo, sd_is_socket, sd_is_socket_unix, sd_is_socket_inet, sd_is_mq, and SD_LISTEN_FDS_START are currently wrapped. | |||
2013-03-15 | TODO: update | Kay Sievers | |
2013-03-13 | tmpfiles: --clean -- check for bind mounts of the same filesystem and skip them | Kay Sievers | |
2013-03-11 | update TODO | Lennart Poettering | |
2013-03-09 | TODO: update | Kay Sievers | |
2013-03-08 | update TODO | Lennart Poettering | |
2013-03-08 | update TODO | Lennart Poettering | |
2013-03-08 | update TODO | Lennart Poettering | |
2013-03-07 | update TODO | Lennart Poettering | |
2013-03-07 | systemd-python: fix segfault on double close | Zbigniew Jędrzejewski-Szmek | |
2013-03-07 | update TODO | Lennart Poettering | |
2013-03-07 | TODO: python stuff and freeze and standby | Zbigniew Jędrzejewski-Szmek | |