From: Lucas De Marchi Date: Thu, 12 Jan 2012 20:14:32 +0000 (-0200) Subject: TODO: add code unification to list of tasks X-Git-Tag: v4~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89d7cb46a55fe1fce190adb24efb3676d815918;p=thirdparty%2Fkmod.git TODO: add code unification to list of tasks --- diff --git a/TODO b/TODO index 027bb4b5..e947796b 100644 --- a/TODO +++ b/TODO @@ -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