chiark / gitweb /
udev: fix test-udev binary
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 4f3b157040c0515152fe1ea979f3c7151241fdc3..d794cbb94976248517087b65938c94ac27228080 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
 Bugfixes:
+* fix Fedora's cups.rpm to use tmpfiles instead of /lib/udev/devices/
+
+* 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 +19,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 +86,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