chiark / gitweb /
configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7e123d8b14112ae5dd04b19ca13ac4086bf2a4e6..26f3d697592d00542558f8493b113388ef926704 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,36 @@
-This is a list of things that needs to be done. They are in no specific
-order.  We will gladly accept patches for any of these items:
+ - detect uevent loops !!!
 
-- Log the relationship of the kernel name and the persistent disk name
-  to syslog, so any error logged from the kernel can be associated with
-  any of the links at that time.
+ - 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