Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-03-06 | update TODO | Lennart Poettering | |
2013-03-05 | update TODO | Lennart Poettering | |
2013-03-05 | update TODO | Lennart Poettering | |
2013-03-03 | udev: firmware - do not created /run/udev/firmware-missing/ | Kay Sievers | |
The userspace firmware loader is deprecated now, and will be entirely removed when we depend on a kernel version with the built-in firmware loader available. | |||
2013-03-03 | Update TODO | Michael Biebl | |
2013-03-01 | fstab-generator: drop rootwait support | Tom Gundersen | |
I originally added this to stay as compatible as possible with the kernel, but as Lennart argued it is not really useful in the initramfs, so let's drop it (we already don't support 'rootdealy'). | |||
2013-03-01 | update TODO | Lennart Poettering | |
2013-03-01 | specifier: when resolving specifier strings when loading configuration, ↵ | Lennart Poettering | |
don't misunderstand parse failures as OOM http://lists.freedesktop.org/archives/systemd-devel/2013-February/009179.html | |||
2013-02-28 | man: clarify systemctl --property= documentation a bit | Lennart Poettering | |
2013-02-28 | update TODO | Lennart Poettering | |
2013-02-27 | systemd-activate: add a socket-activation test tool | Zbigniew Jędrzejewski-Szmek | |
2013-02-27 | update TODO | Lennart Poettering | |
2013-02-27 | update TODO | Lennart Poettering | |
2013-02-27 | mount-setup: mount pstore filesystem | Kay Sievers | |
2013-02-27 | update TODO, hackfest edition | Lennart Poettering | |
2013-02-26 | TODO: update | Kay Sievers | |
2013-02-22 | TODO: drop two items | Zbigniew Jędrzejewski-Szmek | |
2013-02-21 | TODO: removed ratelimit | Harald Hoyer | |
2013-02-21 | fstab-generator: change kernel command line mount path for root | Harald Hoyer | |
Use /sysroot instead of /new_root to mount the real root in the initramfs. | |||
2013-02-20 | man: document %% | Zbigniew Jędrzejewski-Szmek | |
2013-02-16 | TODO | Auke Kok | |
2013-02-14 | update TODO | Thomas Hindoe Paaboel Andersen | |
2013-02-13 | bootchart items | Auke Kok | |