gitignore: only ignore build system files in the top directory
[platform/upstream/kmod.git] / test /
2011-12-19 Gustavo Sverzut... ELF: initial support for modinfo and strip of modversio...
2011-12-18 Lucas De MarchiFix leak of kmod_module
2011-12-17 Gustavo Sverzut... implement softdeps.
2011-12-15 Lucas De MarchiImprove test of double references
2011-12-13 Lucas De MarchiRemove function kmod_resolve_alias_options()
2011-12-12 Lucas De MarchiFix "Dead assignments" as reported by llvm
2011-12-12 Lucas De MarchiDo not use config if it's not needed/wanted
2011-12-12 Lucas De MarchiRename kmod_loaded_get_list() to kmod_module_new_from_l...
2011-12-12 Lucas De MarchiMerge branch 'use-mmap'
2011-12-11 Gustavo Sverzut... API-BREAK: kmod_new() takes a second parameter for...
2011-12-11 Gustavo Sverzut... add lsmod, insmod and rmmod tools.
2011-12-11 Gustavo Sverzut... insmod: allows providing option to module.
2011-12-11 Gustavo Sverzut... export module's options and commands.
2011-12-10 Gustavo Sverzut... test-lookup: allow loading resources for testing.
2011-12-08 Gustavo Sverzut... add kmod_module_get_filtered_blacklist()
2011-12-08 Lucas De Marchitest-insmod: show the path libkmod is using
2011-12-08 Gustavo Sverzut... test-insmod: print name to test modname_normalize().
2011-12-06 Lucas De Marchitest: add test for modules' hash
2011-12-06 Lucas De Marchitest: add test to get dependencies of a module
2011-12-06 Lucas De Marchitest: add test to convert name to path
2011-12-05 Gustavo Sverzut... tests: release memory before error exits.
2011-12-04 Gustavo Sverzut... no more kmod_loaded and kmod_loaded_module.
2011-12-02 Lucas De MarchiClean 'shadowed declaration' warnings
2011-11-30 Lucas De MarchiAdd test for lookup function
2011-11-25 Lucas De MarchiAdd test-insmod to insert modules
2011-11-25 Lucas De MarchiAdd test-rmmod2
2011-11-25 Lucas De MarchiAccept dir where we should lookup for modules
2011-11-23 Lucas De MarchiAdd binary to test rmmod feature
2011-11-23 Lucas De MarchiAdd libkmod-loaded to handle live modules information
2011-11-22 Lucas De MarchiPut test back