X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=255a4f2d0774f9d94d7df6eafdba990a56c6f7ae;hb=c0765ddb74f20046c406a3ac99f34719d767f151;hp=0daddbf4960a71bb2563356c9f938a589678fb2b;hpb=20760dcf5df7e253c21a51886cdb02dee612730b;p=elogind.git diff --git a/TODO b/TODO index 0daddbf49..255a4f2d0 100644 --- a/TODO +++ b/TODO @@ -32,13 +32,18 @@ External: * When lz4 gets an API for lz4 command output, make use of it to compress coredumps in a way compatible with /usr/bin/lz4. -Before 219: +Features: -* revert Kay's revert orgies +* journalctl --verify: don't show files that are currently being + written to as FAIL, but instead show that their are being written + to. -* networkd's match bus properties should be "as" instead of "s" +* nspawn: allow configuring cgroup (and other) properties via + --property= when invoking from the command line. -Features: +* add udev rule construct SYSCTL{} to write to sysctls + +* assign MESSAGE_ID to log messages about failed services * coredump: make the handler check /proc/$PID/rlimits for RLIMIT_CORE, and supress coredump if turned off. Then change RLIMIT_CORE to @@ -726,6 +731,7 @@ Features: - kill scsi_id - add trigger --subsystem-match=usb/usb_device device - reimport udev db after MOVE events for devices without dev_t + - don't keep stale db in case event processing fails (also notify userspace about the failure) * when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting