chiark / gitweb /
libudev: ctrl - move code to udev directory
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c5dee4a7cb5c027f1ed0b366b818e3f73d8fc0a6..7106d9c81e7a20acdc2d5cd333e35a5bf385efc2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,17 +1,28 @@
- - delete mobile-action-modeswitch
-   (moved to usb_modeswitch)
+ - udev_enumerate_remove_matches()
+
+ - 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?