X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=7106d9c81e7a20acdc2d5cd333e35a5bf385efc2;hb=c15d02e57093dc5ced3808c9020c25511f332eb2;hp=10c5f9bdcc72f175a49ab7434d89bd58ea3189e0;hpb=d6856b85a1fb022fb2ba7c860290341af8bc75bd;p=elogind.git diff --git a/TODO b/TODO index 10c5f9bdc..7106d9c81 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,28 @@ -These things would be nice to have: + - udev_enumerate_remove_matches() + - test (now fixed) /dev/tape/ links -These things will change in future udev versions: - o warn if BUS, ID, SYSFS are used as keys - (they are SUBSYSTEMS, KERNELS, ATTRS now) + - libudev: return proper errno or set errno + - /run/udev/control socket + (add ConditionVirtualization=!pidns) -These things are deprecated and scheduled for removal in a future -udev version: - o remove udevstart - (we rely on the kernel "uevent"-triggers of kernel 2.6.15 and no longer - want to guess event-properties from sysfs like udevstart is doing it) + - move: + udevd -> --libexecdir + udevadm -> --bindir - o remove man page symlinks for old tool names + - 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 - o some day, remove the symlinks to udevadm + - remove RUN+="socket:" + + - remove deprecated trigger --type=failed logic + + - remove deprecated BUS=, SYSFS{}=, ID= keys + + - kill tabs?