chiark / gitweb /
libudev: ctrl - move code to udev directory
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 3b583fd00ffd469af34eec77227e7d3f928cc212..7106d9c81e7a20acdc2d5cd333e35a5bf385efc2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,19 +1,28 @@
- - make private functions in libudev-device.c static
+ - udev_enumerate_remove_matches()
 
- - delete mobile-action-modeswitch
-   (moved to usb_modeswitch)
+ - test (now fixed) /dev/tape/ links
+
+ - libudev: return proper errno or set errno
 
  - /run/udev/control socket
    (add ConditionVirtualization=!pidns)
 
- - rules_generator:
-   - no longer rename netif in kernel namespace
-   - do not create rules on-the-fly, require explicit
-     configuration
+ - move:
+     udevd -> --libexecdir
+     udevadm -> --bindir
+
+ - 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 RUN+="socket:"
 
  - remove deprecated trigger --type=failed logic
 
  - remove deprecated BUS=, SYSFS{}=, ID= keys
+
+ - kill tabs?