]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
update TODO
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 15:32:27 +0000 (13:32 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 10 Dec 2011 15:32:27 +0000 (13:32 -0200)
TODO

diff --git a/TODO b/TODO
index d09f93f9e2433324236c8a26b3e9e0d19154ab65..a991086deabdf24be631ce17b53bc1b8384dfbc5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,31 +10,9 @@ Features:
 * index: drop the "open(), seek(), read()" implementation and use another one
   with mmap(). When lookup() is called and the file is not mmaped, mmap it.
 
-* provide a kmod_preload_resources() so configs are parsed and files are mmaped
-  with MAP_POPULATE | MAP_LOCKED. Maybe it's a good idea to have a
-  kmod_unload_resources() too.
-
-* kmod_module: create a mempool with live and recently de-allocated modules.
-  This way we don't have to create a new one, parse dependencies and whatnot.
-  Just pick the already created node.
-
-* kmod_module: apply blacklist on module lookup. What's best? Return the whole
-  list and provide functions like kmod_module_filter_* or return the list
-  already filtered?
-  ^-- investigate the best API
-
 * insmod and rmmod with dependency handling. Maybe this should be done by the
   binary, and it's sufficient to return only the lists from lookups.
   ^-- investigate the best API
 
-* when preloading stuff, give the possibility to preload binary files. We need
-  to create alternative index_search* functions to operate on mmapped files.
-  Then on ctx creation we mmap all the files
-
-* kmod_module: calculate fields on demand if not available:
-       - name
-       - path
-       - dependency
-
-* index: check implementations in order to allocate less stuff. There some
-  malloc()s that could be avoided
+* create test-mock library to be LD_PRELOA'ed before running the binaries
+  so we're able to create unit tests