From: Lucas De Marchi Date: Fri, 16 Dec 2011 04:02:58 +0000 (-0200) Subject: TODO: add new tasks and notes to future development X-Git-Tag: v2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e690c5cbdebca91998599a2b19542802ae0f7b0;p=thirdparty%2Fkmod.git TODO: add new tasks and notes to future development --- diff --git a/TODO b/TODO index 6b180c20..d574f8c7 100644 --- 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 ?