summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2013-03-19systemd-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-19systemd-python: add _Reader.get_catalog()Zbigniew Jędrzejewski-Szmek
This one wraps sd_journaal_get_catalog.
2013-03-19systemd-python: add _Reader.closed attributeZbigniew Jędrzejewski-Szmek
This should make the file interface of _Reader complete.
2013-03-18udev: net-name-slot - disable by kernel command line switchTom 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-15TODO: uses for SO_REUSEPORTJosh Triplett
The new socket option SO_REUSEPORT would enable some new functionality; add it to TODO.
2013-03-15systemd-python: add systemd.daemon wrapping sd-daemonZbigniew 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-15TODO: updateKay Sievers
2013-03-13tmpfiles: --clean -- check for bind mounts of the same filesystem and skip themKay Sievers
2013-03-11update TODOLennart Poettering
2013-03-09TODO: updateKay Sievers
2013-03-08update TODOLennart Poettering
2013-03-08update TODOLennart Poettering
2013-03-08update TODOLennart Poettering
2013-03-07update TODOLennart Poettering
2013-03-07systemd-python: fix segfault on double closeZbigniew Jędrzejewski-Szmek
2013-03-07update TODOLennart Poettering
2013-03-07TODO: python stuff and freeze and standbyZbigniew Jędrzejewski-Szmek
2013-03-06update TODOLennart Poettering
2013-03-05update TODOLennart Poettering
2013-03-05update TODOLennart Poettering
2013-03-03udev: 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-03Update TODOMichael Biebl
2013-03-01fstab-generator: drop rootwait supportTom 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-01update TODOLennart Poettering
2013-03-01specifier: 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-28man: clarify systemctl --property= documentation a bitLennart Poettering
2013-02-28update TODOLennart Poettering
2013-02-27systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek
2013-02-27update TODOLennart Poettering
2013-02-27update TODOLennart Poettering
2013-02-27mount-setup: mount pstore filesystemKay Sievers
2013-02-27update TODO, hackfest editionLennart Poettering
2013-02-26TODO: updateKay Sievers
2013-02-22TODO: drop two itemsZbigniew Jędrzejewski-Szmek
2013-02-21TODO: removed ratelimitHarald Hoyer
2013-02-21fstab-generator: change kernel command line mount path for rootHarald Hoyer
Use /sysroot instead of /new_root to mount the real root in the initramfs.
2013-02-20man: document %%Zbigniew Jędrzejewski-Szmek
2013-02-16TODOAuke Kok
2013-02-14update TODOThomas Hindoe Paaboel Andersen
2013-02-13bootchart itemsAuke Kok
2013-02-13Move systemctl dot to systemd-analyze dotSimon Peeters
2013-02-13update TODOLennart Poettering
2013-02-13update TODOLennart Poettering
2013-02-13TODOLennart Poettering
2013-02-13update TODOLennart Poettering
2013-02-12TODO: bootchart itemsAuke Kok
2013-02-13update TODOLennart Poettering
2013-02-09update TODOLennart Poettering
2013-02-09logind: rename "seat-master" tag to "master-of-seat"Lennart Poettering
We currently enforce that seats are to be named in the form of "seatXXX", i.e. need to begin with the 4 characters "seat". Thus, "seat-master" would qualify as a seat name. As seat names are frequently used as tags on devices, the "seat-master" tag might hence confuse logind if the user decides to name a seat "seat-master". Hence, avoid any ambuigity: let's rename the "seat-master" tag to "master-of-seat".
2013-02-09update TODOLennart Poettering