chiark / gitweb /
udev: remove support for /lib/udev/devices/; tmpfiles should be used
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c12190e58c20c77de42062da23ce5273b3f046aa..0b80d65c5b0b1f021407bf57f9442abfd5c86d11 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
 Bugfixes:
+* do not link selinux and attr against all binaries
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
 
@@ -16,6 +17,24 @@ Bugfixes:
 
 Features:
 
+* make gtk-doc optional (like kmod?)
+
+* udev: find a way to tell udev to not cancel firmware requests in initramfs
+
+* udev: scsi_id -> sg3_utils?
+
+* udev: kill /usr/lib/udev/devices/ and use tmpfiles for it
+
+* udev: add trigger --subsystem-match=usb/usb_device
+
+* udev: remove RUN+="socket:"
+
+* udev: libudev.so.1
+  - use symbol versioning
+  - return object with *_unref()
+  - kill: udev_monitor_from_socket()
+  - kill: udev_queue_get_failed_list_entry()
+
 * allow configuration of console width/height in vconsole.conf
 
 * PrivateTmp should apply to both /tmp and /var/tmp
@@ -65,8 +84,6 @@ Features:
 
 * There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
 
-* hook up /dev/watchdog with main event loop for embedded, server uses
-
 * when dumping cgroup contents, include main/control PID of a service, explicitly
 
 * keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
@@ -342,28 +359,3 @@ Regularly:
 * pahole
 
 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
-
-udev:
- - find a way to tell udev to not cancel firmware
-   requests in initramfs
-
- - scsi_id -> sg3_utils?
-
- - make gtk-doc optional like kmod
-
- - move /usr/lib/udev/devices/ to tmpfiles
-
- - trigger --subsystem-match=usb/usb_device
-
- - kill rules_generator
-
- - have a $attrs{} ?
-
- - remove RUN+="socket:"
-
- - libudev.so.1
-     - symbol versioning
-     - return object with *_unref()
-     - udev_monitor_from_socket()
-     - udev_queue_get_failed_list_entry()
-