TODO: add code unification to list of tasks

This commit is contained in:
Lucas De Marchi 2012-01-12 18:14:32 -02:00
parent 8b01376742
commit d89d7cb46a

4
TODO
View File

@ -32,6 +32,10 @@ Features:
- kmod_module_symbols_free_list()
- kmod_module_dependency_symbols_free_list()
* unify code from modprobe and libkmod:
- remove kmod_module_probe_insert() and turn it into
kmod_module_probe_get_list(); this way modprobe can use it too
* provide modules.archive, a cache file with all modules compressed
and a fast access. It's like a tar.gz, but with each entry
compressed as opposed to the whole tar compressed, easy to pick