From 5e690c5cbdebca91998599a2b19542802ae0f7b0 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 16 Dec 2011 02:02:58 -0200 Subject: [PATCH] TODO: add new tasks and notes to future development --- TODO | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 ? -- 2.47.2