chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index ac0618ec16dddc551fe1dae8e6c26cc54bbb09a0..f8045468c9a611b701313f355299b189b0187eb8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,38 @@
+ - detect uevent loops !!!
 
-  o drop pnp shell script, acpi will take care of loading pnp modules
-  o add DVB variables to kernel (patch sent), and drop shell script rule
-  o DEVTYPE for disks is set by the kernel, they will be removed from
-    the default rules
-  o "udevadm control" commands will only accept the --<command> syntax
-  o symlink names to udevadm will no longer be resolved to old command names
-  o fix "udevadm info -V" format
-  o get distros to agree on a default set of rules
+ - use 'udevd:' in logs
+
+ - udev_enumerate_add_match_subsystem(enum, "input");
+   udev_enumerate_add_match_sysname(enum, "event*");
+   udev_enumerate_add_match_children(input_dev);
+   udev_enumerate_scan_devices(enum);
+
+ - monitor: use clock MONOTONIC
+
+ - libudev: return proper errno or set errno
+
+ - move ctrl.c from libudev/ to udev/
+
+ - move:
+     udevd -> --libexecdir
+     udevadm -> --bindir
+
+ - delete mobile-action-modeswitch
+   (moved to usb_modeswitch)
+
+ - /run/udev/control socket
+   (add ConditionVirtualization=!pidns)
+
+ - kill rules_generator:
+   - no longer rename netifs in kernel namespace
+   - drop persistent optical names
+   - do not create rules on-the-fly, require explicit configuration
+     for netifs and optical drives
+   - properly document what system management needs to put
+     into rules files
+
+ - kill tabs?
+
+ - remove deprecated trigger --type=failed logic
+
+ - remove deprecated BUS=, SYSFS{}=, ID= keys