aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2011-06-01 03:10:40 -0400
committerJon Masters <jcm@jonmasters.org>2011-06-01 03:10:40 -0400
commitcd4f8360fd511252cbe691b630cb68369817f05b (patch)
treef33f32430ad7885e7b4e4be8afa99fdd0de1495d
parenta16625a301e491202c939c6a13af4db06cece444 (diff)
downloadmodule-init-tools-cd4f8360fd511252cbe691b630cb68369817f05b.tar.gz
todo: update todo with various cleanup exercises
Some cleanup activities for depmod, and more generally. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index b4951c1..5525565 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,17 @@ build
* Fix "make dist" to build documentation.
* Fix "make distcheck" at the same time.
+global
+------
+ * Unify implementations of grab_module into one (depmod/modinfo).
+
depmod
------
* Fix use of special list handling (e.g. add_search) to use lists.
+ * Fix command line path and kernel version handling to detect files
+ (fix warning on absolute paths, use file access to verify file).
+ * Convert functions do_module et al to use list functions as possible.
+ * Rework symbol version checks on load_symbols into generic function.
* Kill off the "map" files. They aren't really needed any more.
modprobe