kmod/TODO
Gustavo Sverzut Barbieri 7fe602b689 update TODO
2011-12-10 13:32:27 -02:00

19 lines
646 B
Plaintext

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
bsearch().
* config: load on demand
* 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.
* 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
* create test-mock library to be LD_PRELOA'ed before running the binaries
so we're able to create unit tests