chiark / gitweb /
core: when passing resource limit values to client, map RLIM_INFINITY into portable...
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 94003cbe881e591f1cd8fa664ec8ec677084d3a4..3c950d6cece671c843eecf03584e7fe51030b24b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,15 +27,11 @@ External:
 
 Features:
 
-* add an "input" group to udev logic and add all input devices to it
+* support transient mount units
 
-* logind: watch drm connectors and if we see a number of connectors !=
-  1 avoid processing the lid switch.
+* Imply DevicePolicy=closed when PrivateDevices= is used
 
-* logind: avoid processing the lid switch for 3min (or so) after
-  startup and 1min (or so) after coming back from suspend, in order to
-  give USB docking stations time to pop up a video device, which could
-  act as lid-switch blocker.
+* add an "input" group to udev logic and add all input devices to it
 
 * libsystemd-login: implement getpeer_unit(), get_peer_slice(), ...
 
@@ -53,10 +49,6 @@ Features:
 
 * MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
 
-* man: move .link, .network and .netdev documentation into their own
-  man pages maybe called "systemd.link(5)", "systemd.network(5)" and
-  "systemd.netdev(5)" or so.
-
 * "busctl status" works only as root on dbus1, since we cannot read
   /proc/$PID/exe
 
@@ -132,8 +124,6 @@ Features:
 
 * rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it
 
-* move config_parse_path_strv() out of conf-parser.c
-
 * After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
 
 * If we try to find a unit via a dangling symlink, generate a clean
@@ -680,6 +670,11 @@ Features:
    - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config)
    - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
    - add reduced [Link] support to .network files
+   - add IPv4LL tests (inspire by DHCP)
+   - add IPv4LL to man pages. Explain coexistance between DHCP
+   - add Scope= parsing option for [Network]
+   - change LL address generation and make it predictable like get_mac() (link-config.c)
+   - have smooth transition from LL to routable address, without disconnecting clients.
 
 External: