aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2011-06-01 23:11:06 -0400
committerJon Masters <jcm@jonmasters.org>2011-06-01 23:11:06 -0400
commita664a10065800e1e0ff7e1901226bd339db80783 (patch)
treeec8ea117c29ff02c756d6e2b5492dbce35a0bac8
parent4b63b8a202ad7a21235c5a310cd7c03335a4b444 (diff)
downloadmodule-init-tools-a664a10065800e1e0ff7e1901226bd339db80783.tar.gz
todo: add various todo items
Some more todos, this time for modprobe Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5525565..16fa6aa 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,15 @@ depmod
modprobe
--------
+ * Default to only removing requested module
+ (make removal of unused dependencies configurable to avoid races)
+ * Clean up module removal in main to use do_modprobe properly (maybe)
+ * Fix use of special list handling (e.g. aliases) to use lists.
+ * Use modprobe_flags_t for use_binary_indexes
+ * Unify read_depends_file and read_depends (binary indexes support)
+ * Fix naming of alias handling functions and parameter order
+ (make it the same as the other config option param ordering)
+ * Functions like read_attribute should be read_sysfs_attribute
* Kill off some of the legacy options.
* Fix grab_elf_file_fd error handling for test-module/10alias.sh.
* Enforce use of *.conf files in /etc/modprobe.d as filename extension.
- * Add a "depends" config file directive to obviate "install" hacks.