summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-04 14:57:36 +0200
committerKay Sievers <kay@vrfy.org>2012-04-04 14:57:36 +0200
commitb8217b7bd5fd171916a095b150fad4c3a37f5a41 (patch)
treef93aa6d6ca5a84ed10f87485c2ff39008d6d7430 /TODO
parentd3a2386d15d73b34fa990960696f87e0503ffdb2 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO45
1 files changed, 20 insertions, 25 deletions
diff --git a/TODO b/TODO
index c12190e58..b1207ba36 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,26 @@ 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()
+
+* udev: use systemd log.h
+
* allow configuration of console width/height in vconsole.conf
* PrivateTmp should apply to both /tmp and /var/tmp
@@ -342,28 +362,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()
-