]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
TODO: add new tasks and notes to future development
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 16 Dec 2011 04:02:58 +0000 (02:02 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 16 Dec 2011 04:20:44 +0000 (02:20 -0200)
TODO

diff --git a/TODO b/TODO
index 6b180c2005acecfa852722caf62d9b82cb8ab8d1..d574f8c7b38604305bce8791940e14d42130dd77 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-
 Features:
+=========
 
 * config: configs that do not need to be matched by fnmatch() could be using a
   vector instead of a list. This way we could search in it by calling
@@ -30,5 +30,25 @@ Features:
    - install and remove commands may exist when there's no module with that
      name. Properly handle this case
 
+* gzip support for modprobe
+
 Known Bugs:
+===========
+
+* modprobe -R should not try to load module
+
+Notes for future development:
+=============================
+
+* Kill support for /etc/modprobe.conf
+
+* Kill support for map files
+
+Things to be added removed in kernel (check what is really needed):
+===================================================================
+
+* list of currently loaded modules
+
+* module's size should be available under /sys
 
+* kill /proc/modules ?