From: Lucas De Marchi Date: Tue, 27 Dec 2011 19:32:55 +0000 (-0200) Subject: TODO: format and add task X-Git-Tag: v3~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af535c97beac134e35a9e1bf8dcbcc0312e2ca4;p=thirdparty%2Fkmod.git TODO: format and add task --- diff --git a/TODO b/TODO index 48a7031f..c7d162c9 100644 --- a/TODO +++ b/TODO @@ -11,18 +11,19 @@ Features: * create test-mock library to be LD_PRELOAD'ed before running the binaries so we're able to create unit tests -* Add functions to dump configuration +* Add functions to dump configuration. Create a list with the config items + (blacklist, aliases, etc) or just dump to a fd? -* Add functions list all modules known by modules.dep +* Add functions to list all modules known by modules.dep * provide 1:1 compatibility with module-init-tools's modprobe - dump configuration - 'modprobe -r' should remove modules which usecount became 0 because of module's removal -* provide depmod: - - 1:1 compatible kmod-depmod.c - - add missing -F and -E +* Add kmod_validate(). It checks if all config files and indexes are still + valid. We need to save the mtime of each config dir when starting up and when + this function is called we stat the dir and compare the mtimes. * review API, maybe unify all of these setters: - kmod_module_version_get_symbol() @@ -56,7 +57,7 @@ Known Bugs: =========== -Things to be added removed in kernel (check what is really needed): +Things to be added/removed in kernel (check what is really needed): =================================================================== * list of currently loaded modules