1 Some TODOs, grouped by the individual utilty
2 --------------------------------------------
6 * Fix "make dist" to build documentation.
7 * Fix "make distcheck" at the same time.
11 * Unify implementations of grab_module into one (depmod/modinfo).
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.
24 * Default to only removing requested module
25 (make removal of unused dependencies configurable to avoid races)
26 * Clean up module removal in main to use do_modprobe properly (maybe)
27 * Fix use of special list handling (e.g. aliases) to use lists.
28 * Use modprobe_flags_t for use_binary_indexes
29 * Unify read_depends_file and read_depends (binary indexes support)
30 * Fix naming of alias handling functions and parameter order
31 (make it the same as the other config option param ordering)
32 * Functions like read_attribute should be read_sysfs_attribute
33 * Kill off some of the legacy options.
34 * Fix grab_elf_file_fd error handling for test-module/10alias.sh.
35 * Enforce use of *.conf files in /etc/modprobe.d as filename extension.