modprobe: cleanup source, Free Software Foundation mailing address.
[module-init-tools.git] / TODO
blob5525565794fb50e897130c22db8b398f93117d5a
1 Some TODOs, grouped by the individual utilty
2 --------------------------------------------
4 build
5 -----
6         * Fix "make dist" to build documentation.
7         * Fix "make distcheck" at the same time.
9 global
10 ------
11         * Unify implementations of grab_module into one (depmod/modinfo).
13 depmod
14 ------
15         * Fix use of special list handling (e.g. add_search) to use lists.
16         * Fix command line path and kernel version handling to detect files
17           (fix warning on absolute paths, use file access to verify file).
18         * Convert functions do_module et al to use list functions as possible.
19         * Rework symbol version checks on load_symbols into generic function.
20         * Kill off the "map" files. They aren't really needed any more.
22 modprobe
23 --------
24         * Kill off some of the legacy options.
25         * Fix grab_elf_file_fd error handling for test-module/10alias.sh.
26         * Enforce use of *.conf files in /etc/modprobe.d as filename extension.
27         * Add a "depends" config file directive to obviate "install" hacks.