TODO: add new tasks and notes to future development

This commit is contained in:
Lucas De Marchi 2011-12-16 02:02:58 -02:00
parent a955f71f60
commit 5e690c5cbd
1 changed files with 22 additions and 2 deletions

24
TODO
View File

@ -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
Known Bugs:
* 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 ?